aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming10-42/+161
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14add token format specification support (issue #5199)kpfleming1-4/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6580 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige ↵kpfleming1-29/+53
(issue #5153) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6541 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-1/+1
convert pbx_dundi to use ast_copy_string) (issue #5134) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07eliminate signedness warnings (issue #5129)kpfleming2-17/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6530 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6512 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02eliminate compiler warning (issue #5094)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6511 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)kpfleming1-2/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6493 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01send the correct Call-ID when using OSP (issue #5095)kpfleming1-9/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01don't access freed memory if the frame was malloc'dkpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6484 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"russell1-2/+5
add mode to the output of the "moh classes show" cli command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6463 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-8/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6449 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-25don't install moh functions if no classes are configured (issue #5025 with mods)kpfleming1-6/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6412 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23add count to 'show keys' (issue #5002)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6383 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23formatting fixes and compile fix for FreeBSD (issue #5004)kpfleming1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6381 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23ensure that features are not duplicated during reload (issue #3764, take two)kpfleming1-5/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6377 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23add ability to map feature sequences to applications (issue #3764)kpfleming1-15/+200
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6374 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ↵kpfleming1-0/+3
an AGI script (issue #4930) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6368 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22allow custom dialplan functions to be called from AGI (issue #4855)kpfleming1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6363 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22add CONTROL STREAM FILE AGI command (issue #4738)kpfleming1-0/+56
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6360 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-53/+178
support non-SLINEAR moh streams (issue #4908) add external app to feed TCP stream into Asterisk for moh (issue #4908) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-15Fix usage text for AGI recieve text (bug #4948)twisted1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6334 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-08more pointer signedness fixes for gcc4 warningsrussell2-24/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6306 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6290 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-11/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6268 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-03Fix sighup with AGI (bug #4854)markster1-5/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6264 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28Fix music on hold leak (bug #4842)markster1-5/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6244 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25more formatting fixes! (bug #4780)russell1-166/+176
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6191 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15add a library of timeval manipulation functions, and change a large number ↵kpfleming3-60/+27
of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15phase two of string portability stuff:kpfleming1-3/+0
don't need ast_ prefixes on functions use individual #defines for function presence add vasprintf to portability library git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6143 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13fix typo in app description (bug #4697)russell1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6119 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12revert patch from bug #4532 until CPU consumption problem can be resolvedkpfleming1-38/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6111 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11fix threading portability problem with FreeBSD (bug #4532)kpfleming1-18/+38
ensure that all mpg123 child processes get killed when the parent is killed (bug #4532) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6086 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used ↵kpfleming1-1/+1
between the arguments git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6083 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)kpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6082 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10use AST_MAX_CONTEXTrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6079 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10more ast_copy_string conversionsrussell6-34/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6075 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6059 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6047 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-30Apply NODIR Patch (Bug #4619)anthm1-10/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6017 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23support cancellation of attended transfers using the defined disconnect code ↵kpfleming1-5/+185
(bug #3729 with minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5991 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-1/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5950 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20Fix OSP stuffmarkster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5943 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-5/+5
clean up Makefile headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming10-60/+116
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming4-14/+8
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ↵kpfleming4-57/+22
efficient ast_channel_by_name_locked (bug #4265) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5853 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't ↵kpfleming1-4/+4
support options (bug #4370) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5851 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03correct case of file type for one-touch monitoring (bug #4443)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20fix Solaris compatibility issues (bug #4339)kpfleming1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5747 f38db490-d61c-443f-a65b-d21fe96a405b