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 'bridge' application?<br><br> ...I have tried numerous approaches with no luck, this last attempt pasted below did not work either:<br>
<br>dialString = "{provider=providerB}sofia/gateway/sipB/%s|{provider=providerC}sofia/gateway/sipC/%s" % (numberToDial, numberToDial)<br>session.execute("bridge",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>