mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15104 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6cf3927a04
commit
5baa04b88f
@ -2783,7 +2783,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
|
|||||||
tech_pvt->dest = switch_core_session_sprintf(nsession, "sip:%s", dest);
|
tech_pvt->dest = switch_core_session_sprintf(nsession, "sip:%s", dest);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((host = switch_core_session_strdup(session, tech_pvt->dest))) {
|
if ((host = switch_core_session_strdup(nsession, tech_pvt->dest))) {
|
||||||
char *p = strchr(host, '@');
|
char *p = strchr(host, '@');
|
||||||
if (p) {
|
if (p) {
|
||||||
host = p+1;
|
host = p+1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user