aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01When appending lines to call files to keep track of retries, write a leadingrussell1-1/+1
newline just in case the original call file did not have a newline at the end. This fix is in response to a problem I saw reported on the asterisk-users mailing list. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@72805 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Fix a minor issue with parsing the priority number. You could have as muchrussell1-0/+2
whitespace as you want around a numeric priority, but you couldn't have any whitespace around a special priority like "n" or "hint". (issue #10039, reported by mitheloc, fixed by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@72267 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-26Obey the clearglobalvars option in extensions reload (or dialplan reload ↵file1-0/+2
depending on your version). (issue #9146 reported by ramonpeek) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@56850 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell2-0/+8
pthread_attr_destroy() was not. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53045 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-27Do not reference the freed outgoing structure in the debug message. (issue ↵file1-1/+1
#8425 reported by arkadia) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@48037 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-14Made a small update to solve bug 8128; The switch-case fallthru goto to a ↵murf1-1/+27
pattern extension needed to resolved the wildcards to an appropriate digit for extension matching to work git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@45134 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@43269 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-29clean up last commit ... most notably, there is no reason to do heaprussell1-26/+22
allocations here, and it also included a potential memory leak git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@41269 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-29Fixes for bug 7813, via patch submitted by stevens.murf1-6/+19
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@41262 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12get rid of some more printf's (although most of these were ifdef-ed out)kpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37417 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11don't destroy the entire dialplan during 'reload', just atomically replace ↵kpfleming1-2/+1
it like 'extensions reload' does (issue #6047) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28fix the order in which for loops are expanded (issue #6810)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@15658 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11fix memory leak from not destroying the scheduler context on module unloadrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9609 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell1-7/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9581 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09Bug 6157 - Memory leaktilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7908 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07Bug 6156 - catch all threading errors, not just simple failuretilghman1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7848 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-06Dumb error messages - "Context 'context' already included in 'in' context"tilghman1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7831 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7634 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Bug 5777 - Remove parentheses on Goto in AEL, so that it parses correctlytilghman1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7577 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming13-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7212 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5806russell1-4/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7155 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16issue #5761kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7113 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14finish merging doxygen updates from issue #5605russell1-13/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-13Never call load_module / unload_modulemarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7093 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5354kpfleming1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7060 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10issue #5701kpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7055 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell3-0/+3
add missing includes of stdio.h remove some unused and duplicate headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5648kpfleming4-20/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7011 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #4678kpfleming1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming2-2/+2
use nolock lists for channel variables, since no locks are needed (these lists are either temporary or protected by the channel's own lock) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6900 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26use ast_skip_blanks in pbx_aelrussell1-30/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6861 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell8-16/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18clean up DUNDiLookup applicationrussell1-60/+150
implement 'b' option to bypass DUNDi cache for the lookup add DUNDILOOKUP dialplan function to eventually replace the application mark DUNDiLookup application as deprecated don't register all of the DUNDi goodies until after everything has initialized git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6825 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18fix typokpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6823 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13ensure that priorityjumping option returns to its default during reload if ↵kpfleming1-2/+2
it is no longer specified in extensions.conf git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6771 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13Fix ael if, while, else (bug #5370)markster1-20/+86
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6756 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-12Back out improper freeing of variablesmarkster1-6/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6751 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-11allow semicolons to be escaped in call files (issue #5407)russell1-3/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6742 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-11Fix memory leak in outbound calls (bug #5406, with mods)markster1-6/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6741 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael ↵russell2-234/+23
and pbx_config clean up some formatting remove some commented out reference code move unload_module in pbx_ael down to be with the rest of the standard module functions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6630 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6629 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming8-40/+136
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-75/+75
convert pbx_dundi to use ast_copy_string) (issue #5134) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02use native-sign characters for strings (issue #5105)kpfleming3-40/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6507 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02use matching char types for strings (issue #5106)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6506 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6449 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26work around parsing problem by using GotoIf() (issue #4876)kpfleming1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6425 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26ignore equals-signs inside parens (issue #5022)kpfleming1-1/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6424 f38db490-d61c-443f-a65b-d21fe96a405b