From: Anthony Minessale Date: Thu, 10 Sep 2009 20:42:17 +0000 (+0000) Subject: swap in uuid X-Git-Tag: v1.0.6~1919 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97fe49914470d997b6da40d59067740f494ac60;p=thirdparty%2Ffreeswitch.git swap in uuid git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14811 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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 {