aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-02-01Revert previous chan_local fix (r236981) and fix instead by destroying expire...tilghman1-15/+15
2010-01-27Use a safe list traversal while checking for duplicate vars in pbx_builtin_se...mmichelson1-2/+3
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.tilghman1-2/+2
2010-01-25Restore FreeBSD to able-to-compile-ish-modetilghman1-2/+2
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!)tilghman1-4/+4
2010-01-25Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.tilghman1-4/+4
2010-01-25Make the build of the Asterisk expression parser match that of the AEL parser.tilghman1-5/+15
2010-01-22Add Dialed Number Identifier (DNID) field to cdr.alecdavis1-0/+1
2010-01-20Update CDR variables as pbx startsalecdavis1-0/+4
2010-01-18Plug a memory leak when reading configs with their comments.seanbright1-8/+15
2010-01-13add silence gen to wait appsdvossel1-7/+25
2010-01-09-1 is interpreted as an error, intead of the maximum mask.tilghman1-1/+1
2010-01-08Properly calculate the remaining space in the output string when reducing for...mnicholson1-4/+7
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.tilghman1-1/+6
2009-12-18Correct CDR dispositions for BUSY/FAILEDjpeeler1-1/+3
2009-12-17Use context from which Macro is executed, not macro context, if applicable.tilghman1-3/+13
2009-12-09Fix breakage of the "module load <module>" CLI command.russell1-1/+1
2009-12-09Set a module load priority for format modules.russell1-46/+72
2009-12-07hex escape control and non 7-bit clean characters in uri_encodedvossel1-1/+1
2009-12-04Only do frame payload check for HOLD frames.russell1-3/+3
2009-12-04Warning message gets displayed only oncemnick1-1/+6
2009-12-02Send ack (response/message) after receiving manager action usereventjpeeler1-0/+1
2009-12-02ast_outaddrfor doesn't do htons() on port, looks odd in strace.dvossel1-1/+1
2009-12-02Fix compiling without devmodetwilson1-1/+3
2009-12-01Fix a warning pointed out by buildbot.russell1-1/+1
2009-12-01log channel name in dev mode as welljpeeler1-1/+1
2009-12-01Fix crash with invalid frame datajpeeler1-0/+11
2009-12-01WaitExten m option with no parameters generates frame with zero datalen but n...dvossel1-1/+1
2009-12-01Ignore unknown formats in ast_format_str_reduce() and return an error if no k...mnicholson1-2/+15
2009-11-30Remove duplicate entries from voicemail format lists. This prevents app_voice...mnicholson2-6/+66
2009-11-30fixes crash caused by RTP comfort noise payload greater than 24 bytesdvossel1-1/+0
2009-11-25After a frame duplication failure, unlock the channel before returning.tilghman1-0/+1
2009-11-19Update copyright year in visible output. (cli)mvanbaak1-3/+3
2009-11-11Solaris doesn't like NULL going to ast_logdbrooks1-4/+5
2009-11-10If two pattern classes start with the same digit and have the same number of ...tilghman1-18/+36
2009-11-09Update WARNING message.lmadsen1-1/+1
2009-11-06fixes audiohook write crash occuring in chan_spy whisper mode.dvossel1-2/+10
2009-11-06Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing...file1-5/+1
2009-11-06Properly handle '=' while decoding base64 messages and null terminate strings...mnicholson1-1/+1
2009-11-06fixes crash in astfd.cdvossel1-4/+9
2009-10-27Manager output is not always NULL-terminated, so force a NULL at the end of t...tilghman1-2/+6
2009-10-21Revert 225169, as this doesn't account for the possibility of a list of frames.russell1-6/+2
2009-10-21Isolate the frame returned from ast_translate().russell1-2/+6
2009-10-21Fix documentation for ast_softhangup() and correct the misuse thereof.tilghman1-2/+3