[Freeswitch-users] leg_timeout

Michael Collins msc at freeswitch.org
Wed Jul 15 09:25:56 PDT 2009


On Wed, Jul 15, 2009 at 7:38 AM, Phillip Jones <pjintheusa at gmail.com> wrote:

> Hey Guys,
>
> I took a look at the source that Anthony updated. I see this:
>
> } else if (!strcasecmp((char *) hi->name, "group_confirm_file")) {
> ok = 1;
> } else if (!strcasecmp((char *) hi->name, "group_confirm_*clear*_timeout"))
> {
> ok = 1;
>  } else if (!strcasecmp((char *) hi->name, "forked_dial")) {
>
> and:
>
> if (switch_true(switch_event_get_header(var_event, "group_confirm_*cancel*_timeout")))
> {
>         oglobals.cancel_timeout = -1;
>     }
>
> I updated the *group_confirm_clear_timeout *to *
> group_confirm_cancel_timeout* and recompiled and this is now working just
> great.
>
> Thanks very much for incorporating this. It is much appreciated.
>
>
> Phillip Jones
>
>
Phillip,

Thank you very much for taking the time and initiative to dig a little. The
devs definitely appreciate it when community members roll up their sleeves
and do some investigative work. Karma++ for you! :)
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090715/f1618b2d/attachment-0001.html 


More information about the FreeSWITCH-users mailing list