]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
swap in uuid
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 10 Sep 2009 20:42:17 +0000 (20:42 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 10 Sep 2009 20:42:17 +0000 (20:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14811 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fifo/mod_fifo.c

index 8fab9b7f3826ea777dacdb7beecac7b6b1217410..778f3f07d761f1beb9d272cb9af999b5550a9e37 100644 (file)
@@ -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 {