summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Fix res_musiconhold lockMark Spencer
2005-10-16More utility cleanupsMark Spencer
2005-10-16Make crypto loading optionalMark Spencer
2005-10-13ensure that parking context/extension (and other settings) are properly updat...Kevin P. Fleming
2005-10-13fix typo in function name (issue #5437)Russell Bryant
2005-10-04support call duration limits on inbound OSP calls (issue #5346)Kevin P. Fleming
2005-10-04truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (is...Kevin P. Fleming
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-25support new version of OSP toolkit (issue #5168)Kevin P. Fleming
2005-09-14use API call for setting call time limit (issue #5227)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14add token format specification support (issue #5199)Kevin P. Fleming
2005-09-07enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige (issue...Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-07eliminate signedness warnings (issue #5129)Kevin P. Fleming
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)Kevin P. Fleming
2005-09-02eliminate compiler warning (issue #5094)Kevin P. Fleming
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)Kevin P. Fleming
2005-09-01send the correct Call-ID when using OSP (issue #5095)Kevin P. Fleming
2005-09-01don't access freed memory if the frame was malloc'dKevin P. Fleming
2005-08-31ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"Russell Bryant
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-08-25don't install moh functions if no classes are configured (issue #5025 with mods)Kevin P. Fleming
2005-08-23add count to 'show keys' (issue #5002)Kevin P. Fleming
2005-08-23formatting fixes and compile fix for FreeBSD (issue #5004)Kevin P. Fleming
2005-08-23ensure that features are not duplicated during reload (issue #3764, take two)Kevin P. Fleming
2005-08-23add ability to map feature sequences to applications (issue #3764)Kevin P. Fleming
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...Kevin P. Fleming
2005-08-22allow custom dialplan functions to be called from AGI (issue #4855)Kevin P. Fleming
2005-08-22add CONTROL STREAM FILE AGI command (issue #4738)Kevin P. Fleming
2005-08-22support new format for musiconhold.conf (issue #4908)Kevin P. Fleming
2005-08-15Fix usage text for AGI recieve text (bug #4948)Josh Roberson
2005-08-08more pointer signedness fixes for gcc4 warningsRussell Bryant
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessRussell Bryant
2005-08-03Fix timestamp issue with features (bug #4760 with mods)Mark Spencer
2005-08-03Fix sighup with AGI (bug #4854)Mark Spencer
2005-07-28Fix music on hold leak (bug #4842)Mark Spencer
2005-07-25more formatting fixes! (bug #4780)Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-13fix typo in app description (bug #4697)Russell Bryant
2005-07-12revert patch from bug #4532 until CPU consumption problem can be resolvedKevin P. Fleming
2005-07-11fix threading portability problem with FreeBSD (bug #4532)Kevin P. Fleming
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...Kevin P. Fleming
2005-07-11don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)Kevin P. Fleming
2005-07-10use AST_MAX_CONTEXTRussell Bryant
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-07-08clean up compiler warnings during build on 64-bit systemsKevin P. Fleming
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming