提交 b5478300 authored 作者: Michael Jerris's avatar Michael Jerris

build fixes

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11045 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d9c88301
......@@ -2037,7 +2037,7 @@ static switch_call_cause_t group_outgoing_channel(switch_core_session_t *session
switch_core_session_t **new_session, switch_memory_pool_t **pool, switch_originate_flag_t flags)
{
char *group;
switch_call_cause_t cause;
switch_call_cause_t cause = SWITCH_CAUSE_NONE;
char *template = NULL, *dest = NULL;
switch_originate_flag_t myflags = SOF_NONE;
char *cid_name_override = NULL;
......
......@@ -71,7 +71,7 @@ void sofia_glue_set_image_sdp(private_object_t *tech_pvt, switch_t38_options_t *
"s=FreeSWITCH\n"
"c=IN %s %s\n"
"t=0 0\n"
"m=image %d udptl t38\n",
"m=image %d udptl t38\n"
"a=T38MaxBitRate:%d\n"
"%s"
"%s"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论