aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2007-07-02automerge commitautomerge1-1/+1
2007-06-27automerge commitautomerge1-0/+2
2007-02-26automerge commitautomerge1-0/+2
2007-02-08merge up to branch 1.2 and re-enable automergekpfleming2-0/+8
2006-12-12manual update, since automerge is not running at this timekpfleming1-1/+1
2006-10-14automerge commitroot1-1/+27
2006-09-19automerge commitroot1-1/+1
2006-08-30automerge commitroot1-26/+22
2006-08-29automerge commitroot1-6/+19
2006-07-12automerge commitroot1-1/+3
2006-04-11automerge commitroot1-2/+1
2006-03-28automerge commitroot1-1/+1
2006-02-11automerge commitroot1-0/+1
2006-02-11automerge commitroot1-7/+6
2006-01-09Bug 6157 - Memory leaktilghman1-1/+2
2006-01-07Bug 6156 - catch all threading errors, not just simple failuretilghman1-4/+6
2006-01-06Dumb error messages - "Context 'context' already included in 'in' context"tilghman1-4/+4
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-3/+3
2005-12-21Bug 5777 - Remove parentheses on Goto in AEL, so that it parses correctlytilghman1-0/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming13-0/+0
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming1-2/+0
2005-11-21issue #5806russell1-4/+8
2005-11-16issue #5761kpfleming1-1/+1
2005-11-14finish merging doxygen updates from issue #5605russell1-13/+16
2005-11-13Never call load_module / unload_modulemarkster1-2/+2
2005-11-11issue #5354kpfleming1-5/+5
2005-11-10issue #5701kpfleming1-2/+1
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell3-0/+3
2005-11-08issue #5648kpfleming4-20/+20
2005-11-06issue #5605russell1-0/+7
2005-11-01issue #4678kpfleming1-2/+8
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming2-2/+2
2005-10-26use ast_skip_blanks in pbx_aelrussell1-30/+27
2005-10-24Doxygen documentation update from oej (issue #5505)russell8-16/+17
2005-10-18clean up DUNDiLookup applicationrussell1-60/+150
2005-10-18fix typokpfleming1-1/+1
2005-10-13ensure that priorityjumping option returns to its default during reload if it...kpfleming1-2/+2
2005-10-13Fix ael if, while, else (bug #5370)markster1-20/+86
2005-10-12Back out improper freeing of variablesmarkster1-6/+0
2005-10-11allow semicolons to be escaped in call files (issue #5407)russell1-3/+11
2005-10-11Fix memory leak in outbound calls (bug #5406, with mods)markster1-6/+16
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell2-234/+23
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)russell1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming8-40/+136
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-75/+75
2005-09-02use native-sign characters for strings (issue #5105)kpfleming3-40/+40
2005-09-02use matching char types for strings (issue #5106)kpfleming1-1/+1
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-1/+5
2005-08-26work around parsing problem by using GotoIf() (issue #4876)kpfleming1-6/+6
2005-08-26ignore equals-signs inside parens (issue #5022)kpfleming1-1/+12