mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
default to a leg number on originate to bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16856 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b8153e0e9d
commit
8911a030f6
@ -2234,7 +2234,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
||||
const char *callee_id_number = new_profile->callee_id_number;
|
||||
|
||||
if (zstr(callee_id_number)) {
|
||||
callee_id_number = new_profile->destination_number;
|
||||
callee_id_number = caller_caller_profile->destination_number;
|
||||
}
|
||||
|
||||
if (zstr(callee_id_name)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user