aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@212913 f38db490-d...kpfleming8-20/+19
2009-08-18Delay the creation of temporary files until we have a valid manager command t...seanbright1-1/+3
2009-08-18Removed some deadwood and added some doxygen comments.rmudgett1-29/+30
2009-08-17Fix segfault when reloading chan_misdn.jpeeler1-0/+5
2009-08-17Fix uninitialized variable.rmudgett1-1/+1
2009-08-12This patch adds additional checking when generating queue log TRANSFER events.mnicholson1-1/+3
2009-08-12Backport fix so that outbound CANCEL requests have same branch as challenged ...mmichelson1-1/+5
2009-08-10Conversion specifiers, not format specifierstilghman1-3/+4
2009-08-10AST-2009-005tilghman69-316/+339
2009-08-09Small oops. Clear the flags which have been checked.tilghman1-1/+1
2009-08-07Resolve a deadlock involving app_chanspy and masquerades.russell1-6/+10
2009-08-07QUEUE_MEMBER_LIST _really_ wants the interface name, not the membername.tilghman1-2/+2
2009-08-06Because channel information can be accessed outside of the channel thread, we...tilghman1-0/+2