aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-05automerge commitroot1-1/+6
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-11-03i/ got the loop drop the wrong way aroundbkramer1-2/+2
2005-11-03/ added dropping of loop when hanging up a station port from another chanbkramer1-10/+21
2005-11-02/ fix to for compiling with both 2.4.x and 3.x vpb-driversbkramer1-0/+4
2005-11-02 working on delay issue when bridging via ast_bridgebkramer1-1/+15
2005-11-01 added patched to support collecting caller ID before first ring usingbkramer1-13/+56
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