]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
build fixes
authorMichael Jerris <mike@jerris.com>
Thu, 1 Jan 2009 19:11:49 +0000 (19:11 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 1 Jan 2009 19:11:49 +0000 (19:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11045 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c
src/mod/endpoints/mod_sofia/sofia_glue.c

index 6c6873ba1a709e4f7880188b20f17fe25c873304..7650964a8f5adc577b0917b9dcc4c59269696183 100644 (file)
@@ -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;
index ad300dd9b2d5b7151b3c96ac6c14f1f998c2f8e8..5e9d2c4d5608c3574f77042923cf6be70dde0419 100644 (file)
@@ -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"