dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
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