mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-02 22:49:45 +00:00
#1158 - Fix indentation
This commit is contained in:
parent
cbaba03d13
commit
cf7d82586d
@ -3536,10 +3536,10 @@ static switch_bool_t verto__info_func(const char *method, cJSON *params, jsock_t
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (!strcasecmp(dest_proto, "global")) {
|
if (!strcasecmp(dest_proto, "global")) {
|
||||||
switch_core_chat_send("GLOBAL", event);
|
switch_core_chat_send("GLOBAL", event);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "skip_global_process", "true");
|
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "skip_global_process", "true");
|
||||||
switch_core_chat_send(dest_proto, event);
|
switch_core_chat_send(dest_proto, event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user