aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-17Use autotagged externalsv1.4.27-rc1lmadsen0-0/+0
2009-09-17Importing files for 1.4.27-rc1 release.lmadsen3-0/+26011
2009-09-17Creating tag for the release of asterisk-1.4.27-rc1lmadsen0-0/+0
2009-09-17Creating tag for the release of asterisk-1.4.27-rc1lmadsen0-0/+0
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
2009-09-04make asterisk compile under devmode with DEBUG_THREADS enabled on OpenBSDmvanbaak2-3/+3
2009-09-04make chan_sip compile under devmode againmvanbaak1-1/+1
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej5-5/+29
2009-09-04Make sure 'start' is always initialized.mvanbaak1-1/+1
2009-09-04Merged revisions 216262 via svnmerge from russell1-0/+440
2009-09-03Blocked revisions 216087 via svnmergerussell0-0/+0
2009-09-03Merged revisions 216080 via svnmerge from russell1-0/+8
2009-09-03Merged revisions 216005 via svnmerge from russell1-0/+0
2009-09-03Merge code associated with AST-2009-006dvossel9-139/+1321
2009-09-02Re-send non-100 provisional responses to prevent cancellationtwilson1-7/+72
2009-09-01Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel namesdhubbard1-3/+5
2009-08-31Also unlock the "other" channel, when returning, due to glare.tilghman1-0/+3
2009-08-28Modify comment to be a bit more accurate.tilghman1-4/+4
2009-08-27Use autoconf to detect libcurl, as this enables cross-compilation checks, som...tilghman4-105/+705
2009-08-27One more build system change, to make the descriptions look better, if we hav...tilghman4-489/+644
2009-08-27Make autoheader descriptions render correctly in our autoconfig.h file.tilghman3-35/+329
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-25Use the default runlevels for Debian derivatives, instead of making up our own.tilghman1-1/+1
2009-08-21Ensure that T.38 INVITEs generated by Asterisk properly result in T.38 being ...kpfleming1-5/+7
2009-08-21Permit DEBUG_FD_LEAKS to be used with C++ source files.tilghman1-0/+6
2009-08-21Clarify queues.conf comments to specify that variables should be set in the d...qwell1-2/+2
2009-08-20Fix a crash by checking the proper pointer for validity before deferencing it.mnicholson1-1/+1
2009-08-20Make all the symbols for the C-client callbacks globaljpeeler1-0/+20
2009-08-19Fixes memory leak caused by incorrectly freeing mixmonitordvossel1-2/+2