Skip to content
Snippets Groups Projects
  1. Apr 22, 2008
    • Joshua Colp's avatar
      Add support for authenticating on a NOTIFY request. This is useful for phones... · 1e066813
      Joshua Colp authored
      Add support for authenticating on a NOTIFY request. This is useful for phones that require it when sending them a special packet to get them to do something (such as reload their configuration).
      (closes issue #9896)
      Reported by: IgorG
      Patches:
            sipnotify-113980-v14.patch uploaded by IgorG (license 20)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114529 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      1e066813
    • Russell Bryant's avatar
      Correct action_ping() and action_events() with regards to Manager 1.1 · a3f3613d
      Russell Bryant authored
      documentation.  Also, fix a bug in xml_translate().
      
      (closes issue #11649)
      Reported by: ys
      Patches:
            trunk_manager.c.diff uploaded by ys (license 281)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      a3f3613d
    • Russell Bryant's avatar
      Blocked revisions 114522 via svnmerge · f5a5845a
      Russell Bryant authored
      ........
      r114522 | russell | 2008-04-22 10:20:37 -0500 (Tue, 22 Apr 2008) | 13 lines
      
      Merge changes from team/russell/issue_9520
      
      These changes make sure that the reference count for sip_peer objects properly
      reflects the fact that the peer is sitting in the scheduler for a scheduled
      callback for qualifying peers or for expiring registrations.  Without this, it
      was possible for these callbacks to happen at the same time that the peer was
      being destroyed.  This was especially likely to happen with realtime peers, and
      for people making use of the realtime prune CLI command.
      
      (closes issue #9520)
      Reported by: kryptolus
      Committed patch by me
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f5a5845a
    • Steve Murphy's avatar
      · 161b4abd
      Steve Murphy authored
      Hopefully, this will resolve the issues that russellb had with this log_show_lock().
      I gathered the code that filled the string, and put it in a different func which
      I cryptically call "append_lock_information()".
      Now, both log_show_lock(), and handle_show_locks() both call this code to do
      the work. Tested, seems to work fine. 
      Also, log_show_lock was modified to use the ast_str stuff, along with checking
      for successful ast_str creation, and freeing the ast_str obj when finished.
      A break was inserted to terminate the search for the lock; we should never
      see it twice.
      
      An example usage in chan_sip.c was created as a comment, for instructional
      purposes.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114520 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      161b4abd
  2. Apr 21, 2008
  3. Apr 20, 2008
  4. Apr 19, 2008
  5. Apr 18, 2008
  6. Apr 17, 2008
Loading