aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-1/+9
2007-12-21Convert the contexts lock to a read/write lock to resolve a deadlock. Thisrussell1-1/+3
2007-11-28 - update documentation for some of the goto functions to note that theyrussell1-1/+20
2007-11-05After seeing crashes related to channel variables, I went looking around at therussell1-0/+24
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-0/+1
2006-08-14add MacroExclusive application, a Macro that only one call can executed atrussell1-0/+23
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...markster1-0/+1
2006-05-09Formatting fixoej1-2/+2
2006-05-08 - convert the lists of switches to use the linked list macrosrussell1-1/+2
2006-05-08remove an XXX commentrussell1-1/+8
2006-05-05constify the argument to pbx_checkconditionrussell1-1/+1
2006-05-01- convert the list of dialplan function to the list macrosrussell1-1/+1
2006-04-14constify a couple of function argumentsrizzo1-5/+4
2006-04-05- Doxygen fixesoej1-32/+24
2006-04-04some fields are constrizzo1-4/+4
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-30/+11
2006-03-29Merged revisions 16192 via svnmerge from tilghman1-0/+3
2006-03-28make 'show hints' CLI command show context name for each hintkpfleming1-0/+1
2006-03-18- remove some unnecessary extern keywordsrussell1-223/+401
2006-03-17move the definition of the mappings between extension states and their textrussell1-12/+0
2006-02-12major dialplan functions updatekpfleming1-11/+10
2006-02-11Merged revisions 9581 via svnmerge from russell1-2/+2
2006-01-04add memory-pool based string field management for structureskpfleming1-1/+1
2005-12-24minor cleanups ...russell1-1/+1
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-3/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #2720kpfleming1-0/+1
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-6/+9
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-13check call limit in ast_pbx_start(), instead of waiting until background thre...kpfleming1-5/+11
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-8/+17
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)kpfleming1-3/+25
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)kpfleming1-9/+15
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-2/+2
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-21/+2
2005-05-18Add optional call limitmarkster1-0/+3
2005-05-05expose function execution routines and warn about trying to set a read-only c...anthm1-0/+23
2005-05-05major re-work of dialplan functions, including:kpfleming1-6/+8
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-2/+2
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-3/+4
2005-03-04Add registerable functional variables (bug #3636, with doc mods)markster1-0/+13
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)markster1-2/+2
2005-02-01Allow hints to have names (bug #3471)markster1-1/+3
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-52/+52
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)markster1-2/+3
2004-12-23Fix AGI to know about "builtin" variables, too (bug #2737)markster1-0/+1
2004-11-24Make realtime pbx understand patterns.markster1-1/+1
2004-11-23fix inherited softhangup issue in ast_goto_if_exists()anthm1-0/+2
2004-11-22Add improved macro functionality (bug #2905)markster1-1/+3
2004-11-13Big agent / queue fixesmarkster1-0/+11