Skip to content
Snippets Groups Projects
  1. Dec 22, 2017
  2. Oct 28, 2013
  3. Aug 05, 2013
  4. Apr 05, 2013
    • Michael L. Young's avatar
      Fix For Not Overriding The Default Settings In chan_sip · 03286cf2
      Michael L. Young authored
      The initial report was that the "nat" setting in the [general] section was not
      having any effect in overriding the default setting.  Upon confirming that this
      was happening and looking into what was causing this, it was discovered that
      other default settings would not be overriden as well.
      
      This patch works similar to what occurs in build_peer().  We create a temporary
      ast_flags structure and using a mask, we override the default settings with
      whatever is set in the [general] section.
      
      In the bug report, the reporter who helped to test this patch noted that the
      directmedia settings were being overriden properly as well as the nat settings.
      
      This issue is also present in Asterisk 1.8 and a separate patch will be applied
      to it.
      
      (issue ASTERISK-21225)
      Reported by: Alexandre Vezina
      Tested by: Alexandre Vezina, Michael L. Young
      Patches:
        asterisk-21225-handle-options-default-prob_v4.diff
      						Michael L. Young (license 5026)
      
      Review: https://reviewboard.asterisk.org/r/2385/
      ........
      
      Merged revisions 384827 from http://svn.asterisk.org/svn/asterisk/branches/11
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      03286cf2
  5. Jan 18, 2013
  6. Aug 11, 2012
  7. Jul 23, 2012
  8. Jul 20, 2012
  9. Jul 07, 2012
    • Joshua Colp's avatar
      Add a new unified Jingle, Google Jingle, and Google Talk channel driver... · a3fa37b8
      Joshua Colp authored
      Add a new unified Jingle, Google Jingle, and Google Talk channel driver written from scratch called chan_motif.
      
      This channel driver is a replacement for both chan_gtalk and chan_jingle but adds additional features not found in either.
      These features include full configuration reload, video, full codec support, bidirectional cause code mapping, hold,
      unhold, and ringing indication. It is also compliant with the current published Jingle and Google Jingle specifications.
      The original Google Talk protocol is also supported for Google Voice interoperability.
      
      You may ask yourself though where the name motif comes from... and I would say to you... music!
      
      motif: a perceivable or salient recurring fragment or succession of notes
      
      Sorta like a jingle!
      
      Review: https://reviewboard.asterisk.org/r/1917/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      a3fa37b8
  10. Jun 12, 2012
  11. Jun 04, 2012
  12. May 14, 2012
    • Kinsey Moore's avatar
      Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE) · b5a6de76
      Kinsey Moore authored
      This is the starting point for the Asterisk 11: Who Hung Up work and provides
      a framework which will allow channel drivers to report the types of hangup
      cause information available in SIP_CAUSE without incurring the overhead of the
      MASTER_CHANNEL dialplan function. The initial implementation only includes
      cause generation for chan_sip and does not include cause code translation
      utilities.
      
      This change deprecates SIP_CAUSE and replaces its method of reporting cause
      codes with the new framework. This change also deprecates the 'storesipcause'
      option in sip.conf.
      
      Review: https://reviewboard.asterisk.org/r/1822/
      (Closes issue SWP-4221)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@366408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      b5a6de76
  13. May 09, 2012
  14. Apr 20, 2012
  15. Apr 12, 2012
  16. Mar 20, 2012
  17. 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
  18. Feb 27, 2012
  19. Feb 14, 2012
  20. Feb 06, 2012
  21. Feb 05, 2012
  22. Feb 03, 2012
  23. Jan 20, 2012
  24. Jan 05, 2012
    • Richard Mudgett's avatar
      Make pbx_config.c use Gosub instead of Macro call for stdexten. · d6b359ff
      Richard Mudgett authored
      Users created by users.conf with hasvoicemail=yes have been documented as
      using a Gosub to stdexten since v1.6.0.  However, the code still generates
      dialplan to access stdexten as a Macro as documented in v1.4; which does
      not work with the newer extensions.conf.sample file.
      
      * Make generated dialplan access the stdexten dialplan with the documented
      Gosub instead of the older Macro style.
      
      (closes issue ASTERISK-18809)
      Reported by: Jay Allen
      Patches:
            gosub_patch-pbx_config.patch (license #6323) patch uploaded by Jay Allen (modified)
      Tested by: rmudgett
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@349782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      d6b359ff
  25. Dec 12, 2011
    • Matthew Jordan's avatar
      Backed out core changes from r346391 · 9057aa20
      Matthew Jordan authored
      During testing, it was discovered that there were a number of side effects
      introduced by r346391 and subsequent check-ins related to it (r346429,
      r346617, and r346655).  This included the /main/stdtime/ test 'hanging',
      as well as the remote console option failing to receive the appropriate output
      after a period of time.
      
      I only backed out the changes to main/ and utils/, as this was adequate
      to reverse the behavior experienced.
      
      (issue ASTERISK-18974)
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347997 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      9057aa20
  26. Dec 06, 2011
  27. Nov 29, 2011
  28. Nov 07, 2011
  29. Oct 10, 2011
  30. Sep 13, 2011
  31. Sep 12, 2011
  32. Sep 11, 2011
  33. Aug 16, 2011
Loading