Hi,<br><br>With canreinvite=yes, all the media/rtp traffic for the call typically flows directly between the two peers. So how is the code in bridge_native_loop called and when? Is it called and used for any further sip signalling and not rtp?
<br><br><br>Thanks for your prompt reply.<br><br>Regards,<br>Santosh.<br><br>&gt; Hi,<br>&gt;<br>&gt; I am using asterisk-1.4.0.<br>&gt;<br>&gt; I am inquisitive of what Packet2Packet bridge (bridge_p2p_loop)<br>&gt; does and what Native bridge (bridge_native_loop) does.
<br>&gt;<br>&gt; I have configured my dial plans and options such that I can enter
<br>&gt; bridge_p2p_loop. However, I am unable to enter bridge_native_loop<br>&gt; for some reason.<br>&gt;<br>&gt; I have the following extensions:<br>&gt;<br>&gt; exten =&gt; 7126,1,Dial(SIP/lin_santosh)<br>&gt; exten =&gt; 7126,s+1,Hangup
<br>&gt;<br>&gt; exten =&gt; 7140,1,Dial(SIP/win_test)<br>&gt; exten =&gt; 7140,s+1,Hangup<br>&gt;<br>&gt; My sip.conf is as:<br>&gt;<br>&gt; [lin_santosh]<br>&gt; type=friend<br>&gt; regexten=7126<br>&gt; callerid=&quot;LIN Santosh&quot; &lt;7126&gt;
<br>&gt; host=dynamic<br>&gt; nat=yes<br>&gt; canreinvite=no<br>&gt; allow=all<br>&gt;<br>You have set canreinvite to no, thus disabling native briding.<br><br>/O<br>