[Freeswitch-users] mod_distributor, lua and loop

Steven Ayre steveayre at gmail.com
Sat Feb 12 20:26:54 MSK 2011


I believe loop is specific to XML dialplan tags.

Try implementing a lua loop, checking the hangup cause after the bridge and looping if it looks bad.

Steve on iPhone


On 12 Feb 2011, at 15:06, David Villasmil <david.villasmil.work at gmail.com> wrote:

> Oh I forgot,
> 
> I also have:
> 
> session:execute("set","continue_on_fail=NORMAL_TEMPORARY_FAILURE,TIMEOUT,NO_ROUTE_DESTINATION,UNALLOCATED_NUMBER,407")
> 
> thanks
> 
> David
> 
> On Sat, Feb 12, 2011 at 4:04 PM, David Villasmil
> <david.villasmil.work at gmail.com> wrote:
>> Hello All,
>> 
>> from a lua script, i'm executing the following:
>> 
>> 
>> session:execute("bridge","sofia/gateway/${distributor(" .. route_name
>> .. ")}".. out_number .."")
>> 
>> but the call doesn't falls to the next gw, i'm trying to add the
>> loop="3" to the bridge but it doesn't work.
>> 
>> I've trued like this:
>> 
>> 
>> session:execute("set","loop=\"3\"")
>> session:execute("bridge","sofia/gateway/${distributor(" .. route_name
>> .. ")}".. out_number .."")
>> 
>> and
>> 
>> 
>> session:execute("bridge","sofia/gateway/${distributor(" .. route_name
>> .. ")}".. out_number .." loop=\"3\"")
>> 
>> and
>> 
>> session:execute("bridge","{loop=\"3\"}sofia/gateway/${distributor(" ..
>> route_name .. ")}".. out_number .."")
>> 
>> 
>> Still nothing...
>> 
>> any thoughts?
>> 
>> Thanks
>> 
>> David
>> 
> 
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org



More information about the FreeSWITCH-users mailing list