- 经验
- 95
- 分贝
- 0
- 家园分
- 288
- 在线时间:
- 96 小时
- 最后登录:
- 2022-9-27
- 帖子:
- 81
- 精华:
- 0
- 注册时间:
- 2013-5-6
- UID:
- 912888
注册:2013-5-6
|
发表于 2013-12-14 15:27:35
|显示全部楼层
语音服务功能
1,平台(TR069, HTTPD, CLI)进程通信
2,协议(SIP/, H248)协议语言翻译
3,RTP(媒体流) 媒体数据传输
4,DSP/SLIC, 数字信号处理
5,TIMER, 时钟逻辑
6, SDP, 会话描述与协商
7, 业务服务
8, 服务质量
9, 运营,计费,维护
10. 业务状态(事件,放音,点灯, 定时器)
语音服务模块
一, 系统类
type, string, thread, lock , msg/quere, timer, xml ,log , socket, dns, time/date, ipaddr, uill
二, DSP类
vad, cng, eche sup, jitter buffer, gain, reverse, gr909(tip and ring)
三,PCM类
tone, pcm , hook , cid, dtmf , fax, modem, data, pos
四,RTP
rtp stack(RtpEncode/RtpDecode/RtcpEncode/RtcpDecode), RFC2833(RTP DTMF) , T38(RTP FAX)
五,SDP
sdp stack(SdpEncode/SdpDecode), sdp negitive
六,codec
G711A/G711U/G7231/G729(Encode/Decode), lost/delay/jitter rescovy
七,profile
tr069/httpd/cli/tr104, ct/cu/cm/ph, bl/bcm/mv/cn 建立类似tr104的数据模型,通过接受和发送消息的方式传递数据
object/param/array/var
八,CFG
cfg(get/set): vodsl和配置之间的接口
九,mal
mal(媒体接口层):vodsl和DSP之间的接口
十,业务服务
fxs/fxo/dect/ate(基本呼叫,呼叫转接/保持/三方/前转)
十一, 仿真和测试类
主叫仿真,被叫仿真,iad诊断, 配置有效性测试 :通过伪事件(服务启动,摘挂机,定时器)来启动状态机并获取状态
十二,网络标识QOS
vlan, wanname, wanmark, dscp
十三,SIP
SIP AGENT, SIP SAL, SIP STACK
十四,H248
H248 AGENT, H248 SAL, H248 STACK
十五,DIGITMAP
DAILPLAN(DIGITMAP)
其他
信令压缩,加密,网络穿越, 服务器,中间件,智能语音
|
|