aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2005-05-19fix moh option in conjunction with intro option (bug #4298)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17remove extra LOCAL_USER_REMOVE (bug #4308)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5709 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16fix description of length parameterrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5706 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16clean up message duration writing code (bug #4285)kpfleming1-12/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5698 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16return CHANUNAVAIL for unregistered peers, not CONGESTION (bug #4276)kpfleming1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5690 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15add EVAL function, deprecate Eval application (bug #4277)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5689 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15rename SetVar application to Set, deprecate SetVarkpfleming4-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5688 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15Fixed transmit/link hang problem and autopatch wierdnessjim1-96/+280
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ↵kpfleming3-3/+30
mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5679 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15support Swedish and Norwegian mailbox intros (bug #4227)kpfleming1-6/+113
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5677 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15allow caller to exit during position announcement by pressing valid exit key ↵kpfleming1-93/+125
(bug #3821, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5673 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15add silent option to VMAuthenticate application (bug #4157)kpfleming1-15/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5672 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-10Fix to bug 4118mattf1-6/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Update groupcount / db documentation (bug #4200, etc)markster1-4/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5606 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Convert app_db to function variables (bug #4201)markster1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5604 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Fix chan_spy on Solaris (bug #4204)markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5603 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Allow transfer to work without a tech (bug #4199)markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5599 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-07use ast_strcasestr (bug #4203)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5595 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05major re-work of dialplan functions, including:kpfleming2-96/+0
- locking of functions list during registration/unregistration/searching - rename of function description structure to be consistent with the rest of the API - addition of 'desc' element to description structure, for detailed description (like applications) - addition of 'show function' CLI command to show function details - conversion of existing functions to use uppercase names to match policy - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05function formatting and header order cleanuprussell1-74/+73
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5582 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04add app_dictate (bug #3893)kpfleming2-1/+337
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and ↵kpfleming1-2/+85
GroupMatchCount apps, remove GROUPCOUNT variable from README.variables (bug #4133, with doc update) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5568 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)kpfleming1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5567 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04return proper string from description function (bug #4150)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5564 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29don't use '%i' at all, since we have no current use cases that need non ↵kpfleming10-23/+23
base-10 parsing (bug #4110) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29formatting cleanup (bug #4109)kpfleming1-1436/+1305
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5532 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when ↵kpfleming2-14/+13
to set the requested priority or one priority lower git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5529 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27help text cleanups (bug #4072, with mods)kpfleming6-21/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5508 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27support old single-column options for realtime voicemail (bug #4080)kpfleming1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5506 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22report the number of rows updated when using RealTime update method (bug #4066)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21fix various compiler warningskpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5491 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming80-728/+729
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-16Remove useless declaration (bug #4040)markster1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5480 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15Add 'n' option to dial for "nojump" (bug #4034)markster1-5/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5468 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13just formattingrussell1-18/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5465 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13Fix so that asterisk continues to build if libcurl is not present or the correctmattf1-6/+8
version. bug #3982. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5463 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13support postfix options in voicemail apps (prefix options still supported ↵kpfleming1-45/+72
using old syntax) (bug #4007) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5461 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13ensure that the random number generator(s) are always seeded with a ↵kpfleming1-1/+0
different value during Asterisk startup don't reinitialize random number generators in other modules (bug #4017) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5459 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13add missing newline (bug #4018)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5456 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-11Add calling party DTMF (bug #3994)markster1-12/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5445 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-11Add option to mask certain high frequency events (bug #3707)markster1-22/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5444 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-09Add member/queue filters to queuestatus manager command (bug #3995)markster1-49/+54
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5441 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-09Forward text frames before answer (bug #3717)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5440 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-09Fix needless queue breakage for 2.95 (bug #3993) but this DOES NOT MEAN WE ↵markster1-2/+0
WILL WORK TOWARDS 2.95 IN THE FUTURE! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5439 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07Revert back on incorrect libcurl fix :-(mattf1-4/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5438 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07Bugfix for old versions of libcurl (#3982)mattf1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5437 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06re-implement realtime support in app_directorykpfleming1-46/+37
add support for hiding entries from app_directory using new hidefromdir= option (bug #3950) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5429 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)kpfleming2-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5366 f38db490-d61c-443f-a65b-d21fe96a405b