Skip to content
Snippets Groups Projects
  1. Jul 16, 2014
  2. Jul 13, 2014
  3. Jul 03, 2014
  4. Jun 30, 2014
  5. Jun 27, 2014
  6. Jun 12, 2014
  7. Jun 09, 2014
  8. Jun 04, 2014
  9. May 28, 2014
  10. Apr 24, 2014
  11. Apr 11, 2014
  12. Mar 28, 2014
  13. Mar 26, 2014
  14. Mar 14, 2014
  15. Mar 06, 2014
  16. Mar 05, 2014
  17. Feb 18, 2014
  18. Feb 06, 2014
  19. Jan 31, 2014
  20. Jan 26, 2014
  21. Jan 15, 2014
    • Kinsey Moore's avatar
      PJSIP: Add Path header support · 7cbb6eab
      Kinsey Moore authored
      This adds Path support to chan_pjsip in res_pjsip_path.c with minimal
      additions in res_pjsip_registrar.c to store the path and additions in
      res_pjsip_outbound_registration.c to enable advertisement of path
      support to registrars and intervening proxies.
      
      Path information is stored on contacts and is enabled via Address of
      Record (AoRs) and Registration configuration sections.
      
      While adding path support, it became necessary to be able to add SIP
      supplements that handled messages outside of sessions, so a framework
      for handling these types of hooks was added in parallel to the
      already-existing session supplements and several senders of
      out-of-dialog requests were refactored as a result.
      
      (closes issue ASTERISK-21084)
      Review: https://reviewboard.asterisk.org/r/3050/
      ........
      
      Merged revisions 405565 from http://svn.asterisk.org/svn/asterisk/branches/12
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@405566 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7cbb6eab
  22. Dec 12, 2013
  23. Nov 22, 2013
  24. Oct 31, 2013
  25. Oct 27, 2013
  26. Oct 18, 2013
  27. Oct 04, 2013
  28. Aug 29, 2013
  29. Aug 28, 2013
    • Matthew Jordan's avatar
      Add database schema management using Alembic · 629f43d2
      Matthew Jordan authored
      This patch replaces contrib/realtime/ with a new setup for managing the
      database schema required for database integration with Asterisk.  In
      addition to initializing a database with the proper schema, alembic can do a
      database migration to assist with upgrading Asterisk in the future.
      Hopefully this helps make setting up and operating Asterisk with a database
      easier.
      
      With this the schema only needs to be maintained in one place instead of
      once per database.  The schemas I have added here have a bit of improvement
      over the examples that were there before (some added consistency and added
      some missing indexes).  Managing the schema in one place here also applies
      to all databases supported by SQLAlchemy.
      
      See contrib/ast-db-manage/README.md for more details.
      
      Review: https://reviewboard.asterisk.org/r/2731
      
      patch by Russell Bryant (license 6300)
      ........
      
      Merged revisions 397874 from http://svn.asterisk.org/svn/asterisk/branches/12
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      629f43d2
  30. Aug 23, 2013
    • Kevin Harwell's avatar
      PSJIP - sip.conf to res_sip.conf script · 882ba864
      Kevin Harwell authored
      Most, if not all, of the backing features of a conf file should now be
      implemented (e.g. multi-line comments, includes, templates, etc...).  A
      few of the options still need to be mapped.  Those are currently listed
      in the 'sip_to_res_sip.py' file.
      
      Things to do:
      
      (1) There is more work to do here, at least for the sip.conf items that
      aren't currently parsed. An issue will be created for that.
      (2) All of the scripts should probably be passed through pylint and have
      as many PEP8 issues fixed as possible.
      (3) A public review is probably warranted at that point of the entire script.
      
      Reported by: Matt Jordan
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      882ba864
  31. Aug 01, 2013
  32. Jul 24, 2013
  33. Jul 21, 2013
  34. Jul 10, 2013
    • Kevin Harwell's avatar
      PSJIP - sip.conf to res_sip.conf script · 5d9ac58d
      Kevin Harwell authored
      ** This script is in no way finished.
      
      Started the initial "cut" at converting a sip.conf file to a res_sip.conf file.
      Hopefully the bulk of the framework is in place and only a few minor adjustments
      need to be made when an option mapping is added that "doesn't fit".  This script
      and supporting files should be executable against python version 2.5.
      
      An OrderedDict class (backported from a newer version of python) is included.
      A MultiOrderedDict class is implemented so options, when added, should be able
      to be added in order and allowed to have multiple values.
      
      Currently the scripts supports the majority of endpoint options found in
      res_sip.conf.  Support has also been added for Aor(s) and the ACL/security
      sections.  Inside the sip_to_res_sip.py file one can see a list of options
      that still need to be mapped.
      
      Also items that still need to be done: templates, includes, parsing '=>'
      delimiter.  Note that some code is hopefully in place already to support
      templates (e.g. lookup/retrieving defaults from them).  However, the
      parsing of and adding of the section needs to be done.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5d9ac58d
Loading