aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-08Merge BSD stack size work (bug #2067)markster1-3/+4
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-11/+11
2004-07-15/ changed samples from 240 to 160 as per all other driversbkramer1-1/+1
2004-07-14/ remove extrenous NULL at end of functionbkramer1-1/+1
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)markster1-0/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-5/+12
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-4/+4
2004-05-26cleaned up locking, more logging on locks, still havent worked out whybkramer1-38/+94
2004-05-24/ work in progress, still tracking down locking bugbkramer1-14/+43
2004-05-24/ fixed up timers for ring back and busy tonesbkramer1-15/+29
2004-05-21/ updated lockingbkramer1-45/+133
2004-05-20/ working on pstn->sip half duplex bugbkramer1-31/+51
2004-05-14/ fixed up coding style to recommenedbkramer1-70/+160
2004-04-08 updated to work with change by markster: Get rid of all that old needlock ga...bkramer1-6/+6
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-3/+3
2004-04-05/ implemented basic group'ing, as per chan_zapbkramer1-1234/+1233