Is there a way to disable the b2bua feature in asterisk. I would like asterisk to work as a sip server and not be involved in the RTP path between phones. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080104/3716b8e2/attachment-0001.htm
On Friday 04 January 2008 16:45:00 ameel wrote:> Is there a way to disable the b2bua feature in asterisk. > I would like asterisk to work as a sip server and not be involved in the > RTP path between phones.No. And by the way, b2bua is not a feature. It's is literally what Asterisk is. -- Tilghman
On Saturday 05 January 2008 00:45:00 ameel wrote:> Is there a way to disable the b2bua feature in asterisk. > I would like asterisk to work as a sip server and not be involved in the > RTP path between phones.You can do it by setting BOTH peers canreinvite=yes http://www.voip-info.org/wiki/view/Asterisk+SIP+media+path Boyko
> On Friday 04 January 2008 16:45:00 ameel wrote: >> Is there a way to disable the b2bua feature in asterisk. >> I would like asterisk to work as a sip server and not be involved in the >> RTP path between phones. > > No. And by the way, b2bua is not a feature. It's is literally what Asterisk > is.If I understand correctly the question the RTP can be established directly between the phones and does not have to pass through the Asterisk PBX. Just set CANREINVITE=YES and use the same CODECs for both phones. __Yehavi: