mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
ESL-53 Noevent/Noevents disparity
This commit is contained in:
parent
f804c75d99
commit
d29d83d743
@ -656,7 +656,7 @@ static int process_command(esl_handle_t *handle, const char *cmd)
|
|||||||
"-----------------------------------------------\n"
|
"-----------------------------------------------\n"
|
||||||
"/help \tHelp\n"
|
"/help \tHelp\n"
|
||||||
"/exit, /quit, /bye, ... \tExit the program.\n"
|
"/exit, /quit, /bye, ... \tExit the program.\n"
|
||||||
"/event, /noevent, /nixevent\tEvent commands.\n"
|
"/event, /noevents, /nixevent\tEvent commands.\n"
|
||||||
"/log, /nolog \tLog commands.\n"
|
"/log, /nolog \tLog commands.\n"
|
||||||
"/uuid \tFilter logs for a single call uuid\n"
|
"/uuid \tFilter logs for a single call uuid\n"
|
||||||
"/filter \tFilter commands.\n"
|
"/filter \tFilter commands.\n"
|
||||||
@ -692,7 +692,7 @@ static int process_command(esl_handle_t *handle, const char *cmd)
|
|||||||
|
|
||||||
} else if (
|
} else if (
|
||||||
!strncasecmp(cmd, "event", 5) ||
|
!strncasecmp(cmd, "event", 5) ||
|
||||||
!strncasecmp(cmd, "noevent", 7) ||
|
!strncasecmp(cmd, "noevents", 8) ||
|
||||||
!strncasecmp(cmd, "nixevent", 8) ||
|
!strncasecmp(cmd, "nixevent", 8) ||
|
||||||
!strncasecmp(cmd, "log", 3) ||
|
!strncasecmp(cmd, "log", 3) ||
|
||||||
!strncasecmp(cmd, "nolog", 5) ||
|
!strncasecmp(cmd, "nolog", 5) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user