From cb24948735f08590346a25f16e805636f6bc8673 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 20 Nov 2006 21:54:19 +0000 Subject: [PATCH] update to new sofia snapshot. Fixes a memory leak on invite, a timer bug, and several other issues as follows: Thu Nov 16 07:23:30 Eastern Standard Time 2006 Pekka.Pessi@nokia.com * nta.c: setting the local sequence number of nta_leg_t only when first reques t is sent. Application can now set the initial value of CSeq either in nta_leg_create() or in nta_outgoing_*create() (or nta_msg_request_complete()). * nua_session.c: fixed session timer negotiation when UAS does refreshing with INVITEs The session-expires header had "uac" even when uac did not support timer. The UAS failed to send re-INVITEs. Thanks for Chung Pak Lai for reporting this problem. * bnf: added host_cmp(). * outbound.c: using host_cmp() to check if Via host and received parameter dif fer Bug reported by Marc Blanchet. * nua_session.c: fixed leak in incomin INVITE processing. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3425 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/win32/Download SOFIA.vcproj | 8 +- .../win32/sofia/libsofia_sip_ua_static.vcproj | 560 +++++++++--------- src/mod/endpoints/mod_sofia/Makefile | 2 +- src/mod/endpoints/mod_sofia/mod_sofia.vcproj | 4 +- 4 files changed, 287 insertions(+), 287 deletions(-) diff --git a/libs/win32/Download SOFIA.vcproj b/libs/win32/Download SOFIA.vcproj index a9030001cc..3e84da6092 100644 --- a/libs/win32/Download SOFIA.vcproj +++ b/libs/win32/Download SOFIA.vcproj @@ -76,8 +76,8 @@ diff --git a/libs/win32/sofia/libsofia_sip_ua_static.vcproj b/libs/win32/sofia/libsofia_sip_ua_static.vcproj index 34040d6a7f..e2b879c0a6 100644 --- a/libs/win32/sofia/libsofia_sip_ua_static.vcproj +++ b/libs/win32/sofia/libsofia_sip_ua_static.vcproj @@ -26,7 +26,7 @@ > - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - + + + - + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - + + + + - - - + + + - + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - + + - - - - - - + + + + + + - - - - + + + + - - + + - - - + + + diff --git a/src/mod/endpoints/mod_sofia/Makefile b/src/mod/endpoints/mod_sofia/Makefile index 36f2ffc1df..4a936315cc 100644 --- a/src/mod/endpoints/mod_sofia/Makefile +++ b/src/mod/endpoints/mod_sofia/Makefile @@ -1,6 +1,6 @@ OS_ARCH := $(subst /,_,$(shell uname -s | sed /\ /s//_/)) VERSION = sofia-sip-1.12 -TARBALL = sofia-sip-1.12.3.10.tar.gz +TARBALL = sofia-sip-1.12.3.11.tar.gz CFLAGS += -I. -I$(PREFIX)/include/$(VERSION) LDFLAGS += -lsofia-sip-ua LINKER=$(CC) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.vcproj b/src/mod/endpoints/mod_sofia/mod_sofia.vcproj index 35ade23fa2..aa321a803c 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.vcproj +++ b/src/mod/endpoints/mod_sofia/mod_sofia.vcproj @@ -42,7 +42,7 @@