Hi Everyone,<br><br> How do I get the outbound sofia SIP route that the call took into a CDR when using fail over dialing with the &#39;bridge&#39; application?<br><br> ...I have tried numerous approaches with no luck, this last attempt pasted below did not work either:<br>
<br>dialString = &quot;{provider=providerB}sofia/gateway/sipB/%s|{provider=providerC}sofia/gateway/sipC/%s&quot; % (numberToDial,  numberToDial)<br>session.execute(&quot;bridge&quot;,dialString)<br><br> I am using mod_python and this line is in the Python module called in the dialplan.<br>
<br>Thanks!<br><br>Michael<br>