提交 95311eaf authored 作者: Mathieu Rene's avatar Mathieu Rene

Don't set the caller name to origination_uuid's value

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13248 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 418d6027
...@@ -1410,7 +1410,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess ...@@ -1410,7 +1410,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
strncpy(tmp, var_begin, strlen(var_begin)); strncpy(tmp, var_begin, strlen(var_begin));
} }
new_profile->caller_id_name = switch_core_strdup(new_profile->pool, tmp);
switch_event_add_header_string(var_event, SWITCH_STACK_BOTTOM, "origination_uuid", tmp); switch_event_add_header_string(var_event, SWITCH_STACK_BOTTOM, "origination_uuid", tmp);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论