提交 cf7c9428 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5118 --resolve

上级 be3df1b1
......@@ -4685,10 +4685,12 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
* Handle params, strip them off the destination and add them to the
* invite contact.
*
* TODO:
* - Add parameters back to destination url?
*/
if ((params = strchr(dest, ';'))) {
if ((params = strchr(dest, '+'))) {
*params = ';';
params = NULL;
} else if ((params = strchr(dest, ';'))) {
char *tp_param;
*params++ = '\0';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论