aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-17Add "ImportVar" applicationmarkster1-11/+47
2004-11-16Documentation fixup (thanks, drumkilla)markster1-2/+2
2004-11-13Big agent / queue fixesmarkster1-0/+54
2004-11-12Allow dashes in extensions (bug #2835)markster1-0/+1
2004-11-11Make timing stuff generic (bug #2839)markster1-48/+56
2004-11-01Make channel variables inheritable by _ (bug #928)markster1-33/+37
2004-10-27even more paranoid serialize codeanthm1-2/+3
2004-10-27add more paranoid handling to pbx_builtin_serialize_variablesanthm1-5/+8
2004-10-24Add "Loopback" switchmarkster1-6/+21
2004-10-22This patch adds a new api call:anthm1-0/+22
2004-10-17Thread fixes, vm fix (bug #2665)markster1-1/+1
2004-10-16Add autofallthrough modemarkster1-55/+100
2004-10-15Generate CDR's for failed outbound spoolmarkster1-8/+111
2004-10-13Fix pbx_builtin_setlanguage to not seg when data is a NULL ptr. Also fix AGI...citats1-1/+2
2004-10-08Fix small verboseness bugs (bug #2602)markster1-1/+1
2004-10-03Allow you to use labels with + to be nice to Tilghman.markster1-13/+23
2004-10-03Major PBX revamps (including labels, update examples)markster1-124/+219
2004-10-02Huge callerid rework (might break H.323, others)markster1-53/+59
2004-09-24add app_forkcdranthm1-4/+9
2004-09-14Make sure patterns are always last (bug #2435)markster1-1/+7
2004-09-09Make ${CALLINGPRES} available (bug #2409)markster1-0/+3
2004-09-09Fix GotoIf logging level (bug #2396)markster1-1/+1
2004-09-07Formatting cleanupscitats1-47/+47
2004-09-07Make background support a language override (bug #2378)markster1-4/+11
2004-09-01Slightly more verbose detail on PBX startup (bug #2339)markster1-0/+4