【问题标题】:sipml5 Asterisk 11.7 one way audiosipml5 Asterisk 11.7 单向音频
【发布时间】:2014-02-07 14:54:34
【问题描述】:

我已将 sipml5 与我的星号服务器(可公开访问)集成。我正面临两个 sipxml5 客户端之间的单向音频通话。

附加信息

1.如果一个客户端是 xlite 而另一个是 sipml5,则可以完美运行

2.ICE 在 sipml5 客户端和星号中启用

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,comedia

5.这是我的 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)

【问题讨论】:

  • 您是否在星号中启用了 videosupport=yes?如果您在星号中启用视频,有时会发生这种情况,因为星号将视频 sdps 发送给被调用者

标签: google-chrome asterisk webrtc sipml


【解决方案1】:

Sipml 具有高度的实验性。

它的工作方式很大程度上取决于使用的客户端实现和星号版本(甚至是颠覆!!!)。

所以对于任何使用 sipml 的情况都需要专家级的调试。

如果它与 sipml->sip 完美配合,请尝试调用 sipml->Local/s@context/n->sipml。这将强制进行编解码器翻译并通过星号发送所有 rtp。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-18
    • 2014-12-08
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多