aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-16Properly deal with quotes in the arguments of '#exec' includes.tilghman1-9/+18
2009-09-16Fixes CID pattern matching behavior to mirror that of extension pattern match...dbrooks1-1/+1
2009-09-04make asterisk compile under devmode with DEBUG_THREADS enabled on OpenBSDmvanbaak1-1/+1
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej1-0/+2
2009-09-04Make sure 'start' is always initialized.mvanbaak1-1/+1
2009-09-03Merge code associated with AST-2009-006dvossel2-13/+18
2009-08-28Modify comment to be a bit more accurate.tilghman1-4/+4
2009-08-26ast_write() ignores ast_audiohook_write() resultsdvossel1-2/+25
2009-08-25I should always compile before committing...tilghman1-6/+6
2009-08-25Fix pronunciation of German dates.tilghman1-8/+17
2009-08-25Improve error message by informing user exactly which function is missing a p...tilghman1-2/+2
2009-08-18Delay the creation of temporary files until we have a valid manager command t...seanbright1-1/+3
2009-08-10AST-2009-005tilghman11-47/+47
2009-08-09Small oops. Clear the flags which have been checked.tilghman1-1/+1
2009-08-06Because channel information can be accessed outside of the channel thread, we...tilghman1-0/+2
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman2-8/+0
2009-08-03Helps if we export the index() function.tilghman1-0/+1
2009-08-03Apparently, some platforms don't have the index() function.tilghman1-0/+7
2009-08-01Resolve a valgrind warning about a read from uninitialized memory.russell1-1/+5
2009-08-01Minor changes inspired by testing with latest GCC.kpfleming1-1/+1
2009-07-27Allow for UDPTL to use only even-numbered ports if desired.mmichelson1-1/+22
2009-07-27Fix logic errors from 208746jpeeler1-2/+2
2009-07-25Fix compiling under dev-mode with gcc 4.4.0.jpeeler1-2/+2