summaryrefslogtreecommitdiff
path: root/channels/chan_phone.c
AgeCommit message (Expand)Author
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-09-05Merged revisions 81523 via svnmerge from Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-11Merged revisions 74572 via svnmerge from Joshua Colp
2007-07-11Merged revisions 74515 via svnmerge from Joshua Colp
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman Lesher
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-01-23Merged revisions 51788 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-16Add support for G729 passthrough with Sigma Designs boards. (issue #8829 repo...Joshua Colp
2006-11-28Merged revisions 48088 via svnmerge from Joshua Colp
2006-11-09Merged revisions 47380 via svnmerge from Joshua Colp
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove useless usecnt stuffLuigi Rizzo
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-11Don't completely error out if a config file for chan_phone was not found. (is...Joshua Colp
2006-08-08Add support for Sigma Designs cards. These basically allow you to offload dia...Joshua Colp
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-06Bug 6195 - Deadlock solution by MattiTilghman Lesher
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-10Update chan_phone to indicate FLASH properley (#4935)Matthew Fredrickson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming