aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_phone.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-11automerge commitautomerge1-0/+3
2007-04-25automerge commitautomerge1-3/+1
2006-12-12manual update, since automerge is not running at this timekpfleming1-3/+0
2006-08-30automerge commitroot1-3/+1
2006-08-05automerge commitroot1-1/+8
2006-07-03automerge commitroot1-4/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-2/+2
2005-01-01Fix chan_phone for pre-gcc 3.0 (bug #3214)markster1-2/+3
2004-12-31Phone driver updates (bug #1975)markster1-50/+138
2004-12-07Big diet for struct ast_channelmarkster1-1/+1
2004-11-11Fix chan_phone for kernel 2.6 (bug #2831)markster1-0/+4
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-2/+4
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-29/+23
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+1
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-8/+9
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)markster1-0/+4
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-12Display error when having trouble reading from /dev/phonemarkster1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+3
2004-06-08chan_phone portability (bug #1788)markster1-31/+43
2004-06-06Try to parse callerid properly on /dev/phone (bug #1788)markster1-6/+15
2004-05-16Fix callerid on quicknet stuff (bug #1613)markster1-9/+18
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-1/+1
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-5/+5
2003-12-09Cleanup unload callsmarkster1-57/+60
2003-09-17DTMF enhancementsmarkster1-2/+14
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-1/+1
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-39/+39
2003-04-27More BSD enhancementsmarkster1-2/+2
2003-04-07Phone updatesmarkster1-3/+1