Hi,<br><br>I have actually 2 providers : p1 &amp; p2<br>p1 is used as a DID only for incoming calls<br>p2 is used for making outgoing calls<br><br>I have 1 registered user : ext 1000<br><br>I have 2 GSM phones : GSM1 &amp; GSM2<br>
<br>My dialplan is as :<br>&lt;include&gt;<br>  &lt;extension name=&quot;public_did&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(MY_P1_DID)$&quot;&gt;<br>        &lt;action application=&quot;transfer&quot; data=&quot;1000 XML default&quot;/&gt;<br>
    &lt;/condition&gt;<br>  &lt;/extension&gt;<br>&lt;/include&gt;<br><br>For incoming calls &quot;1000&quot; is ringing and i can make a call without any problem (GSM1 =&gt; P1_DID =&gt; ext 1000)<br>But whene trying to bridge the incoming call to p2 gateway (GSM1 =&gt; P1_DID =&gt; P2_GW =&gt; GSM2), i can see that GSM2 is ringing but whene i answer the call i can&#39;t hear any audio ...<br>
This is my dialplan for the second case:<br>&lt;include&gt;<br>  &lt;extension name=&quot;public_did&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(MY_P1_DID)$&quot;&gt;<br>        &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/p2_gw/GSM2_NUMBER&quot;/&gt;<br>
    &lt;/condition&gt;<br>  &lt;/extension&gt;<br>&lt;/include&gt;<br><br>Any help are welcome<br>best regards<br>