aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2008-09-04(closes issue #13357)murf5-442/+876
2008-08-08(closes issue #13236)murf5-321/+638
2008-07-31Specify codecs in callfiles and manager, to allow video calls to be set uptilghman1-2/+7
2008-07-30(closes issue #13197)murf1-2/+7
2008-07-30Reduce stack consumption by 12.5% of the max stack size to fix a crash whenrussell1-34/+55
2008-07-16(closes issue #13090)murf1-6/+19
2008-07-12in 1.4 the functions still have | as argument seperator.mvanbaak1-1/+1
2008-07-04Move the free down onetilghman1-2/+2
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-33/+82
2008-06-29ignore warnings for prototypes in GTK headerskpfleming1-0/+2
2008-06-18Set the variables top-down, so that if a script sets a variable more than once,tilghman1-3/+12
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-6/+16
2008-06-04Make the "dialplan remove include" CLI command actually work. Also, tweakrussell1-3/+6
2008-06-04Fix a log message and add a message for when the dialplan is done reloading.file1-0/+1
2008-06-03Due to incorrect use of the AST_LIST_INSERT_HEAD() macro the loopback switchtilghman1-18/+26
2008-06-03Updated the regressions on AEL. Hadn't updatedmurf9-796/+879
2008-06-03as per http://lists.digium.com/pipermail/asterisk-users/2008-June/212934.html,murf1-6/+0
2008-05-21Revert accidental commit of the last changetilghman1-12/+3
2008-05-21Strip the preamble from the output also when -rx is not being usedtilghman1-3/+12
2008-05-211) Don't print the verbose marker in front of every message from ast_verbose()russell1-0/+4
2008-03-27(closes issue #12302)murf1-53/+96
2008-03-18(closes issue #11903)murf15-21/+125
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming1-1/+1
2008-02-06ensure that all remaining multi-object modules are built using their proper C...kpfleming1-0/+4
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-24/+9
2008-01-11Fix up setting the EID on BSD based systems.russell1-7/+5
2008-01-10Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; ov...murf3-134/+152
2008-01-10Remove other remnants of pbx_kdeconsolerussell2-118/+0
2008-01-10Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody hasrussell1-66/+0
2008-01-09Strip terminal sequences from the verbose messagesrussell1-1/+7
2008-01-09Make pbx_gtkconsole build ... but doesn't actually load on my system stillrussell1-27/+18
2008-01-02Convert locks of the contexts list in pbx_config to the appropriate rdlock or...russell1-25/+25
2008-01-02pbx_dundi only needs a rdlock on the contexts list.russell1-1/+1
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-11-26Use ast_free to free memory, or else we shall implode if MALLOC_DEBUG is enab...file1-2/+2
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf1-2/+5
2007-10-31closes issue #11108 -- where the 'dialplan save' cli command saves a file whe...murf1-1/+1
2007-10-31Included some verbage in the check_includes func, to inform the user that inc...murf1-2/+3
2007-10-26closes issue #11086 where a user complains that references to following conte...murf8-1071/+1090
2007-10-24closes issue #11037 -- unable to specify app:spec in hint argumentsmurf2-401/+415
2007-10-22Fix tab completion for dundi show peer.file1-1/+3
2007-10-15Ensure the buffer passed to ast_canmatch_extension() is properly initialized sorussell1-2/+2
2007-10-14Don't create the context for users in users.conf until we know at least one u...russell1-4/+11
2007-10-12Fix the potential use of an uninitialized buffer in a log message.russell1-2/+4
2007-10-03closes issue #10870 ; where a CUT() function call in a switch expr doesn't ex...murf1-8/+29
2007-10-03closes issue #10834 ; where a null input to a switch statement results in a h...murf9-52/+158
2007-10-01Anything to keep gcc 4.2 happy...murf1-1/+1
2007-10-01closes issue #10777 -- by returning a null for the parse tree when there's re...murf3-5/+7
2007-09-29This is a regression update that matches what I did in 84134 for AEL regressi...murf16-44/+174