[asterisk-dev] Flag to disable Packet2packet bridging

Kevin P. Fleming kpfleming at digium.com
Thu Aug 13 11:55:18 CDT 2009


Richard Brady wrote:

>> Same is true if you enable the Monitor() app or in sip.conf
>> canreinvite=no in the general or the user account section.
> 
> I haven't found this to be the case with canreinvite=no.

That is correct, directmedia (previously canreinvite) won't have any
effect on whether p2p bridging can happen; but p2p bridging will not be
used (because it would be less efficient) if directmedia can be used.
It's a three step progression: generic bridge (using ast_frames in the
core) -> p2p bridge (using RTP packets) -> direct media (media goes
directly between the endpoints). There is only direct control over
whether the call can move from step 1 to step 2/3, and whether it can
move into step 3 at all.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpfleming at digium.com
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-dev mailing list