freeswitch/libs/sofia-sip/libsofia-sip-ua/su
Michael Jerris 5e85c15cd7 Update back to sofia tree now that we have identified the cause of the segfaults:
Fri Jan 11 09:12:01 EST 2008  Bernhard Suttner <suttner at comdasys.com>
  * Using # in SOATAG_HOLD to set media as inactive instead of sendonly

Fri Jan 11 09:15:18 EST 2008  Pekka.Pessi@nokia.com
  * soa_tag.c: documented SOATAG_HOLD() inactive mode

Fri Jan 11 09:28:46 EST 2008  Pekka.Pessi@nokia.com
  * su_addrinfo.c: if su_getaddrinfo() service is NULL, try both with "0" and NULL

Fri Jan 11 12:11:12 EST 2008  Pekka.Pessi@nokia.com
  * nta.c: NetModule hack re-prioritizing SRV records
  
  Original hack by Stefan Leuenberger <Stefan.Leuenberger@netmodule.com>.
  
  The hack reprioritizes the SRV records used with transaction in case a
  server refuses connection or it does not answer.

Thu Jan 17 11:40:46 EST 2008  Pekka Pessi <Pekka.Pessi@nokia.com>
  * soa_static.c: cleaned inactive hold, added tests

Mon Jan 21 14:06:35 EST 2008  Pekka.Pessi@nokia.com
  * soa.c: using session state in soa_set_activity()
  
  The media mode bits are set using (local) session description instead of
  remote offer/answer when O/A has been completed.

Mon Jan 21 14:08:08 EST 2008  Pekka.Pessi@nokia.com
  * soa_static.c: soa_sdp_mode_set() now includes wanted media state in offer
  
  The wanted media state is based on original user SDP and SOATAG_HOLD()
  content. Removed soa_sdp_mode_set_is_needed(), using dry-run parameter
  instead.
  
Tue Jan 22 11:15:04 EST 2008  Pekka.Pessi@nokia.com
  * sip_util.c: updated sip_response_terminates_dialog() as per RFC 5057.
  
  Changes handling of 423 in case of SUBSCRIBE.

Tue Jan 22 11:35:44 EST 2008  Pekka.Pessi@nokia.com
  * test_soa.c: testing hold with inactive, offered mode and setting remote activity flags while in hold

Tue Jan 22 13:57:38 EST 2008  Pekka.Pessi@nokia.com
  * sres: added ttl parameter to sres_set_cached_srv_priority() and sres_cache_set_srv_priority().

Tue Jan 22 13:59:44 EST 2008  Pekka.Pessi@nokia.com
  * nta.c: added NTATAG_GRAYLIST(). 
  
  Use NTATAG_GRAYLIST() as ttl value for sres_set_cached_srv_priority().

Wed Jan 23 10:07:30 EST 2008  Pekka Pessi <Pekka.Pessi@nokia.com>
  * soa_static.c: fixed signedness error

Wed Jan 23 11:05:23 EST 2008  Pekka.Pessi@nokia.com
  * nta.c: ignore tags in nta_leg_by_dialog() if they are empty strings

Wed Jan 23 11:05:58 EST 2008  Pekka.Pessi@nokia.com
  * nta.c: asserting in proper place when handling queue tail




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7368 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-26 19:48:14 +00:00
..
sofia-sip Update back to sofia tree now that we have identified the cause of the segfaults: 2008-01-26 19:48:14 +00:00
ChangeLog add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
Doxyfile.in sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
Makefile.am merge with sofia darcs trunk: 2007-11-12 16:04:47 +00:00
addrinfo.c a little update to the sofia-sip library 2007-04-15 02:03:41 +00:00
foo.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
getopt.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
inet_ntop.c prepend su_ to inet_ntop and inet_pton replacement functions to work around problematic msvc 9 headers 2007-12-11 10:45:05 +00:00
inet_pton.c prepend su_ to inet_ntop and inet_pton replacement functions to work around problematic msvc 9 headers 2007-12-11 10:45:05 +00:00
localinfo.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
memccpy.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
memcspn.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
memmem.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
memspn.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
poll.c sync to latest sofia-sip darcs tree 2007-05-08 19:14:10 +00:00
run_addrinfo add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
run_localinfo add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
run_test_su Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
run_test_su_osx merge latest darcs changes from sofia-sip. 2007-04-17 13:43:45 +00:00
smoothsort.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
strcasestr.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
string0.c sync to latest sofia-sip darcs tree 2007-05-08 19:14:10 +00:00
strtoull.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su.c merge darcs tree 2007-09-19 16:24:40 +00:00
su.docs sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
su_addrinfo.c Update back to sofia tree now that we have identified the cause of the segfaults: 2008-01-26 19:48:14 +00:00
su_alloc.c try to not segfault 2008-01-26 01:41:02 +00:00
su_alloc_lock.c Merge up to current sofia-sip darcs. 2007-11-19 18:09:15 +00:00
su_base_port.c sync to current darcs tree: 2007-12-06 18:44:14 +00:00
su_bm.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_default_log.c sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
su_devpoll_port.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_epoll_port.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_errno.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_global_log.c merge conflict fix 2008-01-23 18:42:49 +00:00
su_kqueue_port.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_localinfo.c prepend su_ to inet_ntop and inet_pton replacement functions to work around problematic msvc 9 headers 2007-12-11 10:45:05 +00:00
su_log.c Merge up to current sofia-sip darcs. 2007-11-19 18:09:15 +00:00
su_md5.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_module_debug.h Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_open_c_localinfo.cpp svn:eol-style properties, and make eol-style consistent in some files. 2007-09-21 18:49:14 +00:00
su_os_nw.c a little update to the sofia-sip library 2007-04-15 02:03:41 +00:00
su_osx_runloop.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_perf.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_poll_port.c sync to the 1.12.6work3 (1.12.7 pre-release) from darcs: 2007-10-11 19:58:13 +00:00
su_port.c a little update to the sofia-sip library 2007-04-15 02:03:41 +00:00
su_port.h merge to sofia sip darcs tree. Includes multiple fixes and several merges of changes from the freeswitch tree back to darcs as follows: 2008-01-23 18:37:33 +00:00
su_proxy.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_pthread_port.c Merge up to current sofia-sip darcs. 2007-11-19 18:09:15 +00:00
su_root.c try to not segfault 2008-01-26 01:41:02 +00:00
su_select_port.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_socket_port.c a little update to the sofia-sip library 2007-04-15 02:03:41 +00:00
su_sprintf.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_strdup.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_strlst.c Merge up to current sofia-sip darcs. 2007-11-19 18:09:15 +00:00
su_tag.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_tag_io.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_taglist.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
su_time.c sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
su_time0.c sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
su_timer.c sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
su_uniqueid.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_vector.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
su_wait.c a little update to the sofia-sip library 2007-04-15 02:03:41 +00:00
su_win32_port.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
tag_dll.awk sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
test_htable.c merge with sofia darcs trunk: 2007-11-12 16:04:47 +00:00
test_htable2.c merge to sofia sip darcs tree. Includes multiple fixes and several merges of changes from the freeswitch tree back to darcs as follows: 2008-01-23 18:37:33 +00:00
test_memmem.c a little update to the sofia-sip library 2007-04-15 02:03:41 +00:00
test_poll.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
test_su.c sync to current darcs tree: 2007-12-06 18:44:14 +00:00
test_su_osx.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
torture_heap.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
torture_rbtree.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
torture_su.c merge to sofia sip darcs tree. Includes multiple fixes and several merges of changes from the freeswitch tree back to darcs as follows: 2008-01-23 18:37:33 +00:00
torture_su_alloc.c Merge up to current sofia-sip darcs. 2007-11-19 18:09:15 +00:00
torture_su_bm.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
torture_su_port.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
torture_su_root.c sync to current darcs tree: 2007-12-06 18:44:14 +00:00
torture_su_root_osx.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
torture_su_tag.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
torture_su_time.c sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
torture_su_timer.c sync with latest sofia tree. 2007-08-06 19:24:10 +00:00