Skip to content
Snippets Groups Projects
  1. Apr 06, 2015
    • Mark Michelson's avatar
      ParkedCall: Don't allow dialplan fallthrough after retrieving parked call. · 53af579d
      Mark Michelson authored
      This is a change to align behavior with that of Asterisk 11 and previous versions.
      In those versions, if a parked call were retrieved, and the call ended, the parked
      call retriever would be hung up after the ParkedCall application ran. Prior to this
      patch, in Asterisk 13, the same situation would result in the parked call retriever
      falling through to additional priorities in the extension where the ParkedCall
      application was called. With this patch, the behavior between Asterisk 11 and 13
      aligns.
      
      ASTERISK-24899 #close
      Reported by Malcolm Davenport
      Patches:
      	ASTERISK-24899.patch uploaded by Mark Michelson(license #5049)
      ........
      
      Merged revisions 434022 from http://svn.asterisk.org/svn/asterisk/branches/13
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434023 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      53af579d
  2. Apr 05, 2015
  3. Apr 03, 2015
  4. Apr 02, 2015
  5. Apr 01, 2015
  6. Mar 31, 2015
  7. Mar 30, 2015
  8. Mar 28, 2015
  9. Mar 27, 2015
  10. Mar 26, 2015
  11. Mar 25, 2015
  12. Mar 24, 2015
    • Richard Mudgett's avatar
      chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" messages. · 4c2fc5b8
      Richard Mudgett authored
      Incoming PJSIP call legs that have not been answered yet send unnecessary
      "180 Ringing" or "183 Progress" messages every time a connected line
      update happens.  If the outgoing channel is also PJSIP then the incoming
      channel will always send a "180 Ringing" or "183 Progress" message when
      the outgoing channel sends the INVITE.
      
      Consequences of these unnecessary messages:
      
      * The caller can start hearing ringback before the far end even gets the
      call.
      
      * Many phones tend to grab the first connected line information and refuse
      to update the display if it changes.  The first information is not likely
      to be correct if the call goes to an endpoint not under the control of the
      first Asterisk box.
      
      When connected line first went into Asterisk in v1.8, chan_sip received an
      undocumented option "rpid_immediate" that defaults to disabled.  When
      enabled, the option immediately passes connected line update information
      to the caller in "180 Ringing" or "183 Progress" messages as described
      above.
      
      * Added "rpid_immediate" option to prevent unnecessary "180 Ringing" or
      "183 Progress" messages.  The default is "no" to disable sending the
      unnecessary messages.
      
      ASTERISK-24781 #close
      Reported by: Richard Mudgett
      
      Review: https://reviewboard.asterisk.org/r/4473/
      ........
      
      Merged revisions 433338 from http://svn.asterisk.org/svn/asterisk/branches/13
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@433339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      4c2fc5b8
Loading