]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3823 --resolve
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Sun, 22 Jan 2012 16:50:27 +0000 (11:50 -0500)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Sun, 22 Jan 2012 16:50:27 +0000 (11:50 -0500)
src/mod/applications/mod_callcenter/mod_callcenter.c

index e7bf6d48d4ee3a3748e829103769282b862669a2..1c811a210cad8079cc32a61e3ba18d19dba41747 100644 (file)
@@ -1440,7 +1440,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
                switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, "loopback_bowout", "false");
                switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, "loopback_bowout_on_execute", "false");
                switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, "ignore_early_media", "true");
-               switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, "origination_uuid", agent_uuid_str);
+               switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, "origination_uuid", "%s", agent_uuid_str);
 
                t_agent_called = local_epoch_time_now(NULL);
                dialstr = switch_mprintf("%s", h->originate_string);