summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.c
AgeCommit message (Expand)Author
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...Kevin P. Fleming
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-02updates to compile against current trunkKevin P. Fleming
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-03i/ got the loop drop the wrong way aroundBen Kramer
2005-11-03/ added dropping of loop when hanging up a station port from another chanBen Kramer
2005-11-02/ fix to for compiling with both 2.4.x and 3.x vpb-driversBen Kramer
2005-11-02 working on delay issue when bridging via ast_bridgeBen Kramer
2005-11-01 added patched to support collecting caller ID before first ring usingBen Kramer
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer
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