aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-02further refinement in wording of goto documentation, as per 9156, goto not pr...murf1-10/+19
2007-02-28a small documentation update, to reflect reality in the goto doc strings, as ...murf1-2/+13
2007-02-01No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c ...tilghman1-2/+1
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-0/+7
2007-01-12minor documentation clarificationkpfleming1-1/+2
2006-09-27Playback() wasn't setting PLAYBACKSTATUS under several circumstances.qwell1-1/+1
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-5/+6
2006-08-24Fix a few issues related to the handling of channel variablesrussell1-3/+1
2006-06-18don't set state to BUSY if the channel is already in the UP staterussell1-2/+4
2006-06-13remove duplicate mutex_unlockrussell1-1/+0
2006-06-11fix another place where a frame does not get free'drussell1-2/+4
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming1-0/+1
2006-05-22Bug 7196 - month range did not worktilghman1-1/+1
2006-05-01add missing locking of the dialplan functions list in the "show functions"russell1-0/+2
2006-04-18properly handle brace-wrapped strings in variable/function references in the ...kpfleming1-1/+2
2006-04-13Bug 6957 - variable names beginning with CALLERID weren't substituted correctlytilghman1-1/+2
2006-04-05Unlock channel on failure so that ast_mutex_destroy doesn't throw a fit (issu...file1-4/+10
2006-03-31ensure that hint watchers (subscribers) cannot be added or removed while the ...kpfleming1-6/+21
2006-03-29Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in A...tilghman1-1/+1
2006-03-29Bug 6835 - Updates to GotoIf help texttilghman1-5/+7
2006-03-22Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixe...file1-3/+2
2006-03-12add locking to protect the list of global dialplan variablesrussell1-32/+49
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell1-5/+14
2006-01-22add a modified fix to prevent writing outside of the provided workspace when russell1-25/+23
2006-01-21temporarily revert substring fix pending the result of the discussion in issu...russell1-20/+26
2006-01-21prevent the possibility of writing outside of the available workspace (issue ...russell1-26/+20
2006-01-11fix locking error - lock instead of unlockrussell1-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