aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-18Plug a memory leak when reading configs with their comments.seanbright1-8/+15
2010-01-18updated transmit_silence option documentation in asterisk.confdvossel1-1/+5
2010-01-18Fix muted compilation in 1.4 onlyoej1-0/+4
2010-01-15Fix a spelling error in the asterisk.conf sample.russell1-1/+1
2010-01-15Disallow leaving more than maxmsg voicemails.tilghman1-5/+72
2010-01-13Fix regression for timed out parked call returning to callerjpeeler1-0/+5
2010-01-13add silence gen to wait appsdvossel4-8/+43
2010-01-12Portability and other fixes for the safe_asterisk scripttilghman1-38/+32
2010-01-09-1 is interpreted as an error, intead of the maximum mask.tilghman1-1/+1
2010-01-08Stop a crash when no peer is passed to masq_park_call.jpeeler1-1/+1
2010-01-08Properly calculate the remaining space in the output string when reducing for...mnicholson1-4/+7
2010-01-07fixes crash in "scheduled_destroy" in chan_iaxdvossel1-1/+1
2010-01-07Change in sip show channels display format allowing more digits for CIDdvossel1-3/+3
2010-01-06Revise documentation on disposition values to the actual values used.tilghman1-4/+5
2010-01-06Resolve a crash due to an ast_frame not being fully initialized.russell1-2/+4
2010-01-05Change a NOTICE log message to DEBUG where it belongs.russell1-1/+3
2010-01-04Bounds checking for input stringtilghman1-25/+25
2010-01-04Regression in issue #15421 - Pattern matchingtilghman1-22/+20
2010-01-04Add a flag to disable the Background behavior, for AGI users.tilghman3-2/+17
2010-01-04It's also possible for the Local channel to directly execute an Application.tilghman1-1/+1
2010-01-02Release memory of the contact acl before unloading moduleoej1-0/+1
2009-12-30Don't queue frames to channels that have no means to process them.tilghman1-1/+3
2009-12-30Remove conflicting function definitions (asterisk.h) so LOW_MEMORY compiles.jpeeler1-18/+0
2009-12-28Try a test compile to see if PTHREAD_ONCE_INIT requires extra braces.seanbright4-19299/+6277