mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
typo
This commit is contained in:
parent
8cfdb86c1e
commit
c614b9d586
@ -2642,7 +2642,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_httapi_load)
|
|||||||
bind_parser("break", parse_break);
|
bind_parser("break", parse_break);
|
||||||
bind_parser("log", parse_log);
|
bind_parser("log", parse_log);
|
||||||
bind_parser("continue", parse_continue);
|
bind_parser("continue", parse_continue);
|
||||||
bind_parser("setVar", parse_get_var);
|
bind_parser("getVariable", parse_get_var);
|
||||||
bind_parser("voicemail", parse_voicemail);
|
bind_parser("voicemail", parse_voicemail);
|
||||||
|
|
||||||
if (do_config() != SWITCH_STATUS_SUCCESS) {
|
if (do_config() != SWITCH_STATUS_SUCCESS) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user