Skip to content
Snippets Groups Projects
  1. Aug 07, 2013
    • Matthew Jordan's avatar
      Perform Ring-No-Answer checks before processing Hangup logic · 200ed6a4
      Matthew Jordan authored
      The rna() routine will raise a Stasis message involving both the caller and the
      agent. This doesn't work so well if we already hung up the agent channel, as
      the channel doesn't quite exist. Not surprisingly, this will crash. This patch
      properly runs the rna subroutine (performing all of the Ring-No-Answer logic)
      prior to hanging up the agent channel.
      
      (closes issue ASTERISK-22258)
      Reported by: Kiril Valchev
      Tested by: Kiril Valchev
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      200ed6a4
  2. Aug 06, 2013
  3. Aug 05, 2013
  4. Aug 03, 2013
  5. Aug 02, 2013
  6. Aug 01, 2013
    • Joshua Colp's avatar
      Fix a crash due to performing full URI validation on a contact which only contains '*'. · 63a229e3
      Joshua Colp authored
      (closes issue AST-1198)
      Reported by: John Bigelow
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396048 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      63a229e3
    • David M. Lee's avatar
      Fix sorcery for some rather picky regex implementations. · 23e86edf
      David M. Lee authored
      Some regex implementations won't compile an empty string. Assuming that
      it's equivalent of a regex that will match anything, use ".?" instead.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396035 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      23e86edf
    • Matthew Jordan's avatar
      Support externally initiated parking requests; remove some dead code · 5c4b4824
      Matthew Jordan authored
      This patch does the following:
       * It adds support for externally initiated parking requests. In particular,
         chan_skinny has a protocol level message that initiates a call park.
         This patch now supports that option, as well as the protocol specific
         mechanisms in chan_dahdi/sig_analog and chan_mgcp.
       * A parking bridge features virtual table has been added that provides
         access to the parking functionality that the Bridging API needs. This
         includes requests to park an entire 'call' (with little or no additional
         information, thank you chan_skinny), perform a blind transfer to a parking
         extension, determine if an extension is a parking extension, as well as the
         actual "do the parking" request from the Bridging API.
       * Refactoring in chan_mgcp, chan_skinny, and chan_dahdi to make use of the new
         functions
       * The removal of some - but not all - dead parking code from features.c
      
      This also fixed blind transferring a multi-party bridge to a parking lot (which
      was implemented, but had at least one code path where using the parking features
      kK might not have worked)
      
      Review: https://reviewboard.asterisk.org/r/2710
      
      (closes issue ASTERISK-22134)
      Reported by: Matt Jordan
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5c4b4824
    • Matthew Jordan's avatar
      Add queue member paused hints · c8a91b5b
      Matthew Jordan authored
      This patch adds the ability in Queue to raise a hint when a member's paused
      state changes. The hint uses the form 'Queue:{queue_name}_pause_{member_name}',
      where {queue_name} and {member_name} are the name of the queue and the name
      of the member to subscribe to, respectively.
      
      For example: exten => 8501,hint,Queue:sales_pause_mark.
      
      Members will show as In Use when paused.
      
      Note that the format of the queue pause hint was changed slightly from what
      is on the issue to accomodate suggestion on the code review.
      
      Review: https://reviewboard.asterisk.org/r/2254
      
      (closes issue ASTERISK-20842)
      Reported by: Philippe Lindheimer
      patches:
        qpause-10-378206.diff uploaded by Philippe Lindheimer (license 5519)
        qpause-11-378206.diff uploaded by Philippe Lindheimer (license 5519)
        qpause-trunk-378206.diff uploaded by Philippe Lindheimer (license 5519)
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c8a91b5b
Loading