summaryrefslogtreecommitdiff
path: root/channels/chan_phone.c
AgeCommit message (Expand)Author
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
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()Kevin P. Fleming
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)Kevin P. Fleming
2005-03-30Add fixup to chan_phone (bug #3825)Mark Spencer
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-03-02Fix chan_phone error code (bug #3692)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2005-01-01Fix chan_phone for pre-gcc 3.0 (bug #3214)Mark Spencer
2004-12-31Phone driver updates (bug #1975)Mark Spencer
2004-12-07Big diet for struct ast_channelMark Spencer
2004-11-11Fix chan_phone for kernel 2.6 (bug #2831)Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-12Display error when having trouble reading from /dev/phoneMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-06-08chan_phone portability (bug #1788)Mark Spencer
2004-06-06Try to parse callerid properly on /dev/phone (bug #1788)Mark Spencer
2004-05-16Fix callerid on quicknet stuff (bug #1613)Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2003-12-09Cleanup unload callsMark Spencer
2003-09-17DTMF enhancementsMark Spencer
2003-08-16Show the names of the codecs instead of the numbers (bug #92)Martin Pycko
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-04-27More BSD enhancementsMark Spencer
2003-04-07Phone updatesMark Spencer
2003-04-07Fix phone crashMark Spencer
2003-03-31Eliminate localtime calls, various cleanupsMark Spencer