mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
doh
This commit is contained in:
parent
258afd4704
commit
f6ca367fff
@ -904,7 +904,7 @@ static void send_conference_data(sofia_profile_t *profile, switch_event_t *event
|
|||||||
const char *notfound = switch_event_get_header(event, "notfound");
|
const char *notfound = switch_event_get_header(event, "notfound");
|
||||||
const char *body = switch_event_get_body(event);
|
const char *body = switch_event_get_body(event);
|
||||||
const char *type = "application/conference-info+xml";
|
const char *type = "application/conference-info+xml";
|
||||||
int final = switch_true(switch_event_get_header(event, "final");
|
const char *final = switch_event_get_header(event, "final");
|
||||||
|
|
||||||
if (!event_str) {
|
if (!event_str) {
|
||||||
event_str = "conference";
|
event_str = "conference";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user