mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
XML-14
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16090 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a19b1e7cbf
commit
1d7aa83590
@ -3139,6 +3139,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
|
|||||||
tech_pvt->dest = switch_core_session_strdup(nsession, dest);
|
tech_pvt->dest = switch_core_session_strdup(nsession, dest);
|
||||||
} else if ((host = strchr(dest, '%'))) {
|
} else if ((host = strchr(dest, '%'))) {
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
|
*dest++ = '\0';
|
||||||
*host = '@';
|
*host = '@';
|
||||||
tech_pvt->e_dest = switch_core_session_strdup(nsession, dest);
|
tech_pvt->e_dest = switch_core_session_strdup(nsession, dest);
|
||||||
*host++ = '\0';
|
*host++ = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user