summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2006-05-30fix various typos and other bits (from Ian Kinner)Kevin P. Fleming
2006-05-28Deprecate SetGlobalVar, replacing it with a dialplan functionTilghman Lesher
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...Joshua Colp
2006-05-24Typo fix. Thanks Peter!Olle Johansson
2006-05-23Handle ringing (early) state properly on SIPMark Spencer
2006-05-19Fix tab completion when you just do a plain tab without entering anything, an...Joshua Colp
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-11oops, missing ! in matchcid...Luigi Rizzo
2006-05-11normalize the code to navigate through extensions and prioritiesLuigi Rizzo
2006-05-11fix behaviour for earlymatch and matchmore.Luigi Rizzo
2006-05-10replace a macro with actual code;Luigi Rizzo
2006-05-10lock conlock before accessing the list.Luigi Rizzo
2006-05-10lots of comments trying to document the agreed behaviour ofLuigi Rizzo
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10document special character interpretation.Luigi Rizzo
2006-05-10indentation fixesLuigi Rizzo
2006-05-10prevent a warning for uninitialized variable.Luigi Rizzo
2006-05-09implement the new sorting algorithm for extensions,Luigi Rizzo
2006-05-09various doxygen fixesKevin P. Fleming
2006-05-09remove duplicate atof() invokationLuigi Rizzo
2006-05-09normalize code, remove some useless castsLuigi Rizzo
2006-05-09change some log_warning into log_debug Luigi Rizzo
2006-05-09large rewrite of the extension matching code,Luigi Rizzo
2006-05-09misc fixupsLuigi Rizzo
2006-05-09remove trailing whitespaceLuigi Rizzo
2006-05-09more code simplifications.Luigi Rizzo
2006-05-09simplify matchcid()Luigi Rizzo
2006-05-09more small simplificationsLuigi Rizzo
2006-05-08another function restructuredLuigi Rizzo
2006-05-08more code restructuringLuigi Rizzo
2006-05-08remove some common code in parsing function callsLuigi Rizzo
2006-05-08more code restructuringLuigi Rizzo
2006-05-08restructure a function reducing nesting depth.Luigi Rizzo
2006-05-08fix indentation of a large block.Luigi Rizzo
2006-05-08minor code restructuring in preparation for more work.Luigi Rizzo
2006-05-08localize some variablesLuigi Rizzo
2006-05-08document th way extensions are sortedLuigi Rizzo
2006-05-08 - convert the lists of switches to use the linked list macrosRussell Bryant
2006-05-08remove an XXX commentRussell Bryant
2006-05-05constify the argument to pbx_checkconditionRussell Bryant
2006-05-02staticize the list heads from my recent conversions to list macrosRussell Bryant
2006-05-01- convert the list of dialplan function to the list macrosRussell Bryant
2006-05-01convert the applications list to the list macrosRussell Bryant
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell Bryant
2006-04-21simplify pbx_builtin_execiftimeLuigi Rizzo
2006-04-21simplify a functionLuigi Rizzo
2006-04-21minor cleanupLuigi Rizzo
2006-04-21one more client for find_context_locked()Luigi Rizzo
2006-04-21localize a variable, and make a minor code rearrangement.Luigi Rizzo
2006-04-19one more client for find_context_locked(),Luigi Rizzo