论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

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

 本文ID:LWGSW13542 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于API的媒体网关的设计与开发 (收费:1000 积分)  

论文字数: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


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于Asp.net的Web-BBS系统 下一篇:网络数据包的过滤与解包
Tags:基于 API 媒体 网关 设计 开发 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号