asterisk/channels
Richard Mudgett 398d633ce0 Merged revisions 300714 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r300714 | rmudgett | 2011-01-05 14:54:21 -0600 (Wed, 05 Jan 2011) | 21 lines
  
  Merged revision 300711 from
  https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier
  
  ..........
    r300711 | rmudgett | 2011-01-05 13:43:55 -0600 (Wed, 05 Jan 2011) | 14 lines
  
    A call retrieved from hold may wind up with no audio.
  
    If the retrieved call is natively bridged then the call may not have any
    audio path.  The following warning message is given:
    "Failed to add <dfd> to conference <chan>/<chan>: Invalid argument".
  
    * Open the media on a B channel when pri_fixup_principle() moves the call
    from a no_b_channel channel to a real channel.
  
    * Added lock protection while pri_fixup_principle() moves a call from one
    private structure to another.
  
    * Made some pri_fixup_principle() messages more meaningful.
  ..........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300716 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2011-01-05 21:07:40 +00:00
..
h323 Comment out a rule that likes to run implicitly unnecessarily, breaking builds 2010-06-03 14:48:09 +00:00
misdn Merged revisions 296582 via svnmerge from 2010-11-29 20:54:27 +00:00
sip Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
xpmr AST-2009-005 2009-08-10 19:20:57 +00:00
Makefile Extract sig_ss7 out of chan_dahdi. 2010-06-07 20:04:42 +00:00
chan_agent.c Merged revisions 300521 via svnmerge from 2011-01-04 21:54:20 +00:00
chan_alsa.c Add load priority order, such that preload becomes unnecessary in most cases 2010-07-20 19:35:02 +00:00
chan_bridge.c Add load priority order, such that preload becomes unnecessary in most cases 2010-07-20 19:35:02 +00:00
chan_console.c Merged revisions 297535 via svnmerge from 2010-12-03 17:42:23 +00:00
chan_dahdi.c Update MFC-R2 code to use new DTMF-R2 functionality in OpenR2 2011-01-04 18:51:58 +00:00
chan_gtalk.c Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
chan_h323.c Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
chan_iax2.c Merged revisions 300521 via svnmerge from 2011-01-04 21:54:20 +00:00
chan_jingle.c Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
chan_local.c Merged revisions 299626 via svnmerge from 2010-12-25 10:08:04 +00:00
chan_mgcp.c Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
chan_misdn.c Fix chan_misdn build after sched API changes. 2010-12-20 17:59:38 +00:00
chan_multicast_rtp.c Merged revisions 282638 via svnmerge from 2010-08-20 11:54:00 +00:00
chan_nbs.c Missed these two channel drivers on the codec_bits merge 2009-11-06 19:38:33 +00:00
chan_oss.c Support for GNU/kFreeBSD 2010-08-15 13:08:45 +00:00
chan_phone.c Merged revisions 284597 via svnmerge from 2010-09-02 05:02:54 +00:00
chan_phone.h rename DialTone.h to chan_phone.h because chan_phone.c is the only file using it 2008-05-28 20:00:21 +00:00
chan_sip.c Merged revisions 300521 via svnmerge from 2011-01-04 21:54:20 +00:00
chan_skinny.c Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
chan_unistim.c Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
chan_usbradio.c Merged revisions 284666 via svnmerge from 2010-09-02 16:12:34 +00:00
chan_vpb.cc Expand the caller ANI field to an ast_party_id 2010-07-14 16:58:03 +00:00
console_board.c import the recent additions for video console into trunk, 2008-06-29 21:17:14 +00:00
console_gui.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
console_video.c Merged revisions 284597 via svnmerge from 2010-09-02 05:02:54 +00:00
console_video.h implement the 'freeze' function for incoming frames; 2008-06-30 15:45:15 +00:00
iax2-parser.c Informational message, not an error. 2010-01-28 20:00:09 +00:00
iax2-parser.h Remove built-in AES code and use optional_api instead 2010-07-21 19:11:32 +00:00
iax2-provision.c AST-2009-005 2009-08-10 19:20:57 +00:00
iax2-provision.h Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
iax2.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
misdn_config.c Enhancements to connected line and redirecting work. 2010-05-17 15:36:31 +00:00
sig_analog.c Merged revisions 296167 via svnmerge from 2010-11-24 22:52:07 +00:00
sig_analog.h Merged revisions 296167 via svnmerge from 2010-11-24 22:52:07 +00:00
sig_pri.c Merged revisions 300714 via svnmerge from 2011-01-05 21:07:40 +00:00
sig_pri.h Optional HOLD/RETRIEVE signaling for PTMP TE when the bridge goes on and off hold. 2011-01-04 16:38:28 +00:00
sig_ss7.c Expand the caller ANI field to an ast_party_id 2010-07-14 16:58:03 +00:00
sig_ss7.h Extract sig_ss7_init_linkset() to sig_ss7. 2010-06-14 20:51:09 +00:00
vcodecs.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
vgrabbers.c free memory used by the x11 grabber when closing it. 2008-07-14 16:50:54 +00:00