Skip to content
Snippets Groups Projects
  1. Jan 21, 2009
    • Russell Bryant's avatar
      Fix a regression in TCP support. · 757019fd
      Russell Bryant authored
      This patch fixes a problem that caused chan_sip to think that every open TCP session
      was to a remote address of 0.0.0.0:0.
      
      (closes issue #14287)
      Reported by: jamesgolovich
      Patches:
            bug-14287.diff.txt uploaded by jamesgolovich (license 176)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      757019fd
    • Terry Wilson's avatar
      Blocked revisions 169581 via svnmerge · 7b1b5c3d
      Terry Wilson authored
      ........
        r169581 | twilson | 2009-01-20 17:49:34 -0600 (Tue, 20 Jan 2009) | 2 lines
        
        One-touch parking was calling back the wrong channel on timeout
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7b1b5c3d
    • Mark Michelson's avatar
      Fix device state parsing issues for channel names with multiple slashes · 4263503b
      Mark Michelson authored
      The fix being applied is a bit different for trunk and the 1.6.X branches.
      For trunk, we only wish to strip off the characters beyond the second slash
      if the channel is a Local channel (i.e. we are removing the /n from the device
      name). Other channel technologies with multiple slashes (e.g. DAHDI) need the
      information after the second slash in order to get the proper device state
      information.
      
      In addition to this fix, the 1.6.X branches are receiving a much more important
      fix as well. The problem in 1.6.X is that the member's device name was being directly
      changed instead of having a copy changed. This meant that we would strip off the
      second slash and trailing characters and then leave the member's device name like
      that permanently thereafter.
      
      (closes issue #14014)
      Reported by: kebl0155
      Patches:
            14014_number2.patch uploaded by putnopvut (license 60)
      Tested by: kebl0155
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      4263503b
  2. Jan 20, 2009
  3. Jan 19, 2009
  4. Jan 17, 2009
  5. Jan 16, 2009
  6. Jan 15, 2009
Loading