summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.c
AgeCommit message (Expand)Author
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)Mark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-14/ fixed bug introduced during bridge code cleanupsBen Kramer
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-07-19/ fixed typo bug introduced in fix for bug #4504Ben Kramer
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-22/ fix for bug 4550Ben Kramer
2005-06-10/ fixes possibility for accessing of struct when nullBen Kramer
2005-06-08/ fixed bugs introduced by the fix for bug #4368 by kpflemingBen Kramer
2005-06-06fix version tag macro callsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)Kevin P. Fleming
2005-04-27/ changed the logging in vpb_call()Ben Kramer
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13/ updated to get it to use ast indications again after the change to ast_chan...Ben Kramer
2005-04-13/ fixed an inverted testBen Kramer
2005-03-21/ changed ast_channel_tech structure init to the GCC-specific format, seemsBen Kramer
2005-03-20/ updated ast_channel_tech structure init.Ben Kramer
2005-03-16/ implementing callpickupBen Kramer
2005-03-08/ updated to work with new fixes for bug #3573Ben Kramer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-03-04/ added fax detection supportBen Kramer
2005-02-21/ added break-for-dtmf=no for native bridgingBen Kramer
2005-02-21/ added an option to use the AST vad DSP for DTMF detectionBen Kramer
2005-02-17/ adjusted how the gain settings are implemetedBen Kramer
2005-02-10/ fixed ring-back on FXS portsBen Kramer
2005-02-01/ fix for when caller hangs up after first ringBen Kramer
2005-01-31/ updated so that it can deal with multiple matching in extensions, withBen Kramer
2005-01-31/ added parameter to change ec suppresion threshhold from configBen Kramer
2005-01-27/ put in ifdef wrapper around routines to save caller ID packet recordingBen Kramer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-18/ trimmed down caller ID collect time for vpb cid.Ben Kramer
2005-01-18/ patched for bug 3350Ben Kramer
2005-01-17/ updated caller ID to use ast_set_calleridBen Kramer
2005-01-14/ added a ring timer so that an incoming call will termintate if it hasntBen Kramer
2005-01-10/ checks to if owner is set before using it.Ben Kramer
2005-01-09/ changed mkif to static function so as not to conflict with other modulesBen Kramer
2005-01-05/ fixed un-initilized variableBen Kramer
2005-01-04/ fixed bug when using AST caller ID functions, shouldnt be trying to writeBen Kramer
2004-12-23Fix US tones (bug #3132)Mark Spencer
2004-12-20/ changed native bridge checking for playing DTMF'sBen Kramer
2004-12-20/ fixed "Fix comment issues (bug #3089)" bugsBen Kramer
2004-12-18Fix comment issues (bug #3089)Mark Spencer
2004-12-15/ finished off support for DTMF caller ID (brazil) using patch provided byBen Kramer
2004-12-13/ fix for callerid configuration when opening channel driverBen Kramer
2004-11-30/ fixed bug w/regards to playing dtmf's on native bridgesBen Kramer
2004-11-30/ added "indication" option, to use Ast indication functionsBen Kramer
2004-11-29/ added new function to use the Asterisk callerid functions.Ben Kramer