On Wed, Jul 15, 2009 at 7:38 AM, Phillip Jones <pjinthe...@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
_______________________________________________
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