Skip to content
Snippets Groups Projects
  1. Jan 09, 2009
  2. Jan 08, 2009
  3. Jan 07, 2009
  4. Jan 06, 2009
  5. Jan 05, 2009
    • Mark Michelson's avatar
      Merged revisions 167179 via svnmerge from · 129e8a04
      Mark Michelson authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r167179 | mmichelson | 2009-01-05 10:51:59 -0600 (Mon, 05 Jan 2009) | 41 lines
      
      A couple of changes to T.38 SDP attribute handling
      
      There are some boolean attributes for T.38 such
      as T38FaxFillBitRemoval, T38FaxTranscodingMMR, and
      T38FaxTranscodingJBIG. By simply being present, we
      should treat these as a "true" value. The current
      code, however, was requiring a 1 or 0 as the value
      of the attribute in order to parse it. This is due
      to the fact that there are some T.38 endpoints and
      gateways that also transmit this information
      incorrectly. This patch follows the "be liberal in
      what you accept and strict in what you send"
      philosophy by accepting both the correctly- and 
      incorrectly-formatted attributes, but only sending
      information as it is supposed to be sent.
      
      It was also discovered that a particular type of 
      T.38 gateway sends some non-standard T.38 SDP
      attributes. Instead of using T38FaxMaxDatagram
      and T38MaxBitRate, it used T38MaxDatagram and
      T38FaxMaxRate respectively. We now will properly
      accept these attributes as well.
      
      Note that there are a lot of patches cited in
      the below commit message template. This is
      because the person who submitted these patches is
      an awesome person and wrote 1.4, 1.6.0, and 1.6.1
      variants.
      
      (closes issue #13976)
      Reported by: linulin
      Patches:
           chan_sip.c.1.4-update1.diff uploaded by arcivanov (license 648)
      	 chan_sip.c.1.6.0-update1.diff uploaded by arcivanov (license 648)
      	 chan_sip.c.1.6.1-update1.diff uploaded by arcivanov (license 648)
      	 chan_sip.c.1.4-relaxedT38_update1.diff uploaded by arcivanov (license 648)
      	 chan_sip.c.1.6.0-relaxedT38_update1.diff uploaded by arcivanov (license 648)
      	 chan_sip.c.1.6.1-relaxedT38_update1.diff uploaded by arcivanov (license 648)
      Tested by: arcivanov
      
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      129e8a04
    • Tilghman Lesher's avatar
      More clearly explain that quote marks are no longer necessary. · d13e2364
      Tilghman Lesher authored
      (closes issue #13718)
       Reported by: davidw
       Patches: 
             20081020__bug13718.diff.txt uploaded by Corydon76 (license 14)
       Tested by: blitzrage
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      d13e2364
  6. Jan 03, 2009
  7. Dec 31, 2008
  8. Dec 30, 2008
  9. Dec 29, 2008
    • Mark Michelson's avatar
      Update app_queue to deal with the removal of AST_PBX_KEEPALIVE · ff20b911
      Mark Michelson authored
      When placing a call to a queue which ran a gosub on the member's
      channel, Asterisk would crash every time, stemming from the fact
      that the member's channel was being hung up unexpectedly when the
      Gosub completed. The necessary change was pretty much copied and
      pasted from app_dial's similar changes made last week.
      
      I also took the opportunity to change a LOG_DEBUG message in
      app_dial to use ast_debug. I am guessing this was due to a direct
      merge from 1.4 that was not corrected to use trunk's preferred
      syntax.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166861 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      ff20b911
  10. Dec 28, 2008
Loading