aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-30/ fixed bug w/regards to playing dtmf's on native bridgesbkramer1-1/+1
2004-11-30/ added "indication" option, to use Ast indication functionsbkramer1-3/+23
2004-11-29/ added new function to use the Asterisk callerid functions.bkramer1-48/+144
2004-10-28/ fixed for change in ast_channel structurebkramer1-2/+2
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+1
2004-10-21/ updated caller ID to use the new structures and re-enabledbkramer1-17/+27
2004-10-13/ added missing frame processing code to native bridgebkramer1-15/+75
2004-10-06 changed it to not play a received DTMF frame if native bridged!bkramer1-9/+9
2004-10-06 commented out Caller ID setting stuff, needs to be updated to match new formatbkramer1-6/+19
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-09-17/ fixed slight typo/cut-n-paste bugbkramer1-1/+1
2004-09-17/ fixed operation with record_playbkramer1-3/+14
2004-08-20/ check so as not to enable loo-drop on FXSbkramer1-6/+10
2004-08-18/ bit of a clean up and change of pthread_create to ast_pthread_createbkramer1-9/+50
2004-08-18/ lots of fixesbkramer1-108/+239