aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Backport crash fix from trunk to 1.4, whereby 'core show gracefully' could cr...tilghman1-17/+30
2010-02-19Merged revision 247904 fromrmudgett1-27/+5
2010-02-18Copy the calling party's account code to the called party if they don't alrea...mnicholson1-0/+3
2010-02-18Add additional link to best practices document per jsmith.lmadsen1-0/+3
2010-02-18Add best practices documentation.lmadsen1-0/+292
2010-02-18Tweak argument handling for wget in the sounds Makefile.russell2-2/+3
2010-02-17Make sure that when autofill is disabled that callers not in the front of the...mmichelson1-3/+5
2010-02-15Make the menuselect instructions correct by allowing 'make menuselect' to act...tilghman1-0/+2
2010-02-12lock channel during datastore removaldvossel1-0/+2
2010-02-12Fix some silly formatting, and remove unnecessary option_debug checksqwell1-19/+13
2010-02-10fixes random deadlock in app_queue with use_weight during reloaddvossel1-6/+8
2010-02-10Include examples of FILTER usage in extension patterns where a "." may be a r...tilghman1-2/+2
2010-02-10Make sure that res_smdi loads regardless of configuration, since chan_dahdi d...oej1-2/+4
2010-02-09Fixes iaxs and iaxsl size off by one issue.dvossel1-3/+3
2010-02-08Remove reference of documentation in source directory.qwell2-2/+2
2010-02-08Res_features depends on res_adsi in 1.4oej1-0/+1
2010-02-05Remove contrib/firmware directory as it is emptykpfleming1-9/+2
2010-02-05Update main copyright date.seanbright1-2/+2
2010-02-04Change channel state on local channels for busy,answer,ring.jpeeler1-0/+32
2010-02-01Backup and restore original textfile, for prosthesis (gerund of prepend).tilghman1-6/+30
2010-02-01When a transferer hangs up during an attended transfer BEFORE the transfer is...tilghman1-16/+49
2010-02-01Revert previous chan_local fix (r236981) and fix instead by destroying expire...tilghman2-18/+16
2010-01-28Oops, correct wrong link (https vs. http) in previous commit.lmadsen1-1/+1
2010-01-28Update location of bug tracker in documentation.lmadsen1-1/+1
2010-01-28Fix a bogus third argument to ast_copy_string().russell1-4/+5
2010-01-27Revert 243570, I should have looked at this closer. Will reopen the issue, butjpeeler1-1/+1
2010-01-27Extend announcement URL used with Queue from 80 chars to PATH_MAX.jpeeler1-1/+1
2010-01-27Use a safe list traversal while checking for duplicate vars in pbx_builtin_se...mmichelson1-2/+3
2010-01-26fixes bug with channel receiving wrong privileges after call parking dvossel1-1/+5
2010-01-26Remove unnecessary code in ast_read as issue 16058 has been fully solved now.jpeeler1-13/+0
2010-01-25Err, and use the new menuselect define, too.tilghman2-4/+4
2010-01-25Only rebuild parsers by an option in menuselecttilghman4-8/+39
2010-01-25Restore FreeBSD to able-to-compile-ish-modetilghman4-5/+79
2010-01-25Remove debugging that indeed should have been gone before commit. Sorry.oej1-3/+2
2010-01-25Report error when writing to functions returns error in AMI setvar actionoej1-3/+14
2010-01-25Buildbot pointed out an error (thanks, buildbot!)tilghman2-8/+8
2010-01-25Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.tilghman2-7/+7
2010-01-25Make the build of the Asterisk expression parser match that of the AEL parser.tilghman1-5/+15
2010-01-24Only rebuild bison and flex source files on demand, if bison and flex are det...tilghman6-6229/+19441
2010-01-22Rebuild from flex, bison sources when necessary.tilghman1-2/+4
2010-01-22Initialize notify_types to NULLoej1-1/+1
2010-01-22Add Dialed Number Identifier (DNID) field to cdr.alecdavis1-0/+1
2010-01-21Fix configure check for PTHREAD_ONCE_INIT when manually adding -Wall to CFLAGS.seanbright2-4/+6
2010-01-21Guard against division by zero.tilghman1-1/+5
2010-01-20fixes parsing error in Makefile.dvossel1-5/+5
2010-01-20Modify fix for issue 16554 to be more inline with what is already in trunk.seanbright1-8/+9
2010-01-20Fix a memory leak in pbx_spool when using SetVar in a call file.seanbright1-7/+10
2010-01-20Update CDR variables as pbx startsalecdavis1-0/+4
2010-01-19Allow parallel make (-j) to work properly.qwell1-2/+2
2010-01-19Fix deadlock in agent_read by removing call to agent_logoff.jpeeler1-1/+22