summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
AgeCommit message (Expand)Author
2006-05-09Formatting fixOlle Johansson
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-01- convert the list of dialplan function to the list macrosRussell Bryant
2006-04-14constify a couple of function argumentsLuigi Rizzo
2006-04-05- Doxygen fixesOlle Johansson
2006-04-04some fields are constLuigi Rizzo
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-29Merged revisions 16192 via svnmerge from Tilghman Lesher
2006-03-28make 'show hints' CLI command show context name for each hintKevin P. Fleming
2006-03-18- remove some unnecessary extern keywordsRussell Bryant
2006-03-17move the definition of the mappings between extension states and their textRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2005-12-24minor cleanups ...Russell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #2720Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-13check call limit in ast_pbx_start(), instead of waiting until background thre...Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)Kevin P. Fleming
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)Kevin P. Fleming
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-05-18Add optional call limitMark Spencer
2005-05-05expose function execution routines and warn about trying to set a read-only c...Anthony Minessale II
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-29Allow functions to be written to (bug #2278, with mods)Mark Spencer
2005-03-04Add registerable functional variables (bug #3636, with doc mods)Mark Spencer
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)Mark Spencer
2005-02-01Allow hints to have names (bug #3471)Mark Spencer
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)Mark Spencer
2004-12-23Fix AGI to know about "builtin" variables, too (bug #2737)Mark Spencer
2004-11-24Make realtime pbx understand patterns.Mark Spencer
2004-11-23fix inherited softhangup issue in ast_goto_if_exists()Anthony Minessale II
2004-11-22Add improved macro functionality (bug #2905)Mark Spencer
2004-11-13Big agent / queue fixesMark Spencer
2004-11-11Make timing stuff generic (bug #2839)Mark Spencer
2004-10-24Add "Loopback" switchMark Spencer
2004-10-22This patch adds a new api call:Anthony Minessale II
2004-10-16Add autofallthrough modeMark Spencer
2004-10-03Allow you to use labels with + to be nice to Tilghman.Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer