Skip to content
Snippets Groups Projects
  1. Jan 22, 2013
    • Matthew Jordan's avatar
      Add ControlPlayback manager action · 7d9871b3
      Matthew Jordan authored
      This patch adds the capability for asynchronous manipulation of audio being
      played back to a channel though a new AMI action "ControlPlayback". The
      ControlPlayback action supports a number of operations, the availability of
      which depend on the application being used to send audio to the channel.
      When the audio playback was initiated using the ControlPlayback application
      or CONTROL STREAM FILE AGI command, the audio can be paused, stopped,
      restarted, reversed, or skipped forward. When initiated by other mechanisms
      (such as the Playback application), the audio can be stopped, reversed, or
      skipped forward.
      
      Review: https://reviewboard.asterisk.org/r/2265/
      
      (closes issue ASTERISK-20882)
      Reported by: mjordan
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7d9871b3
    • Matthew Jordan's avatar
      Fix station ringback; trunk hangup issues in SLA · 985ea8b2
      Matthew Jordan authored
      This patch fixes two bugs:
       * If an outbound call is made from a SLA phone using SLAStation, then there is
         no ringtone audible to the phone that originates the call. The indication of
         the ringing was not being passed to the SLA station; this patch fixes that
         by passing through the progress indications.
       * If an SLA station hangs up before the called party answers, then the channel
         to the called party continues to ring until a timeout occurs. If the called
         party manages to answer, Asterisk attempts to connect the called party to
         a non-existant MeetMe room. This patch corrects the behavior by abandoning
         the call attempt if it detects that the SLA station is no longer in use
         while attempting to call the called party.
      
      Review: https://reviewboard.asterisk.org/r/2275/
      
      (closes issue ASTERISK-20462)
      Reported by: dkerr
      patches:
        asterisk-11-bugid20440+20462.patch uploaded by dkerr (license 5558)
        asterisk-11-bugid20462.patch uploaded by dkerr (license 5558)
      
      (closes issue ASTERISK-20440)
      Reported by: dkerr
      patches:
        asterisk-11-bugid20440.patch uploaded by dkerr (license 5558)
        asterisk-11-bugid20440+20462.patch uploaded by dkerr (license 5558)
      ........
      
      Merged revisions 379825 from http://svn.asterisk.org/svn/asterisk/branches/1.8
      ........
      
      Merged revisions 379826 from http://svn.asterisk.org/svn/asterisk/branches/11
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      985ea8b2
    • Richard Mudgett's avatar
      confbridge: Minor fixes playing user counts to the conference. · 09fb47a6
      Richard Mudgett authored
      * Generate a warning message if sound files do not exist when trying to
      play the user count to the conference.  Use the new helper routine
      sound_file_exists() for consistency.
      
      * Put the new user into autoservice when playing user counts to the
      conference.
      
      * Check the return value of ast_bridge_impart().
      ........
      
      Merged revisions 379808 from http://svn.asterisk.org/svn/asterisk/branches/11
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      09fb47a6
  2. Jan 21, 2013
  3. Jan 20, 2013
  4. Jan 19, 2013
  5. Jan 18, 2013
  6. Jan 17, 2013
  7. Jan 16, 2013
Loading