summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2006-07-23remove a stray newlineRussell Bryant
2006-07-22ast_pbx_outgoing_cdr_failed() is not used outside of pbx.c so make it staticRussell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...Mark Spencer
2006-06-26METERMAIDS:Olle Johansson
2006-06-16Don't force a busy state that will break channel signalling if the channelOlle Johansson
2006-06-13Merged revisions 33813 via svnmerge from Russell Bryant
2006-06-11Merged revisions 33548 via svnmerge from Russell Bryant
2006-06-08Cleanup formatting a little...Mark Spencer
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedKevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
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