I can add a second gateway to try if first is down and send the call<br>
to dialplan extension using loopback, like:<br>
... }sofia/gateway/gwname/phoneno,loopback/gw_error/default/XML &#39;lua(...<br>
and add a gw_error extension to the dialplan, but how to get the<br>
originate disposition of the first call, eg: NETWORK_OUT_OF_ORDER???<br><br>Each call will generate its own B-leg CDR. The A-leg can only see the result of the leg it was bridged with (the successful one).<br><br>-Steve<br>
<br><br><div class="gmail_quote">On 14 September 2010 13:37, rentmycoder rentmycoder <span dir="ltr">&lt;<a href="mailto:rentmycoder@gmail.com">rentmycoder@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Ahoy guys, FS rocks!<br>
<br>
I&#39;m trying to dial out on a gateway and send call into different<br>
dialplan based on if it gets bridged or not.<br>
<br>
I do:<br>
bgapi originate {api_hangup_hook=&#39;lua<br>
predictive_noanswer.lua&#39;,ignore_early_media=true,hangup_after_bridge=true,continue_on_fail=false,bypass_media=false}sofia/gateway/gwname/phoneno<br>
&#39;&amp;lua(predictive_bridge.lua)&#39;<br>
This works, but when the gatway is down, the channel has not been<br>
created, so neither script gets called...<br>
<br>
[ERR] switch_ivr_originate.c:2430 Cannot create outgoing channel of<br>
type [sofia] cause: [NETWORK_OUT_OF_ORDER]<br>
<br>
I can add a second gateway to try if first is down and send the call<br>
to dialplan extension using loopback, like:<br>
... }sofia/gateway/gwname/phoneno,loopback/gw_error/default/XML &#39;lua(...<br>
and add a gw_error extension to the dialplan, but how to get the<br>
originate disposition of the first call, eg: NETWORK_OUT_OF_ORDER???<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>