asterisk/channels/misdn
Richard Mudgett 58b440bc29 Merged revisions 206487 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r206487 | rmudgett | 2009-07-14 11:44:47 -0500 (Tue, 14 Jul 2009) | 28 lines
  
  Fixes several call transfer issues with chan_misdn.
  
  *  issue #14355 - Crash if attempt to transfer a call to an application.
  Masquerade the other pair of the four asterisk channels involved in the
  two calls.  The held call already must be a bridged call (not an
  applicaton) or it would have been rejected.
  
  *  issue #14692 - Held calls are not automatically cleared after transfer.
  Allow the core to initate disconnect of held calls to the ISDN port.  This
  also fixes a similar case where the party on hold hangs up before being
  transferred or taken off hold.
  
  *  JIRA ABE-1903 - Orphaned held calls left in music-on-hold.
  Do not simply block passing the hangup event on held calls to asterisk
  core.
  
  *  Fixed to allow held calls to be transferred to ringing calls.
  Previously, held calls could only be transferred to connected calls.
  *  Eliminated unused call states to simplify hangup code.
  *  Eliminated most uses of "holded" because it is not a word.
  
  (closes issue #14355)
  (closes issue #14692)
  Reported by: sodom
  Patches:
        misdn_xfer_v14_r205839.patch uploaded by rmudgett (license 664)
  Tested by: rmudgett
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-07-14 17:01:48 +00:00
..
Makefile Removed trailing whitespace in chan_misdn files. 2009-03-23 22:35:02 +00:00
chan_misdn_config.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
ie.c Added CCBS/CCNR Party A support and enhanced COLP support. 2009-04-21 17:44:01 +00:00
isdn_lib.c Merged revisions 206487 via svnmerge from 2009-07-14 17:01:48 +00:00
isdn_lib.h Merged revisions 206487 via svnmerge from 2009-07-14 17:01:48 +00:00
isdn_lib_intern.h Added CCBS/CCNR Party A support and enhanced COLP support. 2009-04-21 17:44:01 +00:00
isdn_msg_parser.c Add outgoing_colp misdn.conf port parameter. 2009-05-14 22:03:49 +00:00
portinfo.c Removed trailing whitespace in chan_misdn files. 2009-03-23 22:35:02 +00:00