aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_phone.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-12/+15
2007-09-05Do not try to unregister a NULL channel tech.qwell1-5/+6
2007-08-13(closes issue #10437)file1-2/+0
2007-07-11Instead of figuring out kernel versions that have compiler.h and not... let's...file1-0/+3
2007-07-11Only check if we need to do a SIGMA based tone generation if we have a card. ...file1-1/+1
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-1/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-27/+6
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-5/+5
2006-11-28Merged revisions 48087 via svnmerge from file1-5/+0
2006-11-09Merged revisions 47379 via svnmerge from file1-0/+2
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-3/+2
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-13/+13
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-5/+14
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+3
2006-08-11Don't completely error out if a config file for chan_phone was not found. (is...file1-1/+1
2006-08-08Add support for Sigma Designs cards. These basically allow you to offload dia...file1-4/+17
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-1/+7
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-0/+7
2006-07-03Blocked revisions 36725 via svnmergerussell1-4/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+6
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-9/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-06Bug 6195 - Deadlock solution by Mattitilghman1-24/+17
2006-02-01use string fields for some stuff in ast_channelkpfleming1-9/+9
2006-01-10Update chan_phone to indicate FLASH properley (#4935)mattf1-0/+22
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-10/+6
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-10/+15
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-1/+1
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-5/+16
2005-03-30Add fixup to chan_phone (bug #3825)markster1-0/+11
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-3/+3
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-48/+84
2005-03-02Fix chan_phone error code (bug #3692)markster1-1/+2
2005-01-25Merge config updates (bug #3406)markster1-4/+4
2005-01-21update copyright headers for 2005russell1-1/+1