]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update sofia
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Oct 2006 19:30:54 +0000 (19:30 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Oct 2006 19:30:54 +0000 (19:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3012 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/Makefile
src/mod/endpoints/mod_sofia/mod_sofia.c

index f8c05f8e5ea4d50a9b9c857c3ecbf1ab14d54dd3..7b92ce0391ebcccddf5a74f9f185976d83262afe 100644 (file)
@@ -1,6 +1,6 @@
 OS_ARCH         := $(subst /,_,$(shell uname -s | sed /\ /s//_/))
 VERSION = sofia-sip-1.12
-TARBALL = sofia-sip-1.12.3.2.tar.gz
+TARBALL = sofia-sip-1.12.3.3.tar.gz
 CFLAGS += -I. -I$(PREFIX)/include/$(VERSION)
 LDFLAGS += -lsofia-sip-ua
 LINKER=$(CC)
index 39fd052b8e680f6d695e9b57cb9d51f207ea53d7..59bb8ad0fee22451d2ac351ffd297dfb6e6b7d5d 100644 (file)
@@ -1702,7 +1702,7 @@ static void logger(void *logarg, char const *fmt, va_list ap)
        }
        
        if (data) {
-               switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_DEBUG, (char*) "%s: %s", __FILE__, data);
+               switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_DEBUG, (char*) "%s", data);
                free(data);
        }
 }
@@ -1914,7 +1914,7 @@ static void sip_i_state(int status,
        switch_channel_t *channel = NULL;
        private_object_t *tech_pvt = NULL;
        switch_core_session_t *session = sofia_private ? sofia_private->session : NULL;
-       const char *replaces_str;
+       const char *replaces_str = NULL;
        char *uuid;
        switch_core_session_t *other_session = NULL;
        switch_channel_t *other_channel = NULL;