aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-05Dialplan starts execution before the channel setup is complete.rmudgett1-45/+59
2009-08-05Update imapstorage.txt documentation.lmadsen1-9/+23
2009-08-04Eliminate spurious compiler warnings from system headers on *BSD platforms.kpfleming1-1/+1
2009-08-03Fixes dialplan wildcard extension taking precedence over call pickup code.dbrooks1-29/+29
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman9-26/+10
2009-08-03Helps if we export the index() function.tilghman2-0/+5
2009-08-03Apparently, some platforms don't have the index() function.tilghman4-7655/+7204
2009-08-01Resolve a valgrind warning about a read from uninitialized memory.russell1-1/+5
2009-08-01Modify how Playtones() is used in Milliwatt() to resolve gain issue.russell1-7/+3
2009-08-01Minor changes inspired by testing with latest GCC.kpfleming4-8/+13
2009-07-28Publish French extra soundstilghman1-0/+12
2009-07-27Allow for UDPTL to use only even-numbered ports if desired.mmichelson2-1/+27
2009-07-27backport rev 205532 from trunk:mvanbaak1-1/+1
2009-07-27Fix logic errors from 208746jpeeler2-3/+3
2009-07-25Fix compiling under dev-mode with gcc 4.4.0.jpeeler3-6/+10
2009-07-24Don't impose an arbitrary limit on member lines in queues.confmmichelson1-2/+5
2009-07-24Do not log an ERROR if autoservice_stop() returns -1.russell1-1/+0
2009-07-24Only send a BYE when hanging up a channel that is up.mmichelson1-1/+3
2009-07-23Fix a problem where a 491 response could be sent out of dialog.mmichelson1-10/+11
2009-07-23Only set the priindication setting when not performing a reloadjpeeler1-1/+1
2009-07-23Remove inaccurate XXX comment.mmichelson1-4/+0
2009-07-23Properly handle 183 responses which do not contain an SDP.mmichelson1-1/+12
2009-07-22Export symbols for functions included in our compatibility headers.tilghman2-2/+15
2009-07-21Force an error if a blank is passed to QUOTE (because the documentation state...tilghman1-0/+6
2009-07-21Wait for wink before dialing when using E&M wink signalingjpeeler1-3/+3
2009-07-21Revert r207573, this approach could potentially block for an unacceptable jpeeler1-55/+1
2009-07-21Document default timeout for AMI originations.mmichelson1-1/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming13-87/+87