aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Collapse)AuthorFilesLines
2005-05-08Fix formatting of functions (bug #4196, with mods)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5605 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Fix double unlock of hintlock (bug #4205)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5602 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05expose function execution routines and warn about trying to set a read-only ↵anthm1-3/+1
cdr var git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5589 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05major re-work of dialplan functions, including:kpfleming1-352/+177
- 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-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of ↵kpfleming1-72/+84
already-implemented CDR() function make SetVar() options actually work as documented remove SetVar() 'c' and 'r' options, since the CDR() function can provide this functionality add 'r' option to CDR() function to control recursive retrieval/storage (inspired by bug #4143, but without the SetVar syntax changes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5574 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)kpfleming1-0/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5567 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01make verbosity of function registration match apps/manager events/etc.kpfleming1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5544 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed ↵kpfleming1-1/+1
on 2005-05-31) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29don't use '%i' at all, since we have no current use cases that need non ↵kpfleming1-2/+2
base-10 parsing (bug #4110) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when ↵kpfleming1-45/+42
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-27protect ResponseTimeout and DigitTimeout apps from crashing when called in ↵kpfleming1-0/+8
non-PBX channels (bug #4078) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5510 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-9/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22add ability to send transferring party to a dialplan target after they blind ↵kpfleming1-2/+1
transfer another party (bug #4056, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5495 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-19/+19
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-20correct default language setting for Background() app (bug #4044)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5487 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-20Fix docs for digit/response timeout to mention default values (bug #4050)markster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5485 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-17Fix locking issue (bug #4041)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5481 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15Add MusicOnHold to waitexten, update Background to use newstyle options (bug ↵markster1-39/+95
#4000) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5469 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03further thought says '!' is a better early-match wildcard (bug #3889, take 2)kpfleming1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5372 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03add 'early-match' wildcard for extension patterns (bug #3889)kpfleming1-8/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5370 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01Fix up formatting and a few typos/poor grammar in pbx.c (bug #3924)kpfleming1-50/+59
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5347 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01revert previous commit... was the wrong fix (my first oops)kpfleming1-7/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5346 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01ensure that variables supplied to ast_pbx_outgoing_exten are applied to the ↵kpfleming1-0/+7
channel even in 'sync' mode (bug #3922, for HEAD only) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5345 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29Make sure ExecIf stuff returns properly (bug #3864)markster1-5/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5297 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-207/+249
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5296 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-26formatting fixesrussell1-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5270 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Add comments for hints (bug #3783)markster1-21/+48
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5191 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Merge builtin If function (bug #3779)markster1-0/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5189 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-14Fix serious typo (code segment was only enabled with verbose!)markster1-15/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5178 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-05Unbreak expression handling from addition of function variablesmarkster1-29/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5137 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-04Add registerable functional variables (bug #3636, with doc mods)markster1-11/+258
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5136 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-26Fix SetVar (bug #3668) and g + transfer (#3650)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5083 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-25Add execiftime, remove duplicate agent logoff CLImarkster1-9/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5074 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-18/+79
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5068 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-21Add "show hints" to CLI (bug #3631)markster1-2/+56
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5064 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-17Fix ${CALLINGSUBADDR}markster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5044 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-13Fix colon expansion (bug #3572)markster1-19/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5023 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-10Fix (in an admittedly icky way) the CALL variable broken issues (bug #3549)markster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5001 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-09Optimize variable lookups (bug #3541)markster1-45/+61
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4991 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)markster1-3/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4948 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-01Allow hints to have names (bug #3471)markster1-5/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4938 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)markster1-9/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4780 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-12Restore functionality of "show dialplan" with no argumentsmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4768 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-09Improve show dialplan support to support patterns and also to select ↵markster1-84/+103
contexts (bug #3230) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4738 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-01List improvements from kpfleming (bugs #3166,#3140)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4629 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-31Increase max stack size for context searches (bug #3182)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4617 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-29Log execution stack if option_debug is enabled (bug #3177)markster1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4598 f38db490-d61c-443f-a65b-d21fe96a405b