Skip to content
Snippets Groups Projects
  1. Dec 20, 2013
    • Matthew Jordan's avatar
      res_pjsip: Add PJSIP CLI commands · b172d369
      Matthew Jordan authored
      Implements the following cli commands:
      pjsip list aors
      pjsip list auths
      pjsip list channels
      pjsip list contacts
      pjsip list endpoints
      pjsip show aor(s)
      pjsip show auth(s)
      pjsip show channels
      pjsip show endpoint(s)
      
      Also...
      Minor modifications made to the AMI command implementations to facilitate
      reuse.
      
      New function ast_variable_list_sort added to config.c and config.h to implement
      variable list sorting.
      
      (issue ASTERISK-22610)
      patches:
        pjsip_cli_v2.patch uploaded by george.joseph (License 6322)
      ........
      
      Merged revisions 404480 from http://svn.asterisk.org/svn/asterisk/branches/12
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@404507 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      b172d369
  2. Mar 05, 2013
    • Matthew Jordan's avatar
      Add RFC 3327 Path header support to chan_sip · 8d5c36c9
      Matthew Jordan authored
      This patch adds support for RFC 3327 "Path" headers. This can be enabled in
      sip.conf using the 'supportpath' setting, either on a global basis or on a
      peer basis. This setting enables Asterisk to route outgoing out-of-dialog
      requests via a set of proxies by using a pre-loaded route-set defined by the
      Path headers in the REGISTER request. This patch also adds Realtime support
      for dynamically updating the Path information for a peer.
      
      A huge thank-you to Klaus Darillion and Olle E Johansson for their efforts
      in writing this patch.
      
      Review: https://reviewboard.asterisk.org/r/2235/
      Review: https://reviewboard.asterisk.org/r/991/
      
      (closes issue ASTERISK-16884)
      Reported by: klaus3000
      Tested by: klaus3000, oej, mjordan
      patches:
        path-1.8.0-patch.txt uploaded by klaus3000 (License 5054)
        oolong-path-support-trunk in team branch by oej (License 5267)
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@382440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      8d5c36c9
  3. Oct 13, 2012
  4. Oct 11, 2012
  5. Sep 15, 2011
  6. Sep 12, 2011
  7. Apr 14, 2011
  8. Jul 16, 2010
  9. Jul 10, 2010
  10. May 24, 2010
  11. Aug 18, 2009
  12. Jun 16, 2009
  13. May 29, 2009
  14. May 15, 2009
  15. Mar 16, 2009
    • Russell Bryant's avatar
      Add MFC/R2 support for chan_dahdi. · 77a6840f
      Russell Bryant authored
      This commit introduces official support for R2 signaling in chan_dahdi.  The
      modifications to chan_dahdi, and the supporting library, LibOpenR2, were both
      written by Moises Silva.
      
      Many users are using this code, or a variant of it, in Asterisk 1.2, 1.4 and 1.6
      in Brazil, México and Argentina. An unknown number of users (but at least 1) 
      are using it in each of the following countries: Colombia, Nepal, Thailand, 
      Venezuela, Perú, and probably others.
      
      To use this code, LibOpenR2 must be installed from http://www.libopenr2.org/.
      Information about configuration can be found in configs/chan_dahdi.conf.sample.
      
      The code committed is the most up to date version, which was being maintained
      in svn/asterisk/team/moy/mfcr2/.
      
      I would also like to include a Thank You to the many others that tested this
      code beyond those listed in this commit message.  These are the names that I
      could find in the mantis issue.
      
      (closes issue #12509)
      Reported by: moy
      Patches:
            chan_zap-mfr2.patch uploaded by moy (license 222)
      Tested by: moy, korihor, viniciusfontes, Skarmeth, loloski, asbestoshead, titogarrido, heliocoelhojr, konsultex, ncorrare, ecarruda, rtorresduque, PTorres, ychen
      
      Review: http://reviewboard.digium.com/r/40/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      77a6840f
  16. Jan 15, 2009
  17. May 14, 2008
  18. Jan 23, 2008
  19. Jan 21, 2008
  20. Jan 18, 2008
    • Russell Bryant's avatar
      Merge changes from team/group/sip-tcptls · b995c78c
      Russell Bryant authored
      This set of changes introduces TCP and TLS support for chan_sip.  There are various
      new options in configs/sip.conf.sample that are used to enable these features.  Also,
      there is a document, doc/siptls.txt that describes some things in more detail.
      
      This code was implemented by Brett Bryant and James Golovich.  It was reviewed
      by Joshua Colp and myself.  A number of other people participated in the testing
      of this code, but since it was done outside of the bug tracker, I do not have their
      names.  If you were one of them, thanks a lot for the help!
      
      (closes issue #4903, but with completely different code that what exists there.)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      b995c78c
  21. Jan 16, 2008
    • Russell Bryant's avatar
      Merge the changes from issue #10665 from the team/group/sip_session_timers branch. · 6aaa9923
      Russell Bryant authored
      This set of changes introduces SIP session timers support (RFC 4028).  In short,
      this prevents stuck SIP sessions that were not properly torn down due to network
      or endpoint failures during an established SIP session.
      
      To quote some of the documentation supplied with the patch:
      "The SIP Session-Timers is an extension of the SIP protocol that allows end-points and proxies to
      refresh a session periodically. The sessions are kept alive by sending a RE-INVITE or UPDATE
      request at a negotiated interval. If a session refresh fails then all the entities that support Session-
      Timers clear their internal session state. In addition, UAs generate a BYE request in order to clear
      the state in the proxies and the remote UA (this is done for the benefit of SIP entities in the path
      that do not support Session-Timers)."
      
      (closes issue #10665)
      Reported by: rjain
      Patches:
            chan_sip.c.1.diff uploaded by rjain (license 226)
            chan_sip.c.diff uploaded by rjain (license 226)
            sip.conf.sample.diff uploaded by rjain (license 226)
            proc_422_rsp_comment.diff uploaded by rjain (license 226)
            chan_sip.c.cache.diff uploaded by rjain (license 226)
            chan_sip.memalloc uploaded by rjain (license 226)
            chan_sip.memalloc.bugfix uploaded by rjain (license 226)
      
            Patches tracked in team/group/sip_session_timers, with some additional fixes
            by russell and oej.
      
      Tested by: jtodd, rjain, loloski
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98978 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      6aaa9923
  22. Dec 18, 2007
  23. Nov 02, 2007
    • Russell Bryant's avatar
      Merge the code from asterisk/team/group/chan_unistim: · 267683eb
      Russell Bryant authored
      This introduces a new channel driver, chan_unistim, that supports the Unistim
      VoIP protocol for Nortel phones.  The following models have been confirmed 
      to work: i2002, i2004 and i2050.
      
      (closes issue #8864)
      Reported by: c_hans
      Patches: 
            chan_unistim.patch uploaded by c (license 304)
            ustm_no_conf.diff uploaded by junky (license 177)
      Tested by: c_hans, dbowerman, math, junky, loloski
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88368 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      267683eb
  24. Oct 31, 2007
  25. Jul 06, 2007
  26. Jun 07, 2007
  27. May 02, 2007
  28. Feb 16, 2007
    • Olle Johansson's avatar
      Adding Realtime Text support (T.140) to Asterisk · ba32ee49
      Olle Johansson authored
      T.140/RFC 2793 is a live communication channel, originally
      created for IP based text phones for hearing impaired. 
      Feels very much like the old Unix talk application.
      
      This code is developed and disclaimed by John Martin of Aupix, UK.
      Tested for interoperability by myself and Omnitor in Sweden,
      the company that wrote most of the specifications.
      
      A big thank you to everyone involved in this.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54838 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      ba32ee49
  29. Oct 25, 2006
  30. Oct 16, 2006
  31. Sep 19, 2006
  32. Aug 20, 2006
  33. Aug 08, 2006
  34. Jun 14, 2006
Loading