From e97fe49914470d997b6da40d59067740f494ac60 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 10 Sep 2009 20:42:17 +0000 Subject: [PATCH] swap in uuid git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14811 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_fifo/mod_fifo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 8fab9b7f38..778f3f07d7 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -1295,6 +1295,9 @@ SWITCH_STANDARD_APP(fifo_function) switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Outbound-URL", url); switch_event_fire(&event); } + url = NULL; + free(uuid); + uuid = strdup(switch_core_session_get_uuid(other_session)); } } else {