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? Thanks, MC
_______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org