aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-13automerge commitroot1-1/+2
2006-04-05automerge commitroot1-4/+10
2006-03-31automerge commitroot1-6/+21
2006-03-29automerge commitroot1-1/+1
2006-03-29automerge commitroot1-5/+7
2006-03-22automerge commitroot1-3/+2
2006-03-12automerge commitroot1-32/+49
2006-02-11automerge commitroot1-5/+14
2006-01-22automerge commitroot1-25/+23
2006-01-13updating to current 1.2kpfleming1-1/+1
2005-12-13ensure that hangups while incoming calls are in early state are handled prope...kpfleming1-0/+2
2005-12-08initialize the buffer before using it...kpfleming1-1/+1
2005-12-07ensure that hints are allowed to use global variable referenceskpfleming1-0/+10
2005-12-02inherit channel variables into channels created by Page() application (issue ...kpfleming1-1/+1
2005-11-30fix hint case sensitivity (issue #5856)russell1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-41/+117
2005-11-11issue #5673kpfleming1-77/+0
2005-11-09clean up descriptions for built-in applicationsrussell1-154/+155
2005-11-09issue #5664kpfleming1-1/+1
2005-11-08issue #2720kpfleming1-0/+20
2005-11-08issue #5569 minus lock.h changeskpfleming1-0/+1
2005-11-08issue #5583kpfleming1-1/+1
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-13/+27
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-20/+15
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming1-1/+1
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+0
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-17/+17
2005-10-26more doxygenification (issue #5513)russell1-16/+16
2005-10-26Allow limitation by loadavg not just calls (should be BSD friendly)...markster1-1/+8
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-18The amazing disappearing and reappearing patch... This time with documentati...markster1-1/+9
2005-10-18Setting variables should NOT overwrite prefixed (sorry! revert of 5444)markster1-9/+1
2005-10-18Be sure to not consider prefix on variable updates (bug #5444)markster1-2/+9
2005-10-18Fix truth of stringsmarkster1-1/+15
2005-10-13use English states in 'show hints' CLI commandkpfleming1-3/+3
2005-10-04If you're hanging up channels, be sure we clean it up...markster1-0/+8
2005-09-29re-factor variable/function name parsing, and add substring support to functi...kpfleming1-41/+86
2005-09-26one more oops (when global variables need substitutions)kpfleming1-1/+1
2005-09-26oopskpfleming1-2/+2
2005-09-26minor code and stack space optimizationskpfleming1-37/+48
2005-09-26minor optimizationskpfleming1-2/+1
2005-09-24Don't crash on recursive show extension foo@bar...markster1-7/+25
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandrussell1-2/+4
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-14slightly clear argument processingkpfleming1-12/+15
2005-09-13check call limit in ast_pbx_start(), instead of waiting until background thre...kpfleming1-24/+55
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-3/+3
2005-09-02remove unused header and old commentkpfleming1-5/+2
2005-09-01don't unlock a channel we didn't lockkpfleming1-1/+2