swap in uuid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14811 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bb490e186f
commit
e97fe49914
|
@ -1295,6 +1295,9 @@ SWITCH_STANDARD_APP(fifo_function)
|
||||||
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Outbound-URL", url);
|
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Outbound-URL", url);
|
||||||
switch_event_fire(&event);
|
switch_event_fire(&event);
|
||||||
}
|
}
|
||||||
|
url = NULL;
|
||||||
|
free(uuid);
|
||||||
|
uuid = strdup(switch_core_session_get_uuid(other_session));
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue