如何在SipDroid项目中添加g729编解码器?

时间:2012-04-06 14:03:23

标签: android sip asterisk

我正在开发一个用于拨打和接听电话的SIP应用程序,我想在我的应用程序中添加G729编解码器。首先尝试在开源项目SipDroid中添加到g729编解码器。但我还没有成功。在我的Asterisk我收到了以下消息日志。

这是有关编解码器协商的星号的消息日志。

Found RTP audio format 101
Found audio description format telephone-event for ID 101
Found RTP video format 103
Found video description format h263-1998 for ID 103
Capabilities: us - 0x100 (g729), peer - audio=0x0 (nothing)/video=0x100000 (h263p)/text=0x0 (nothing), combined - 0x0 (nothing)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
[Apr  9 18:00:25] NOTICE[3813]: chan_sip.c:9187 process_sdp: No compatible codecs, not accepting this offer!

3 个答案:

答案 0 :(得分:2)

这是g729编解码器支持sipdroid的链接。我给出了我如何添加g729编解码器支持的所有信息。请关注149到160之间的评论

http://code.google.com/p/sipdroid/issues/detail?id=49&q=g729%20codec&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Stars

答案 1 :(得分:1)

是的,有可能.MJSIP支持g729编解码器。

答案 2 :(得分:1)

当我使用sipdroid然后我添加g729 codec.it是mjsip的java实现