aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_modem.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-24removed #if 0 block from chan_phone, chan_zap, and chan_modem restart_monitor()dhubbard1-3/+1
2007-04-24removed pthread_join in restart_monitor() to make it like chan_zap and other ...dhubbard1-0/+2
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell1-1/+6
2006-07-12remove some more bad examples of using printfkpfleming1-3/+0
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-4/+1
2006-02-10don't create monitor threads in detached mode, when we need to be able to pth...kpfleming1-9/+8
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-2/+2
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-08-31deprecate chan_modem and its subdriverskpfleming1-0/+7
2005-07-26fix build issue for FreeBSD (bug #4802)russell1-4/+3
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-3/+3
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-9/+14
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-28/+41
2005-01-25Merge config updates (bug #3406)markster1-5/+5
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-18Fix compiler warnings (bug #3367)markster1-2/+3
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-5/+5
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-1/+12
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+1
2004-10-23Add missing fixup (bug #2667)markster1-0/+13
2004-10-23Make sure malloc worked before accessing the mem in chan_modem.c (bug 2704)citats1-1/+1
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-6/+12
2004-08-27Be sure errors on wite are passed back up (bug #2311)markster1-1/+1
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+2
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-3/+3
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-22Make DTMF mode configurable on ISDNmarkster1-0/+39
2004-06-21Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanupsmarkster1-0/+6
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+3
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-5/+5
2003-12-27Ignore signals in select, fix typo in last patchmarkster1-1/+2
2003-12-09Cleanup unload callsmarkster1-56/+61
2003-09-08BSD portability enhancements (bug #234)markster1-5/+6
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-32/+32
2003-04-27More contributed BSD enhancementsmarkster1-1/+1
2003-04-27More BSD enhancementsmarkster1-1/+1
2002-11-11Version 0.3.0 from FTPmarkster1-18/+99
2002-07-12Version 0.2.0 from FTPmarkster1-9/+9
2002-06-28Version 0.1.12 from FTPmarkster1-9/+18
2002-01-17Version 0.1.11 from FTPmarkster1-1/+1
2001-10-18Version 0.1.10 from FTPmarkster1-19/+19
2001-06-19Version 0.1.9 from FTPmarkster1-21/+72