aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-01moved get_base_channel() code from action_redirect to ast_channel_masquerade(...dhubbard1-1/+5
2007-09-28Avoid a deadlock with ALL of the locks in the masquerade function, not just thetilghman1-5/+17
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-4/+4
2007-09-05(closes issue #10650)file1-4/+2
2007-09-04(closes issue #10476)file1-5/+11
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf1-0/+23
2007-08-06Add additional DTMF log messages to help when debugging issues.file1-6/+16
2007-07-30file and I both committed changes for issue #10301. Remove a duplicatedrussell1-1/+1
2007-07-30(closes issue #10301)russell1-1/+3
2007-07-30(closes issue #10301)file1-0/+6
2007-07-26(closes issue #10302)file1-3/+6
2007-07-25chan->emulate_dtmf_duration is an unsigned int, not a signed int, so use %u i...mmichelson1-1/+1
2007-07-20Use the define that specifies the default length of an artificially createdrussell1-2/+2
2007-07-12Whoops... didn't want this to be returned to 0 each iteration.file1-1/+2
2007-07-12When waiting for a digit ensure that a begin frame was received with it, not ...file1-2/+7
2007-07-05Merged revisions 73349 via svnmerge from file1-8/+6
2007-07-02Added additional DTMF debug messages for when emulation occurs.file1-2/+7
2007-06-27Merged revisions 72256 via svnmerge from file1-1/+6
2007-06-27Make the ast_read_noaudio API call behave better under circumstances where DT...file1-29/+38
2007-06-19Merged revisions 70053 via svnmerge from murf1-1/+10
2007-06-19Merged revisions 69986 via svnmerge from file1-1/+7
2007-06-12In ast_channel_make_compatible(), just return if the channels' read and writerussell1-0/+5
2007-06-11Merged revisions 68682 via svnmerge from file1-8/+18
2007-06-07Fix logic when doing a name based channel search for a structure when you wan...file1-0/+5
2007-06-06Merged revisions 67715 via svnmerge from russell1-1/+4
2007-06-05Handle a failure in malloc() in ast_safe_string_alloc()russell1-1/+2
2007-06-05Fix a problem that showed itself by causing Zap channel names to be completelyrussell1-4/+9
2007-05-24if the string field init fails, clean up the stuff that was allocated alreadyrussell1-1/+4
2007-05-24Check the result of ast_string_field_init() in ast_channel_alloc()russell1-1/+2
2007-05-14Fix scenario where if a phone that simply called Echo() put itself on hold it...file1-1/+4
2007-05-14Add hangupcause when we lack codecs for transcodingoej1-0/+1
2007-05-09Use the DTMF frame on the channel when returning a DTMF frame from AST_FRAME_...file1-0/+4
2007-05-09Modify ast_senddigit_begin() to use the same assumptions used elsewhere in therussell1-38/+37
2007-05-09Only call ast_senddigit_begin() in ast_senddigit() if the channel has a russell1-1/+1
2007-05-07Merged revisions 63285 via svnmerge from file1-1/+1
2007-05-03Fix YADB (Yet Another DTMF Bug) ((C) Russell Bryant, 2007, TM, Patent Pending).russell1-9/+26
2007-05-02Merge changes from team/russell/inband_dtmf ...russell1-20/+31
2007-05-02a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the chann...murf1-0/+3
2007-04-26Missed an ast_app_group_discard during merge. Thanks blitzrage!file1-0/+2
2007-04-25Merged revisions 61804 via svnmerge from file1-16/+2
2007-04-24Improve DTMF handling in ast_read() even more in response to a discussion onrussell1-18/+45
2007-04-23Ensure that digits passing through Asterisk have a reasonable minimum length.russell1-1/+7
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-7/+25
2007-03-30several changes via kpflemings reviewmurf1-1/+1
2007-03-30These mods fix CDR issues from 8221, 8593, 8680, 8743, and perhaps others. Ma...murf1-0/+28
2007-02-25Merged revisions 56684 via svnmerge from tilghman1-1/+5
2007-02-22Merged revisions 56230 via svnmerge from file1-2/+2
2007-02-14Add G722 to ast_best_codec. If anyone disagrees with it's placement, feel fre...file1-0/+2
2007-02-10Provide correct DTMF durationpcadach1-2/+3
2007-01-24Merged revisions 51843 via svnmerge from russell1-4/+6