mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-5118 take 2
This commit is contained in:
@@ -4687,10 +4687,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
|
||||
*
|
||||
*/
|
||||
|
||||
if ((params = strchr(dest, '+'))) {
|
||||
*params = ';';
|
||||
params = NULL;
|
||||
} else if ((params = strchr(dest, ';'))) {
|
||||
if ((params = strchr(dest, ';'))) {
|
||||
char *tp_param;
|
||||
|
||||
*params++ = '\0';
|
||||
|
||||
Reference in New Issue
Block a user