Skip to content
Snippets Groups Projects
  1. Jun 28, 2019
    • Chris-Savinovich's avatar
      app_voicemail.c: Build all three variants for app_voicemail at the same time · 6b1f6ea2
      Chris-Savinovich authored
      Changes made to apps/Makefile to optionally build all three app_voicemail
      variations at the same time: 1) file (default), 2) odbc, and 3) imap.
      This functionality was requested by users. modules.conf.sample warns the
      user to make sure only one voicemail is loaded at a time.
      
      Change-Id: Iba3cd8ffb4b7e8b1c64a11dd383e1eafcd3ed0e7
      6b1f6ea2
  2. Oct 25, 2018
    • Corey Farrell's avatar
      chan_sip deprecation. · 90a11c4a
      Corey Farrell authored
      This officially deprecates chan_sip in Asterisk 17+.  A warning is
      printed upon startup or module load to tell users that they should
      consider migrating.  chan_sip is still built by default but the default
      modules.conf skips loading it at startup.
      
      Very important to note we are not scheduling a time where chan_sip will
      be removed.  The goal of this change is to accurately inform end users
      of the current state of chan_sip and encourage movement to the fully
      supported chan_pjsip.
      
      Change-Id: Icebd8848f63feab94ef882d36b2e99d73155af93
      Unverified
      90a11c4a
  3. Oct 24, 2018
  4. Aug 22, 2018
    • Matthew Fredrickson's avatar
      sample_configs: noload res_hep.so by default · c8bacd45
      Matthew Fredrickson authored
      Change disables loading of res_hep.so in default installation.  Loading
      res_hep has a performance impact whether it's used or not.  This disables
      loading of it in sample config files.
      
      Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0
      c8bacd45
  5. Jan 29, 2018
    • Corey Farrell's avatar
      Sample modules.conf: comment out example load statement. · cf21e9fc
      Corey Farrell authored
      The sample modules.conf explicitly loaded res_musiconhold.so.  This is
      redundent as autoload=yes is already set.  It causes warnings if
      res_musiconhold.so was not installed and results in an unexpected load
      if the admin disables autoload without remembering to remove the
      res_musiconhold load statement.
      
      Also remove reference to unknown module pbx_gtkconsole.
      
      Change-Id: Ib01888994d9f1364b14d3c9fb6ff96774a6e580a
      cf21e9fc
  6. Jul 17, 2014
  7. Nov 13, 2009
  8. May 29, 2009
  9. May 28, 2009
  10. May 04, 2009
  11. Oct 16, 2008
  12. Jun 16, 2008
  13. Jan 10, 2008
  14. Jan 09, 2008
    • Terry Wilson's avatar
      Added a new module, res_phoneprov, which allows auto-provisioning of phones · 3570ad10
      Terry Wilson authored
      based on configuration templates that use Asterisk dialplan function and
      variable substitution.  It should be possible to create phone profiles and
      templates that work for the majority of phones provisioned over http. It
      is currently only intended to provision a single user account per phone.
      An example profile and set of templates for Polycom phones is provided.
      NOTE: Polycom firmware is not included, but should be placed in
      AST_DATA_DIR/phoneprov/configs to match up with the included templates.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      3570ad10
  15. Dec 31, 2007
    • Russell Bryant's avatar
      Merge the main set of changes from team/russell/chan_console. · 4e99cc88
      Russell Bryant authored
      Add a new console channel driver, chan_console, which is a console channel
      driver that uses portaudio as a cross platform audio interface.  It was written
      to provide a console channel driver that works with Mac CoreAudio, but it
      supports a number of other audio interfaces, as well, including OSS and ALSA.
      It could one day be the single console channel driver, but does not yet have
      as many features as chan_oss.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      4e99cc88
  16. Aug 25, 2006
  17. Jul 05, 2006
  18. Apr 12, 2006
  19. Nov 29, 2005
  20. Nov 17, 2005
  21. Nov 16, 2005
  22. Oct 04, 2005
  23. Jul 05, 2005
  24. Jun 26, 2003
  25. May 10, 2002
  26. Apr 16, 2001
  27. Jan 02, 2000
  28. Dec 05, 1999
Loading