aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-10CHANNEL() function sometime mix parameter and valuepcadach1-1/+1
2006-09-27Merged revisions 43778 via svnmerge from russell1-3/+5
2006-09-26Slight overhaul of the whisper support. 1. We need to duplicate the frame fro...file1-52/+82
2006-09-22all the Linux systems I have don't use '__m_count' for this field, so I don't...kpfleming1-6/+6
2006-09-18merge qwell's CLI verbification workkpfleming1-9/+22
2006-09-09Merged revisions 42600 via svnmerge from file1-1/+1
2006-09-08Merged revisions 42452 via svnmerge from file1-0/+23
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsfile1-1/+1
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-39/+70
2006-09-03Tweak the if statement a bitfile1-9/+7
2006-09-03Don't use ast_frdup() in the AST_LIST_INSERT_TAIL macro directly. That was arussell1-2/+5
2006-09-01Merged revisions 41690 via svnmerge from file1-0/+2
2006-08-31Don't fail the write if they try to write a NULL or IAX frame as we just igno...file1-0/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-30/+103
2006-08-30fix a bug introduced when I merged my frame caching branch. Queue therussell1-1/+1
2006-08-29Merge team/russell/frame_cachingrussell1-94/+63
2006-08-24Merged revisions 40994 via svnmerge from russell1-2/+2
2006-08-21- use the atomic operations for incrementing the unique intrussell1-12/+21
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+4516