Skip to content
Snippets Groups Projects
  1. Aug 18, 2009
  2. Aug 17, 2009
  3. Aug 16, 2009
  4. Aug 15, 2009
  5. Aug 14, 2009
  6. Aug 13, 2009
  7. Aug 12, 2009
    • Matthew Nicholson's avatar
      Merged revisions 211953 via svnmerge from · 160eb55c
      Matthew Nicholson authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
        r211953 | mnicholson | 2009-08-12 18:04:02 -0500 (Wed, 12 Aug 2009) | 10 lines
        
        This patch adds additional checking when generating queue log TRANSFER events.
        
        The additional checks prevent generation of false TRANSFER events in certain situations.
        
        (closes issue #14536)
        Reported by: aragon
        Patches:
              queue-log-xfer-fix1.diff uploaded by mnicholson (license 96)
        Tested by: aragon, mnicholson
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211957 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      160eb55c
    • Matthew Nicholson's avatar
      This patch adds support for choosing a realm based on the domain in the From... · 5583a4e9
      Matthew Nicholson authored
      This patch adds support for choosing a realm based on the domain in the From or To header in the incoming request.  Eligible domains are taken from the domains list in the config file.  This functionality is enabled when domainsasrealm is enabled in the config file.
      
      (closes issue #11361)
      Reported by: arkadia
      Patches:
            sip_realm_mnich_to_added_2.patch uploaded by arkadia (license 233)
      Tested by: arkadia
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5583a4e9
    • Jeff Peeler's avatar
      Fix chan_dahdi option ringtimeout · b65c0edd
      Jeff Peeler authored
      dahdi_read relies on the dahdi_pvt copy of ringt which was not getting set
      in sig_analog. This patch adds a callback to do so.
      
      (closes issue #15288)
      Reported by: alecdavis
      Patches:
            chan_dahdi.ringtimeout.diff.txt uploaded by alecdavis (license 585)
      Tested by: alecdavis
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      b65c0edd
    • Matthew Nicholson's avatar
      Make asterisk handle 423 Interval Too Short messages better. · 56110dd4
      Matthew Nicholson authored
      This change uses separate values for the acceptable minimum expiry provided by the 423 error and the expiry value stored in the configuration file.  Previously, the value pulled from the configuration file would be overwritten.
      
      (closes issue #14366)
      Reported by: Nick_Lewis
      Patches:
            sip-expiry-fix1.diff uploaded by mnicholson (license 96)
            chan_sip.c-reqexpiry.patch uploaded by Nick (license 657)
      Tested by: mnicholson
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211876 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      56110dd4
    • Mark Michelson's avatar
      Blocked revisions 211807 via svnmerge · 2898243c
      Mark Michelson authored
      ........
        r211807 | mmichelson | 2009-08-12 13:46:09 -0500 (Wed, 12 Aug 2009) | 10 lines
        
        Backport fix so that outbound CANCEL requests have same branch as challenged INVITEs.
        
        There already was code present to be sure that a CANCEL will contain the same branch-id
        as the INVITE it is cancelling. However, for INVITES which are challenged downstream,
        this mechanism did not work properly. Now this is taken care of.
        
        This is a backport of a fix already present in all 1.6.X branches and in trunk. It also
        fixes ABE-1907.
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2898243c
    • Gavin Henry's avatar
      Added three new attributes and applied a patch to res_config_ldap.c · f2b9fc79
      Gavin Henry authored
      attributetype ( AstAccountSubscribeContext
              NAME 'AstAccountSubscribeContext'
              DESC 'Asterisk subscribe context'
              EQUALITY caseIgnoreMatch
              SUBSTR caseIgnoreSubstringsMatch
              SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
      
      attributetype ( AstAccountIpAddr
              NAME 'AstAccountIpAddr'
              DESC 'Asterisk aaccount IP address'
              EQUALITY caseIgnoreMatch
              SUBSTR caseIgnoreSubstringsMatch
              SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
      
      attributetype ( AstAccountUserAgent
              NAME 'AstAccountUserAgent'
              DESC 'Asterisk account user context'
              EQUALITY caseIgnoreMatch
              SUBSTR caseIgnoreSubstringsMatch
              SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
      
      and patch fix_empty_attributes_1.6.1.4_v2.patch 
      
      (closes issue #13725)
      Reported by: macogeek
      Patches:
            fix_empty_attributes_1.6.1.4_v2.patch uploaded by xvisor (license 863)
      Tested by: suretec
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211767 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f2b9fc79
    • Russell Bryant's avatar
      Always specify which RTP engine is desired for a new RTP instance. · 0ff53edd
      Russell Bryant authored
      This fixes a crash reported in #asterisk-dev where chan_mgcp unexpectedly
      allocated an RTP instance from res_rtp_multicast, since by not specifying an
      engine, you get the first one in the list of engines.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0ff53edd
  8. Aug 10, 2009
  9. Aug 09, 2009
Loading