aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2005-11-08more header include simplificationkpfleming1-0/+1
2005-11-08issue #5648kpfleming5-22/+22
2005-11-08issue #5634 and a little ChangeLog cleanupkpfleming1-0/+2
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-3/+3
2005-11-03minor cleanupkpfleming1-5/+0
2005-11-03issue #5589russell1-1/+1
2005-11-01issue #4678kpfleming1-6/+24
2005-11-01issue #5499kpfleming1-1/+1
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming2-57/+36
2005-10-29Do not look for libosp since that name is not used anymore and conflicts with...markster1-10/+0
2005-10-28find OSP toolkit library properlykpfleming1-4/+14
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell10-22/+28
2005-10-19Fix res_musiconhold lockmarkster1-1/+1
2005-10-16More utility cleanupsmarkster1-1/+5
2005-10-16Make crypto loading optionalmarkster1-8/+17
2005-10-13ensure that parking context/extension (and other settings) are properly updat...kpfleming1-18/+47
2005-10-13fix typo in function name (issue #5437)russell1-2/+2
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-61/+62
2005-10-04truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (is...kpfleming1-1/+5
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-3/+1
2005-09-25support new version of OSP toolkit (issue #5168)kpfleming1-2/+7
2005-09-14use API call for setting call time limit (issue #5227)kpfleming1-3/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming10-42/+161
2005-09-14add token format specification support (issue #5199)kpfleming1-4/+27
2005-09-07enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige (issue...kpfleming1-29/+53
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-1/+1
2005-09-07eliminate signedness warnings (issue #5129)kpfleming2-17/+17
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)kpfleming1-0/+3
2005-09-02eliminate compiler warning (issue #5094)kpfleming1-2/+2
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)kpfleming1-2/+14
2005-09-01send the correct Call-ID when using OSP (issue #5095)kpfleming1-9/+12
2005-09-01don't access freed memory if the frame was malloc'dkpfleming1-1/+2
2005-08-31ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"russell1-2/+5
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-8/+25
2005-08-25don't install moh functions if no classes are configured (issue #5025 with mods)kpfleming1-6/+12
2005-08-23add count to 'show keys' (issue #5002)kpfleming1-0/+3
2005-08-23formatting fixes and compile fix for FreeBSD (issue #5004)kpfleming1-3/+4
2005-08-23ensure that features are not duplicated during reload (issue #3764, take two)kpfleming1-5/+20
2005-08-23add ability to map feature sequences to applications (issue #3764)kpfleming1-15/+200
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...kpfleming1-0/+3
2005-08-22allow custom dialplan functions to be called from AGI (issue #4855)kpfleming1-1/+9
2005-08-22add CONTROL STREAM FILE AGI command (issue #4738)kpfleming1-0/+56
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-53/+178
2005-08-15Fix usage text for AGI recieve text (bug #4948)twisted1-1/+1
2005-08-08more pointer signedness fixes for gcc4 warningsrussell2-24/+24
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-3/+3
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-11/+15
2005-08-03Fix sighup with AGI (bug #4854)markster1-5/+16
2005-07-28Fix music on hold leak (bug #4842)markster1-5/+21