Jim Burke <j...@evolutiontel.net> wrote:
 
>     <extension name="On-Net_calls">
>       <condition field="destination_number" expression="^103$">
>         <action application="set" data="continue_on_fail=79"/>
>         <action application="set" data="continue_on_fail=true"/>

Why are you setting the same variable twice? The result will be that only the
second of the above set commands takes effect, so you should delete the first
of them.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to