我已经将sipml5与我的asterisk服务器(可公开访问).Am集成在一起,面向两个sipxml5客户端之间的单向音频通话。
更多信息
1.如果一个客户端是xlite,另一个是sipml5,则可以完美地工作
2.在sipml5客户端和星号中启用in
3.这两个客户端位于chrome的不同选项卡中
4.我的sip配置
transport=udp,ws,wss
qualify=yes
encryption = yes
avpf = yes
directmedia = outgoing
allow=ulaw
type=friend
dtmfmode=rfc2833
insecure=invite,port
qualify=yes
host=dynamic
call-limit=1
alwaysauthreject=yes
nat=force_rport,comedia5.这是我的rtp日志,用星号表示
Sent RTP packet to xxx.xx.xxx.x:57214 (via ICE) (type 00, seq 048742, ts 397541448, len 4294967284)
Got RTP packet from xxx.xx.xxx.x:57214 (type 00, seq 013761, ts 397541345, len 000160)
Sent RTP packet to xxx.xx.xxx.x:57210 (type 00, seq 040424, ts 397541344, len 000164)
Got RTP packet from xxx.xx.xxx.x:57210 (type 00, seq 031460, ts 397541609, len 000160)
Sent RTP packet to xxx.xx.xxx.x:57214 (via ICE) (type 00, seq 048743, ts 397541608, len 4294967284)
Got RTP packet from xxx.xx.xxx.x:57214 (type 00, seq 013762, ts 397541505, len 000160)
Sent RTP packet to xxx.xx.xxx.x:57210 (type 00, seq 040425, ts 397541504, len 000164)
Got RTP packet from xxx.xx.xxx.x:57210 (type 00, seq 031461, ts 397541769, len 000160)发布于 2014-02-08 05:33:56
Sipml是高度实验性的。
它如何工作在很大程度上取决于客户端实现和asterisk版本(甚至是subversion!)使用。
因此,对于任何情况,sipml都需要专家级的调试。
如果它与sipml->sip一起工作得很好,请尝试调用sipml->Local/s@context/n->sipml。这将强制执行编解码器转换,并通过asterisk发送所有rtp。
https://stackoverflow.com/questions/21630814
复制相似问题