aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.c
AgeCommit message (Expand)AuthorFilesLines
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-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-0/+4
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-4/+3
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-14/ fixed bug introduced during bridge code cleanupsbkramer1-2/+1
2005-08-09bridging code cleanups:kpfleming1-7/+8
2005-07-19/ fixed typo bug introduced in fix for bug #4504bkramer1-1/+1
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-33/+15
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-22/ fix for bug 4550bkramer1-6/+19
2005-06-10/ fixes possibility for accessing of struct when nullbkramer1-17/+22
2005-06-08/ fixed bugs introduced by the fix for bug #4368 by kpflemingbkramer1-6/+6
2005-06-06fix version tag macro callskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-1/+5
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)kpfleming1-5/+7
2005-04-27/ changed the logging in vpb_call()bkramer1-2/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-11/+11
2005-04-13/ updated to get it to use ast indications again after the change to ast_chan...bkramer1-9/+70
2005-04-13/ fixed an inverted testbkramer1-1/+4
2005-03-21/ changed ast_channel_tech structure init to the GCC-specific format, seemsbkramer1-24/+24
2005-03-20/ updated ast_channel_tech structure init.bkramer1-0/+1
2005-03-16/ implementing callpickupbkramer1-2/+27
2005-03-08/ updated to work with new fixes for bug #3573bkramer1-16/+26
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-40/+60
2005-03-04/ added fax detection supportbkramer1-2/+26
2005-02-21/ added break-for-dtmf=no for native bridgingbkramer1-10/+40
2005-02-21/ added an option to use the AST vad DSP for DTMF detectionbkramer1-15/+77
2005-02-17/ adjusted how the gain settings are implemetedbkramer1-13/+51
2005-02-10/ fixed ring-back on FXS portsbkramer1-8/+16
2005-02-01/ fix for when caller hangs up after first ringbkramer1-1/+9
2005-01-31/ updated so that it can deal with multiple matching in extensions, withbkramer1-5/+34
2005-01-31/ added parameter to change ec suppresion threshhold from configbkramer1-0/+10
2005-01-27/ put in ifdef wrapper around routines to save caller ID packet recordingbkramer1-8/+8
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-18/ trimmed down caller ID collect time for vpb cid.bkramer1-1/+1
2005-01-18/ patched for bug 3350bkramer1-13/+40
2005-01-17/ updated caller ID to use ast_set_calleridbkramer1-7/+28
2005-01-14/ added a ring timer so that an incoming call will termintate if it hasntbkramer1-0/+20
2005-01-10/ checks to if owner is set before using it.bkramer1-7/+13
2005-01-09/ changed mkif to static function so as not to conflict with other modulesbkramer1-1/+1
2005-01-05/ fixed un-initilized variablebkramer1-0/+2
2005-01-04/ fixed bug when using AST caller ID functions, shouldnt be trying to writebkramer1-1/+1
2004-12-23Fix US tones (bug #3132)markster1-6/+5
2004-12-20/ changed native bridge checking for playing DTMF'sbkramer1-1/+2
2004-12-20/ fixed "Fix comment issues (bug #3089)" bugsbkramer1-4/+2
2004-12-18Fix comment issues (bug #3089)markster1-95/+106
2004-12-15/ finished off support for DTMF caller ID (brazil) using patch provided bybkramer1-2/+29
2004-12-13/ fix for callerid configuration when opening channel driverbkramer1-1/+0