mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
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
This commit is contained in:
parent
418d602728
commit
95311eaf10
@ -1410,7 +1410,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user