mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-27 12:14:32 +00:00
dont update dest when transferring to inline dp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15363 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
74bfa46aaa
commit
3143948e41
@ -81,6 +81,9 @@ SWITCH_STANDARD_DIALPLAN(inline_dialplan_hunt)
|
|||||||
switch_caller_extension_add_application(session, extension, app, data);
|
switch_caller_extension_add_application(session, extension, app, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
caller_profile->destination_number = (char *)caller_profile->rdnis;
|
||||||
|
caller_profile->rdnis = SWITCH_BLANK_STRING;
|
||||||
|
|
||||||
return extension;
|
return extension;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user