aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Use autotagged externalsv1.4.27-rc2lmadsen0-0/+0
2009-10-06Importing files for 1.4.27-rc2 release.lmadsen3-0/+26242
2009-10-06Creating tag for the release of asterisk-1.4.27-rc2lmadsen0-0/+0
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
2009-09-15Use proper hostname for downloading sound files.kpfleming2-108/+137
2009-09-14Fix handling of DAHDI_EVENT_REMOVED event to prevent crash in do_monitor.jpeeler1-16/+25
2009-09-14Don't say "Please try again" if we don't give the user another chance to try ...tilghman2-1/+7
2009-09-14Ensure we don't pickup ourselves when doing pickup by exten.mnicholson1-1/+1
2009-09-10Don't ring another channel, if there's not enough time for a queue member to ...tilghman1-4/+21
2009-09-10Backport realtime fix to 1.4tilghman3-47/+55
2009-09-10IAX2 encryption regressiondvossel1-5/+27
2009-09-10Reinstate muted that was removed by mistake. oej1-1/+1
2009-09-10Remove harmful code that causes endless loops. oej2-6/+1
2009-09-08When MOH is playing on the channel, announcements sent through the conference...tilghman1-12/+30