From: Marc Olivier Chouinard Date: Sun, 22 Jan 2012 16:50:27 +0000 (-0500) Subject: FS-3823 --resolve X-Git-Tag: v1.2-rc1~19^2~1^2~32^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415d077941a617233b8cbbb4f172a32f6df79733;p=thirdparty%2Ffreeswitch.git FS-3823 --resolve --- diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.c b/src/mod/applications/mod_callcenter/mod_callcenter.c index e7bf6d48d4..1c811a210c 100644 --- a/src/mod/applications/mod_callcenter/mod_callcenter.c +++ b/src/mod/applications/mod_callcenter/mod_callcenter.c @@ -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);