aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-03further thought says '!' is a better early-match wildcard (bug #3889, take 2)kpfleming1-4/+4
2005-04-03add 'early-match' wildcard for extension patterns (bug #3889)kpfleming1-8/+30
2005-04-01Fix up formatting and a few typos/poor grammar in pbx.c (bug #3924)kpfleming1-50/+59
2005-04-01revert previous commit... was the wrong fix (my first oops)kpfleming1-7/+0
2005-04-01ensure that variables supplied to ast_pbx_outgoing_exten are applied to the c...kpfleming1-0/+7
2005-03-29Make sure ExecIf stuff returns properly (bug #3864)markster1-5/+9
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-207/+249
2005-03-26formatting fixesrussell1-14/+14
2005-03-17Add comments for hints (bug #3783)markster1-21/+48
2005-03-17Merge builtin If function (bug #3779)markster1-0/+44
2005-03-14Fix serious typo (code segment was only enabled with verbose!)markster1-15/+13
2005-03-05Unbreak expression handling from addition of function variablesmarkster1-29/+17
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-03-04Add registerable functional variables (bug #3636, with doc mods)markster1-11/+258
2005-02-26Fix SetVar (bug #3668) and g + transfer (#3650)markster1-1/+1
2005-02-25Add execiftime, remove duplicate agent logoff CLImarkster1-9/+62
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-18/+79
2005-02-21Add "show hints" to CLI (bug #3631)markster1-2/+56
2005-02-17Fix ${CALLINGSUBADDR}markster1-2/+4
2005-02-13Fix colon expansion (bug #3572)markster1-19/+29
2005-02-10Fix (in an admittedly icky way) the CALL variable broken issues (bug #3549)markster1-1/+3
2005-02-09Optimize variable lookups (bug #3541)markster1-45/+61
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)markster1-3/+28
2005-02-01Allow hints to have names (bug #3471)markster1-5/+17
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)markster1-9/+28
2005-01-12Restore functionality of "show dialplan" with no argumentsmarkster1-2/+2
2005-01-09Improve show dialplan support to support patterns and also to select contexts...markster1-84/+103
2005-01-01List improvements from kpfleming (bugs #3166,#3140)markster1-2/+2
2004-12-31Increase max stack size for context searches (bug #3182)markster1-1/+1
2004-12-29Log execution stack if option_debug is enabled (bug #3177)markster1-1/+7
2004-12-29Allow Answer(delay) to create delay after answering (bug #3160)markster1-3/+14
2004-12-28Fix pbx.c to be able to display hints (bug #3074)markster1-10/+25
2004-12-28fix transfer goto issueanthm1-1/+1
2004-12-23Speed up ast_list macros (bug #3135)markster1-2/+1
2004-12-23Fix AGI to know about "builtin" variables, too (bug #2737)markster1-3/+3
2004-12-19SMS fix, pbx optimization (bug #3098)markster1-5/+5
2004-12-18Fix comment issues (bug #3089)markster1-12/+12
2004-12-11Make sure context is passed properly on _exec (bug #2969)markster1-5/+10
2004-12-11Show some counters with 'show dialplan' (bug #2968)russell1-2/+10
2004-12-08fix bug 2994 (off by 1 error)anthm1-18/+23
2004-12-07Big diet for struct ast_channelmarkster1-28/+5
2004-12-02fix small goto logic issueanthm1-4/+4
2004-12-01Print number of applications (bug #2961)markster1-3/+13
2004-11-25Merge tony's ampersand patch (bug #2934)markster1-24/+32
2004-11-24Make realtime pbx understand patterns.markster1-3/+3
2004-11-23fix inherited softhangup issue in ast_goto_if_exists()anthm1-21/+31
2004-11-22Little dial typo fix and make WaitExten continue if nothing entered and there...markster1-2/+5
2004-11-22Add improved macro functionality (bug #2905)markster1-55/+91
2004-11-19Add incremental/decremental priorities (bug #2906)markster1-2/+14