aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-5963/+0
2006-08-14add MacroExclusive application, a Macro that only one call can executed atrussell1-0/+58
2006-08-14When taking a substring and a negative length is provided, instead of justrussell1-9/+13
2006-07-23remove a stray newlinerussell1-1/+1
2006-07-22ast_pbx_outgoing_cdr_failed() is not used outside of pbx.c so make it staticrussell1-3/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-2/+2
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...markster1-2/+17
2006-06-26METERMAIDS:oej1-1/+1
2006-06-16Don't force a busy state that will break channel signalling if the channeloej1-2/+8
2006-06-13Merged revisions 33813 via svnmerge from russell1-1/+0
2006-06-11Merged revisions 33548 via svnmerge from russell1-2/+4
2006-06-08Cleanup formatting a little...markster1-2/+2
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming1-1/+0
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-16/+12
2006-05-28Deprecate SetGlobalVar, replacing it with a dialplan functiontilghman1-0/+7
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...file1-3/+24
2006-05-24Typo fix. Thanks Peter!oej1-1/+1
2006-05-23Handle ringing (early) state properly on SIPmarkster1-0/+6
2006-05-19Fix tab completion when you just do a plain tab without entering anything, an...file1-1/+3
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-3/+1
2006-05-11oops, missing ! in matchcid...rizzo1-1/+1
2006-05-11normalize the code to navigate through extensions and prioritiesrizzo1-28/+29
2006-05-11fix behaviour for earlymatch and matchmore.rizzo1-16/+4
2006-05-10replace a macro with actual code;rizzo1-36/+38
2006-05-10lock conlock before accessing the list.rizzo1-4/+3
2006-05-10lots of comments trying to document the agreed behaviour ofrizzo1-11/+20
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-16/+11
2006-05-10document special character interpretation.rizzo1-0/+31
2006-05-10indentation fixesrizzo1-8/+8
2006-05-10prevent a warning for uninitialized variable.rizzo1-0/+1
2006-05-09implement the new sorting algorithm for extensions,rizzo1-13/+130
2006-05-09various doxygen fixeskpfleming1-2/+2
2006-05-09remove duplicate atof() invokationrizzo1-4/+4
2006-05-09normalize code, remove some useless castsrizzo1-14/+12
2006-05-09change some log_warning into log_debug rizzo1-3/+3
2006-05-09large rewrite of the extension matching code,rizzo1-563/+513
2006-05-09misc fixupsrizzo1-6/+6
2006-05-09remove trailing whitespacerizzo1-198/+198
2006-05-09more code simplifications.rizzo1-29/+14
2006-05-09simplify matchcid()rizzo1-9/+18
2006-05-09more small simplificationsrizzo1-5/+6
2006-05-08another function restructuredrizzo1-43/+27
2006-05-08more code restructuringrizzo1-26/+24
2006-05-08remove some common code in parsing function callsrizzo1-36/+29
2006-05-08more code restructuringrizzo1-52/+45
2006-05-08restructure a function reducing nesting depth.rizzo1-157/+142
2006-05-08fix indentation of a large block.rizzo1-74/+73
2006-05-08minor code restructuring in preparation for more work.rizzo1-11/+20
2006-05-08localize some variablesrizzo1-6/+7