提交 e97fe499 authored 作者: Anthony Minessale's avatar Anthony Minessale

swap in uuid

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14811 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bb490e18
...@@ -1295,6 +1295,9 @@ SWITCH_STANDARD_APP(fifo_function) ...@@ -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 {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论