<361>:git grep -n SCSC_HUPALL
src/include/switch_types.h:1476: SCSC_HUPALL,
src/mod/applications/mod_commands/mod_commands.c:1480:
switch_core_session_ctl(SCSC_HUPALL, &arg);
src/mod/languages/mod_managed/managed/swig.cs:26990: SCSC_HUPALL,
src/switch_core.c:1692: case SCSC_HUPALL:
On May 8, 2010, at 1:44 AM, Michael Collins wrote:
> Guys,
>
> I was digging through mod_commands.c to learn more about fsctl hupall <cause>
> <var> <val> syntax. However, I don't see how the proper function ever gets
> executed. Here's mod_commands.c, starting at line 1478, where "fsctl"
> arguments are parsed:
>
> if (!strcasecmp(argv[0], "hupall")) {
> arg = 1;
> switch_core_session_ctl(SCSC_HUPALL, &arg);
> stream->write_function(stream, "+OK\n");
>
>
> I don't see where this:
>
> switch_core_session_hupall_matching_var(var, val, cause);
>
> ...ever gets called. (Same file, line 4086, inside
> SWITCH_STANDARD_API(hupall_api_function) defintion)
>
> Did I perhaps miss something?
_______________________________________________
FreeSWITCH-dev mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org