Skip to content
Snippets Groups Projects
  1. May 08, 2015
    • George Joseph's avatar
      doc: Make progdocs play nice with git · 7de043e4
      George Joseph authored
      Moved contrib/asterisk-ng-doxygen to doc/asterisk-ng-doxygen.in
      
      Changed /Makefile to copy asterisk-ng-doxygen.in to
      asterisk-ng-doxygen then modify it with version instead of
      modifying asterisk-ng-doxygen directly.  Updated clean
      targets as well.
      
      Updated /.gitignore and doc/.gitignore.
      
      Change-Id: I38712d3e334fa4baec19d30d05de8c6f28137622
      7de043e4
  2. May 07, 2015
  3. Apr 24, 2015
  4. Jan 23, 2015
  5. Jan 20, 2015
    • Matthew Jordan's avatar
      contrib/scripts/install_prereq: Don't install 32-bit packages on 64-bit hosts · 47679ea5
      Matthew Jordan authored
      On Debian based systems, the install_prereq tool uses a search command on
      Debian that results in selecting both 64-bit and 32-bit packages. Besides the
      waste of disk space, this can actually cause aptitude use 100% of memory on a
      VM with 1GB of RAM as it tried to work out all of the 32-bit package
      dependencies.
      
      This patch filters out the 32-bit packages on a 64-bit machine, and leaves
      32-bit machines alone.
      
      ASTERISK-24048 #close
      Reported by: Ben Klang
      Tested by: Ben Klang, Matt Jordan
      patches:
        install_prereq_64-bit_compat.patch uploaded by Ben Klang (License 5876)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@430798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      47679ea5
  6. Oct 31, 2014
  7. Oct 09, 2014
  8. Sep 29, 2014
  9. Sep 18, 2014
  10. Jul 13, 2014
  11. Jun 27, 2014
  12. Jun 09, 2014
  13. Jun 04, 2014
  14. Apr 11, 2014
  15. Mar 05, 2014
  16. Feb 21, 2014
  17. Jul 21, 2013
  18. Mar 12, 2013
  19. Mar 01, 2013
    • Michael L. Young's avatar
      Fix / Clean Up Some Items To Handle The New auto_* NAT Options · 2109e471
      Michael L. Young authored
      The original report had to do with a realtime peer behind NAT being pruned and
      the peer's private address being used instead of its external address.  Upon
      debugging, it was discovered that this was being caused by the addition of
      the auto_force_rport and auto_comedia settings.
      
      This patch does the following:
      
      * Adds a missing note to the CHANGES file indicating that the default global nat
        setting is auto_force_rport
      
      * Constify the 'req' parameter for check_via()
      
      * Add calls to check_via() in a couple of places in order for the auto_*
        settings to do their job in attempting to determine if NAT is involved
      
      * Set the flags SIP_NAT_FORCE_RPORT and SIP_PAGE2_SYMMETRICRTP if the auto_*
        settings are in use where it was needed
      
      * Moves the copying of peer flags up in build_peer() to before they are used;
        this fixes the realtime prune issue
      
      * Update the contrib/realtime schemas to allow the nat column to handle the
        different nat setting combinations we have
      
      This patch received a review and "Ship It!" on the issue itself.
      
      (closes issue ASTERISK-20904)
      Reported by: JoshE
      Tested by: JoshE, Michael L. Young
      Patches:
        asterisk-20904-nat-auto-and-rt-peersv2.diff Michael L. Young (license 5026)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@382322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2109e471
  20. Jan 21, 2013
    • Matthew Jordan's avatar
      Update init.d scripts to handle stderr; readd splash screen for remote consoles · e7d0d2bd
      Matthew Jordan authored
      When r376428 was commited to re-order start up sequences to be more tolerant of
      forking with thread primitives, a few items were changed that caused changes
      in behavior on some distros. This includes:
       * Not displaying the splash screen on a remote console.
       * Displaying an error message on stderr when a remote console cannot connect
         to a running instance of Asterisk.
      
      In the first case, the splash screen was re-added (thanks to Michael L. Young).
      In the second case, the various init.d scripts were modified to pipe stderr
      to /dev/null, as the error message is useful - if you execute a remote
      console or a remote console command execution and it fail, it should tell
      you. Note that the error message was always present, it just failed to be
      printed prior to r376428.
      
      Much thanks to the folks who quickly reported this problem, provided solutions,
      and promptly tested the various init.d scripts on a variety of distros.
      
      (closes issue ASTERISK-20945)
      Reported by: Warren Selby
      Tested by: Michael L. Young, Jamuel Starkey, kaldemar, Danny Nicholas, mjordan
      patches:
        asterisk-20945-remote-intro-msg.diff uploaded by elguero (license 5026)
        ASTERISK-20945-1.8-mjordan.diff uploaded by mjordan (license 6283)
      ........
      
      Merged revisions 379760 from http://svn.asterisk.org/svn/asterisk/branches/1.8
      ........
      
      Merged revisions 379777 from http://svn.asterisk.org/svn/asterisk/branches/10
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@379790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e7d0d2bd
    • Andrew Latham's avatar
      Add LDAP libraries to install script · bd958b32
      Andrew Latham authored
      Add LDAP dev package to Debian/Ubuntu install list.  Existed in Redhat already.
      
      (issue ASTERISK-20886)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@379643 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      bd958b32
  21. Jan 16, 2013
  22. Dec 08, 2012
  23. Dec 04, 2012
  24. Oct 23, 2012
  25. Aug 06, 2012
  26. Jul 25, 2012
  27. Jul 16, 2012
  28. Jul 13, 2012
  29. Jun 04, 2012
    • Mark Michelson's avatar
      Also have vim syntax-highlight type=network. · f4218dc4
      Mark Michelson authored
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f4218dc4
    • Mark Michelson's avatar
      Add vim syntax highlighting for type=line, type=phone, and type=application. · 005661bf
      Mark Michelson authored
      (closes issue ASTERISK-19800)
      Reported by: Billy Chia
      Patches:
      	asterisk.vim.patch uploaded by Billy Chia (license #6381)
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      005661bf
    • Mark Michelson's avatar
      Merge changes dealing with support for Digium phones. · 14a98556
      Mark Michelson authored
      Presence support has been added. This is accomplished by
      allowing for presence hints in addition to device state
      hints. A dialplan function called PRESENCE_STATE has been
      added to allow for setting and reading presence. Presence
      can be transmitted to Digium phones using custom XML
      elements in a PIDF presence document.
      
      Voicemail has new APIs that allow for moving, removing,
      forwarding, and playing messages. Messages have had a new
      unique message ID added to them so that the APIs will work
      reliably. The state of a voicemail mailbox can be obtained
      using an API that allows one to get a snapshot of the mailbox.
      A voicemail Dialplan App called VoiceMailPlayMsg has been
      added to be able to play back a specific message.
      
      Configuration hooks have been added. Configuration hooks
      allow for a piece of code to be executed when a specific
      configuration file is loaded by a specific module. This is
      useful for modules that are dependent on the configuration
      of other modules.
      
      chan_sip now has a public method that allows for a custom
      SIP INFO request to be sent mid-dialog. Digium phones use
      this in order to display progress bars when files are played.
      
      Messaging support has been expanded a bit. The main
      visible difference is the addition of an AMI action
      MessageSend.
      
      Finally, a ParkingLots manager action has been added in order
      to get a list of parking lots.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      14a98556
  30. Mar 21, 2012
  31. Mar 12, 2012
    • Igor Goncharovskiy's avatar
      · c369a441
      Igor Goncharovskiy authored
      Massive changes in chan_unistim channel driver. Include many fixes in channel driver operation and add additional functionality:
       * Added ability to use multiple lines on phone, so for one device in configuration multiple lines can be defined, it allows to have multiple calls on one phone, callwaiting and switching between calls.
       * Added ability for translation on-screen menu to multiple languages. Tested on Russian languages.  Supported encodings: ISO 8859-1, ISO 8859-2, ISO 8859-4, ISO 8859-5, ISO 2022-JP. Language controlled by 'language' and on-screen menu of phone
       * Other described in CHANGES file
      
      Testing done by issue tracker users: ibercom, scsiborg, idarwin, TeknoJuce, c0rnoTa. 
      Tested on production system by Jonn Taylor (jonnt) using phone models: Nortel i2004, 1120E and 1140E.
      
      (closes issue ASTERISK-16890)
      
      Review: https://reviewboard.asterisk.org/r/1243/
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358766 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c369a441
  32. Feb 08, 2012
  33. Feb 07, 2012
Loading