mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
Compare commits
6 Commits
2c7ead4147
...
c8cef18f9f
Author | SHA1 | Date | |
---|---|---|---|
|
c8cef18f9f | ||
|
6a096b0792 | ||
|
f6f0c86ae2 | ||
|
93096d6a16 | ||
|
5c62791bc1 | ||
|
b341643657 |
@ -943,6 +943,12 @@ static void login_fire_custom_event(jsock_t *jsock, cJSON *params, int success,
|
||||
switch_event_add_header_string(s_event, SWITCH_STACK_BOTTOM, "verto_sessid", cJSON_GetObjectCstr(params, "sessid"));
|
||||
}
|
||||
}
|
||||
if (jsock->id) {
|
||||
switch_event_add_header_string(s_event, SWITCH_STACK_BOTTOM, "verto_id", jsock->id);
|
||||
}
|
||||
if (jsock->domain) {
|
||||
switch_event_add_header_string(s_event, SWITCH_STACK_BOTTOM, "verto_domain", jsock->domain);
|
||||
}
|
||||
switch_event_add_header(s_event, SWITCH_STACK_BOTTOM, "verto_success", "%d", success);
|
||||
switch_event_add_header_string(s_event, SWITCH_STACK_BOTTOM, "verto_result_txt", result_txt);
|
||||
switch_event_fire(&s_event);
|
||||
|
Loading…
x
Reference in New Issue
Block a user