aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-21Isolate frames returned from a DSP instance or codec translator.russell3-76/+8
2009-10-20Pay attention to the return value of the manipulate function.tilghman1-4/+12
2009-10-19Correct timestamp calculations when RTP sample rates over 8kHz are used.kpfleming1-9/+14
2009-10-11Remove some unnecessary code.russell1-4/+1
2009-10-11Don't use data outside of its scope.russell1-1/+5
2009-10-09Signal timeouts by returning AST_CONTROL_RINGING when originating calls.mnicholson1-1/+5
2009-10-08Make filestream frame handling safer by isolating frames before returning them.russell2-49/+38
2009-10-08fixes an ast_netsock_list memory leak.dvossel1-0/+1
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-2/+13
2009-10-02Ensure the result of the hash function is positive. Negative array offsets s...tilghman1-1/+1
2009-10-01Fix a bunch of off-by-one errorstilghman3-19/+19
2009-09-30Avoid a potential NULL dereference.tilghman1-5/+2
2009-09-30Change the SSRC by default when our media stream changestwilson1-1/+9
2009-09-24Implicitly sending a progress signal breaks some applications.tilghman1-2/+0
2009-09-20Really stop the stream, when ast_closestream() is called.tilghman1-0/+16
2009-09-17Prevent a potential race condition and crash when hanging up a channel by rem...mnicholson1-8/+26