build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11045 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d9c88301ee
commit
b5478300ef
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue