summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.c
AgeCommit message (Expand)Author
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
2004-10-28/ fixed for change in ast_channel structureBen Kramer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-21/ updated caller ID to use the new structures and re-enabledBen Kramer
2004-10-13/ added missing frame processing code to native bridgeBen Kramer
2004-10-06 changed it to not play a received DTMF frame if native bridged!Ben Kramer
2004-10-06 commented out Caller ID setting stuff, needs to be updated to match new formatBen Kramer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-09-17/ fixed slight typo/cut-n-paste bugBen Kramer
2004-09-17/ fixed operation with record_playBen Kramer
2004-08-20/ check so as not to enable loo-drop on FXSBen Kramer
2004-08-18/ bit of a clean up and change of pthread_create to ast_pthread_createBen Kramer