aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-25/+48
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-37/+63
2007-01-18Fix an issue with deprecated commandsqwell1-4/+79
2007-01-13Only write a frame out to the channel if one exists. There are cases where on...file1-2/+4
2007-01-05Don't keep repeating the warning over and over when the end of the call is re...file1-7/+3
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-3/+3
2006-11-15We need to ensure timelimit stuff is included as well so warnings get played....file1-3/+9
2006-11-08This update fixes 7531murf1-1/+5
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-17/+55
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-4/+4
2006-10-24Pass through a frame if we don't know what it is, rather than trying to pass atilghman1-1/+4
2006-10-18Don't attempt to access private data members of the pthread_mutex_t object,russell1-22/+6
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming1-2/+2