FS-5118 take 2

This commit is contained in:
Anthony Minessale
2013-02-27 09:04:51 -06:00
parent a3786d528f
commit fc1316601b
4 changed files with 24 additions and 12 deletions
+1 -4
View File
@@ -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';