网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 其他类别 > 正文

基于API的媒体网关的设计与开发

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/12

【编者按】:网学网其他类别为您提供基于API的媒体网关的设计与开发参考,解决您在基于API的媒体网关的设计与开发学习中工作中的难题,参考学习。

论文字数:16773,页数:43  有开题报告,任务书

摘   要
 电话业务是电信的主要业务,除此之外,电信还对广大用户提供了额外的语音,视频等增值业务。目前的增值业务多为语音增值,以后随着网络的发展会有更多的如视频等增值业务被挖掘出来。在电信行业中语音增值处理由早期的全人工处理,到现在已经演变成为自动处理和人工处理并存。自动处理的实现主要依赖于一种新兴的技术-计算机电话集成技术,计算机电话集成技术是随着计算机技术和电话技术的发展促成的,它实现了利用计算机来控制电话,呼叫,路由,为呼叫提供计算机所能访问的媒体资源等功能。
 本论文重点讨论了基于API的媒体网关的相关技术及系统的设计,开发情况。基于API的媒体网关是一套电信增值业务平台的子系统。其功能主要是管理平台所需要的硬件资源,处理来自公共电话网上的呼叫,路由,信令,并为呼叫提供语音服务,如播放文件,字串等。本论文对媒体网关涉及到的CTI,信令技术做了详细介绍,之后对系统的四个子模块:维护模块,中继处理模块,语音处理模块,设备连接模块的概要设计做了详细介绍,然后对系统的核心模块语音处理模块做了重点描述。
 本系统的开发应用了C++编程语言,数据库系统采用的Sybase。
 关键字:计算机电话集成,信令,语音处理

Design And Programme With The Media GateWay Based On API
                       


ABSTRACT
 The telephone business is the main business of the telecoms. In addition, the telecoms provide additional voice and video increment business to the large customer also. Currently most of the increment businesses are increment businesses of voice, but more and more increment businesses such as increment businesses of video will be scoop out along with the development of networks. The increment businesses of voice are all manually processed from earlier period in the telecommunication area, which till now have already turned into that automatic processing and manual handling exist at the same time. Auto voice processing is carried out by the development of a newly arisen technique named Computer Telephony Integration technique, Computer Telephony Integration is developing along with the development of computer technique and telephone technique, it carries out to make use of a computer to control a telephone, call, route, and provides the media resources that the computer can visit for the call.
 The paper mainly talks about the related techniques and design of the media gateway system based on API. The media gateway system is a sub-system of the telegraphy increment business development platform. Its main functions are to manage platform’s hardware resources, process calls, route, signal from PSTN, and provide voice services for the call, such as play a file or string etc. This paper presents detailed introduction of the signal techniques related to media gateway firstly, and then introduces the design of the four sub-modules of media gateway system based on API, where the four sub-modules are: Oam Module, Dit Module, Voice Module. At last the paper gives a detailed introduce of the core module (voice process module) of the media gateway
 The development of this system uses C++ programming language, and uses database system of Sybase.
Keywords:Computer Telephony Integration, Signals, Voice Process
目    录
1. 绪论 1
 1.1 课题背景及来源 1
 1.2课题主要研究内容及研究现状 1
 1.3 课题的研究意义及论文结构 2
 1.4 小结 3
2. 系统概况 4
 2.1系统功能设计 4
 2.2系统设计原则 5
 2.3小结 5
3. CTI基础知识 6
 3.1 概述 6
 3.1.1  CTI定义 6
 3.1.2  CTI技术要达到的功能 6
 3.2 CTI原理 6
 3.3 CTI协议介绍 7
 3.4 CTI技术在呼叫中心系统中的应用介绍 8
 3.5 小结 8
4. 信令基础知识 9
 4.1信令概述 9
 4.2 七号信令技术基础之功能结构 10
 4.3 七号信令技术基础之信令单元格式 11
 4.4 七号信令技术基础之电话用户部分TUP 12
 4.5七号信令技术基础之几种典型接续的信令过程 14
 4.6小结 14
5. 系统设计 15
 5.1 系统概要设计 15
 5.1.1引言 15
 5.1.2 任务概述 15
 5.1.3 总体设计 16
 5.2维护模块(OAMModule)概要设计 17
 5.2.1 引言 17
 5.2.2任务概述 17
 5.2.3 总体设计 18
 5.3 中继处理模块(DtiModule)概要设计 19
 5.3.1 引言 19
 5.3.2 任务概述 19
 5.3.3 总体设计 19
 5.4 语音处理模块(VoxModule)概要设计 21
 5.4.1 引言 21
 5.4.2 任务概述 21
 5.4.3 总体设计 21
 5.5 设备连接模块(HWModule)概要设计 22
 5.5.1 引言 22
 5.5.2 任务概述 22
 5.5.3 总体设计 23
 5.6 小结 23
6. 语音处理模块介绍 24
 6.1 概述 24
 6.2 类的详细设计 24
 6.2.1 VoxDevice类的主要方法设计 24
 6.2.2 VoxProcess类的主要方法设计 24
 6.2.3 VoxRscManager类的主要方法设计 25
 6.2.4 V41Base类的主要方法设计 25
 6.3 部分系统运行流程顺序图 25
 6.3.1媒体播放顺序流程 26
 6.3.2资源状态查询顺序流程 27
 6.4 小结 27
7. 系统测试简介 28
 7.1 概述 28
 7.2 测试方案编写阶段 28
 7.3 测试环境搭建阶段 28
 7.4 测试执行阶段 29
 7.5 测试完成阶段 29
 7.6 小结 29
结论 30
致谢 31
参考文献 32
附录 A 源代码(部分) 33

基于API的媒体网关的设计与开发......
  • 上一篇资讯: [其他类别]
  • 下一篇资讯: 基于Asp.net的Web-BBS系统
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号