Hi,<br><br>I have actually 2 providers : p1 & 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 & GSM2<br>
<br>My dialplan is as :<br><include><br> <extension name="public_did"><br> <condition field="destination_number" expression="^(MY_P1_DID)$"><br> <action application="transfer" data="1000 XML default"/><br>
</condition><br> </extension><br></include><br><br>For incoming calls "1000" is ringing and i can make a call without any problem (GSM1 => P1_DID => ext 1000)<br>But whene trying to bridge the incoming call to p2 gateway (GSM1 => P1_DID => P2_GW => GSM2), i can see that GSM2 is ringing but whene i answer the call i can't hear any audio ...<br>
This is my dialplan for the second case:<br><include><br> <extension name="public_did"><br> <condition field="destination_number" expression="^(MY_P1_DID)$"><br> <action application="bridge" data="sofia/gateway/p2_gw/GSM2_NUMBER"/><br>
</condition><br> </extension><br></include><br><br>Any help are welcome<br>best regards<br>