dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

24 Commits

Author SHA1 Message Date
kpfleming 24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
kpfleming f58f39b864 remove extraneous header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7185 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 19:33:33 +00:00
russell d5e7b740ec more cleanups to application descriptions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7072 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 13:34:38 +00:00
kpfleming e61f71745f application doc update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6992 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 22:01:22 +00:00
russell d3ddc001a2 issue #5605
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06 15:09:47 +00:00
kpfleming ae35e4e069 major update to arg/option parsing APIs and documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03 21:19:11 +00:00
kpfleming 5f0fa721d1 issue #5560
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6934 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01 21:02:07 +00:00
russell 2c3b3edc86 Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24 20:12:06 +00:00
russell 58818426d6 Massive cleanups to applications for LOCAL_USER handling and some other things.
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an
application.  An exception is if there is some *fast* setup code that might
halt the execution of the application, such as checking to see if an argument
exists.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19 18:19:02 +00:00
russell 2c83f05ebb it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18 22:52:21 +00:00
markster 03ab019888 Fix off-by-one issue with sort (bug #5459)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6816 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18 16:48:19 +00:00
kpfleming f89c44df03 more license/copyright header updates (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15 15:44:26 +00:00
kpfleming c078d808df convert Cut() into CUT() function (issue #4892)
add SORT() function (issue #4892)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6422 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26 20:01:22 +00:00
kpfleming 8dc28b2439 the last round of file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 22:39:32 +00:00
kpfleming 6a262d98ee major re-work of dialplan functions, including:
- 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-05 05:39:33 +00:00
kpfleming 2f0559dad7 help text cleanups (bug #4072, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5508 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27 01:50:53 +00:00
kpfleming 31e8dcf4fe use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21 06:02:45 +00:00
kpfleming a606c8bd6a add FIELDQTY function to split variable contents and get any desired field (bug #3731)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 22:03:17 +00:00
markster 59d780973e Merge rgagnon's pedantic string checks (apps a-m, bug #2035)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3428 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14 07:22:30 +00:00
markster f1248d7348 Fix cut properly (bug #1138)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2676 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-12 16:08:20 +00:00
markster 3931098be8 Fix corruptin in app_cut (bug #1084)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2229 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-24 18:57:46 +00:00
martinp ad46ab972c Fix description of Cut application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1688 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-04 00:44:51 +00:00
markster 79ab512ffd Compatibility issues on app_cut (bug #428)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1666 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25 17:44:48 +00:00
markster 041e8e5146 Add Tilghman's app_cut
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1658 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-22 13:34:59 +00:00