aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09Fix potential memory leak in app_dial.cmmichelson1-0/+1
2009-10-09fixes sip registration using authuser in user.confdvossel1-3/+11
2009-10-09'auth=' did not parse md5 secret correctlydvossel1-12/+10
2009-10-08Make filestream frame handling safer by isolating frames before returning them.russell4-68/+38
2009-10-08fixes an ast_netsock_list memory leak.dvossel2-2/+1
2009-10-08Fix memory leak if chan_misdn config parameter is repeated.rmudgett1-4/+15
2009-10-07chan_misdn.c:process_ast_dsp() memory leakrmudgett1-2/+6
2009-10-07crash on transferdvossel1-1/+4
2009-10-06Add missing unlock(s) in dahdi_readjpeeler1-1/+4
2009-10-06Fix potential crash when entire span request is received.jpeeler1-2/+2
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming5-7/+107
2009-10-02Removes unnecessary unlock, clarifies a memcpy.dvossel1-2/+1
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-10-01Occasionally losing use of B channels in chan_misdn.rmudgett2-41/+66
2009-10-01Use unsigned ints for portinuri flags.mnicholson1-2/+2
2009-09-30Make portinuri a bitfield.mnicholson1-1/+1
2009-09-30Fix SRV lookup and Request-URI generation in chan_sip.mnicholson2-4/+30
2009-09-30changed the prototype definition of csv_quotemnick1-1/+1
2009-09-30Avoid a potential NULL dereference.tilghman1-5/+2
2009-09-30added a new dialplan function 'CSV_QUOTE' and changed the cdr_custom.sample.confmnick2-1/+40
2009-09-30check bounds - prevents for buffer overflowmnick1-1/+7
2009-09-30Change the SSRC by default when our media stream changestwilson4-3/+39
2009-09-29Avoid a deadlock in chanspy, just in case the spyee is masqueraded and chansp...mnicholson1-3/+4
2009-09-29Reduce CPU usage related to building a peer merely for devicestates.tilghman1-182/+186
2009-09-28When selecting DONT_OPTIMIZE in menuselect, explicitly pass -O0 to the compilerseanbright1-0/+2
2009-09-24Implicitly sending a progress signal breaks some applications.tilghman3-11/+1
2009-09-24Resolve parallel build warnings.seanbright1-2/+2
2009-09-24Remove the remaining bashisms in the Makefile/mkpkgconfigseanbright2-2/+4
2009-09-24mkpkgconfig does not need bash so make it use /bin/shmvanbaak1-1/+1
2009-09-22When IMAP variables were changed during a reload, Voicemail did not use the n...tilghman1-2/+22
2009-09-21Reverting merge 219520. This change was not necessary.dvossel1-0/+1
2009-09-20Really stop the stream, when ast_closestream() is called.tilghman1-0/+16
2009-09-19Make sure the iax_pvt exists before dereferencing it.russell1-1/+1
2009-09-18iax2 frame double freedvossel1-1/+0
2009-09-18via-header branches not updated correctly on INVITEdvossel1-5/+6
2009-09-17Send a 100 Trying response when we detect a spiral.mmichelson1-0/+1
2009-09-17INVITE w/Replaces deadlock fixdvossel1-43/+25
2009-09-17Prevent a potential race condition and crash when hanging up a channel by rem...mnicholson3-8/+33
2009-09-16Properly deal with quotes in the arguments of '#exec' includes.tilghman2-9/+23
2009-09-16Fixes CID pattern matching behavior to mirror that of extension pattern match...dbrooks1-1/+1
2009-09-16Remove the IAXy firmware from Asterisk.russell2-0/+6
2009-09-15If the user enters the same password as before, don't signal an error when th...tilghman1-8/+7
2009-09-15Fix small memory leak in handle_init_event by always destroying the pthreadjpeeler1-0/+3
2009-09-15Send request contact header field with response to registrer queries instead ...mnicholson1-1/+5
2009-09-15Ensure FollowMe sets language in channels it creates.tilghman1-0/+4
2009-09-15revert accidental commitkpfleming1-136/+107