1. 27 1月, 2008 20 次提交
  2. 26 1月, 2008 8 次提交
    • Michael Jerris's avatar
      sync to darcs tree · aa1b4bb4
      Michael Jerris 提交于
      Thu Jan 17 07:57:29 EST 2008  Pekka.Pessi@nokia.com
        * configure.ac: prerelease version
      
      Wed Jan 23 13:22:39 EST 2008  Pekka.Pessi@nokia.com
        * test_nta.c: fixed memset() usage. MSG_TRUNC.
      
      Wed Jan 23 13:25:42 EST 2008  Pekka Pessi <Pekka.Pessi@nokia.com>
        * RELEASE, configure.ac: release 1.12.8
      
      Wed Jan 23 13:25:46 EST 2008  Pekka Pessi <Pekka.Pessi@nokia.com>
        tagged rel-sofia-sip_1_12_8
      
      Wed Jan 23 13:25:52 EST 2008  Pekka Pessi <Pekka.Pessi@nokia.com>
        tagged 1.12.8
      
      Wed Jan 23 14:25:07 EST 2008  Pekka.Pessi@nokia.com
        * RELEASE, configure.ac: 1.12.8devel
      
      Fri Jan 25 04:31:39 EST 2008  Pekka.Pessi@nokia.com
        * nta.c: fixed graylisting if used with IPv4/IPv6 only
      
      
      
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7372 d0543943-73ff-0310-b7d9-9358b9ac24b2
      aa1b4bb4
    • Brian West's avatar
      tweaks update sounds · c9d18272
      Brian West 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7370 d0543943-73ff-0310-b7d9-9358b9ac24b2
      c9d18272
    • Anthony Minessale's avatar
      update · 8b203911
      Anthony Minessale 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7369 d0543943-73ff-0310-b7d9-9358b9ac24b2
      8b203911
    • Michael Jerris's avatar
      Update back to sofia tree now that we have identified the cause of the segfaults: · 5e85c15c
      Michael Jerris 提交于
      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
      5e85c15c
    • Michael Jerris's avatar
      fix windows build · e39aa9bd
      Michael Jerris 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7367 d0543943-73ff-0310-b7d9-9358b9ac24b2
      e39aa9bd
    • Anthony Minessale's avatar
      7f8beb37
    • Anthony Minessale's avatar
      prevent invalid state change · 57317dff
      Anthony Minessale 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7365 d0543943-73ff-0310-b7d9-9358b9ac24b2
      57317dff
    • Michael Jerris's avatar
      try to not segfault · 2a4a8e76
      Michael Jerris 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7364 d0543943-73ff-0310-b7d9-9358b9ac24b2
      2a4a8e76
  3. 25 1月, 2008 12 次提交