aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-26spell them words cowrecktly (issue #4964)russell1-2/+2
2005-07-28fix potential seg fault when using LEN() with a string greater than 80 charac...russell1-12/+13
2005-06-14fix return values on systems where an unsigned char is the default (bug #4455)russell1-1/+1
2005-05-15protect ResponseTimeout and DigitTimeout apps from crashing when called in no...russell1-0/+8
2005-05-15indicate default timeouts (bug #4050)russell1-2/+4
2005-05-11only unlock hintlock once (bug #4205)russell1-1/+2
2005-04-15add some newlines and fix some misspellings (bug #4027)russell1-1/+1
2005-02-19fix ${EXTEN:X} where X < 0 (bug #3572)russell1-16/+27
2005-01-03increase stack size for searching through contexts (bug #3182)russell1-1/+1
2004-12-30fix show dialplan for hints (bug #3074)russell1-10/+25
2004-11-12allow dashes in extensions since they can be in patterns (bug #2835)russell1-0/+1
2004-10-23make operator=no work correctly, fix typo (bug #2665)russell1-1/+1
2004-10-14fix setlanguage seg fault (bug #2641)russell1-1/+2
2004-10-08verbose fixes (bug #2602)russell1-1/+1
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
2004-08-27Merge "show applications" from corydon76 (bug #2291)markster1-15/+75
2004-08-21Save CID and switches in "save dialplan" command (bug #2279)markster1-0/+10
2004-08-21Fix small memory leak... (bug #2277)markster1-0/+1
2004-08-08Merge BSD stack size work (bug #2067)markster1-4/+4
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...markster1-6/+6
2004-07-30chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115...malcolmd1-2/+0
2004-07-30Bug # 2115: Allow Caller TON to be retrieved in the dialplanmalcolmd1-0/+2
2004-07-24Merge tilghman's app/appdata in newexten patch (bug #2104)markster1-7/+9
2004-07-19Add options to background (bug #2075) and update documentationmarkster1-16/+55
2004-07-17Typo / whitespace fixes (bug #2052)markster1-446/+488
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-69/+70
2004-07-09Give Busy() and Congestion() an optional timeoutmarkster1-8/+16
2004-07-01bring justice to gotoif's always true buganthm1-21/+4
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send 2...markster1-1/+1
2004-06-28Add new built-in app 'SetAMAFlags'jeremy1-1/+17
2004-06-25Add subaddress support (bug #1877)markster1-1/+1
2004-06-25Cleanup handling of complex expressions (bug #1919)markster1-1/+6
2004-06-25Commit remaining changesmarkster1-2/+2
2004-06-23Generate "failed" context on busy, toomarkster1-1/+3
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-0/+1
2004-06-22Add "Progress" applicationmarkster1-0/+12
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-12Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)markster1-2/+7
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-5/+6
2004-05-26Fix comment in pbx.ccitats1-1/+1
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-5/+11
2004-05-17Fix compiler warningcitats1-3/+3
2004-05-17Make variables work in manager originate againcitats1-0/+10
2004-05-09Code formatting fixes in pbx.c (still more todo)citats1-53/+55