Skip to content
Snippets Groups Projects
  1. Jan 12, 2009
  2. Jan 10, 2009
  3. Jan 09, 2009
  4. Jan 08, 2009
  5. Jan 07, 2009
  6. Jan 06, 2009
  7. 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
  8. Jan 03, 2009
  9. Dec 31, 2008
Loading