[Freeswitch-users] Hunting

Steven Ward steve.d.ward at gmail.com
Fri May 14 13:46:37 PDT 2010


As for timing out a bridge attempt...

Before you do the bridge, one option is to set the call_timeout channel
variable to 60.

But, if the destination endpoint sends early media, you'll also have to set
ignore_early_media to true before you do the bridge, since call_timeout only
applies until the call attempt is successful (it's successful when you
either get early media or a true answer).

You can check out
http://wiki.freeswitch.org/wiki/Channel_Variables#Timeout_Related

Of course, it's all about the details of what you're doing and why, but
those options should provide a really good place to start.


On Fri, May 14, 2010 at 12:39 PM, toqeer ali <toqeer83 at gmail.com> wrote:

> Hi Tim St. Pierr
>
> Thanks you very much for your reply i got the point.
>
> But one question more please, can i also define the time for example for 60
> second one extension could not answer go to other one?
>
> Thanks
>
> On Fri, May 14, 2010 at 8:49 AM, Tim St. Pierre <
> fs-list at communicatefreely.net> wrote:
>
>> Nope, no special module required.
>>
>> Before you call the bridge application, set continue_on_fail=true
>> This will tell freeswitch to keep going in the dialplan if the first
>> destination doesn't answer.
>> After the first bridge application, add other entries that take try the
>> next destination.  You could
>> use the transfer app to try another extension as you described.
>>
>> -Tim
>>
>> toqeer ali wrote:
>> > Hi all,
>> >
>> > I am new to freeswitch and want to implement Hunting.
>> >
>> > For example if call come to my freeswitch box where DID is configured to
>> > an extension for example 1000 so if 1000 did not pick the phone then it
>> > should be transfered to other extension or landline.
>> >
>> > Please give me a clue... Is there is any special module for that?
>> >
>> > Any help will highly appreciated.
>> >
>> > Thanks
>> >
>> > --
>> > Toqeer Ali Syed
>> >
>> > Red Hat Certified Engineer
>> > mob:     +92 321 9059916
>> >
>> >
>> > ------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > 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
>>
>>
>> _______________________________________________
>> 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
>>
>
>
>
> --
> Toqeer Ali Syed
>
> Red Hat Certified Engineer
> mob:     +92 321 9059916
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100514/42b192a7/attachment.html 


More information about the FreeSWITCH-users mailing list