aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming191-960/+3106
2005-09-14allow channel receive gain to be adjusted while recording messages/greetings ...kpfleming1-620/+671
2005-09-14delete streamplayer with 'make clean'russell1-1/+1
2005-09-14use a better name for structure element (when using named initializers)kpfleming2-6/+8
2005-09-14slightly clear argument processingkpfleming1-12/+15
2005-09-14deprecate EnumLookup() applicationkpfleming1-1/+7
2005-09-14don't abort Asterisk load if configuration not found (issue #5115)kpfleming1-3/+2
2005-09-14support all OSP authentication models (issue #5159)kpfleming1-26/+67
2005-09-14ensure that exten field is cleared when incoming number is not matched to an ...kpfleming1-0/+2
2005-09-14don't double define our own string functions on platforms that don't have the...kpfleming3-5/+4
2005-09-14make While() able to find the matching EndWhile() for when the condition is z...kpfleming1-0/+85
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged cha...kpfleming2-23/+49
2005-09-14make RTP handling errors less likely to crash Asterisk (issue #5172)kpfleming1-7/+23
2005-09-14more documentation (issue #5174)kpfleming1-7/+70
2005-09-14handle rport/received in Via headers properly (issue #5037)kpfleming1-19/+41
2005-09-14add status variable output and jumping control to SendURL() (issue #4812)kpfleming1-43/+69
2005-09-14add token format specification support (issue #5199)kpfleming2-4/+35
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming5-67/+716
2005-09-14more BSD portability fixes (issue #5155)kpfleming4-4/+15
2005-09-14ensure that agent channels don't get seized during login (issue #5020)kpfleming1-0/+5
2005-09-14Handle dialog updates to to tag properly (bug #5166)markster1-1/+1
2005-09-14ensure that the AGENTBYCALLERID_* variable is cleared when an agent logs in t...kpfleming1-9/+9
2005-09-14partial formatting cleanupkpfleming1-291/+275
2005-09-14output 'our tag' in proper formatkpfleming1-1/+1
2005-09-13ensure that user events are identified with the correct type (issue #5200)russell1-2/+2
2005-09-13check call limit in ast_pbx_start(), instead of waiting until background thre...kpfleming2-29/+66
2005-09-13Try a more generally correct solution, for NFAS (bug #5179)markster1-3/+1
2005-09-13Restart PRI when we come out of alarm if we're not already up...markster1-1/+3
2005-09-13don't send a 200 ACK before a 404 on invalid subscriptions (Bug #5198)twisted1-1/+1
2005-09-12Fix permissions on safe_asterisk (bug #5193)markster1-0/+1
2005-09-12Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)markster11-12/+12
2005-09-11Better improved HF interfacejim1-114/+272
2005-09-11Don't allow callwait to happen during initial ringdown (bug #5188)markster1-1/+1
2005-09-10Make sure RTP timestamps are accurate on playbackmarkster1-1/+4
2005-09-09Set filaneme BEFORE we return from open_mailbox() if we don't have positive m...twisted1-1/+6
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATkpfleming5-13/+13
2005-09-09Increase PRI buffers just in casemarkster1-1/+1
2005-09-09Fix 'w' to correctly send sending complete on PRImattf1-2/+1
2005-09-09Make lock logging reentrant when DEBUG_THREADS enabledmarkster1-55/+77
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.russell3-22/+22
2005-09-08Fixed signalling problem with pciradiojim2-8/+9
2005-09-08add missing break (issue #5154)russell1-0/+1
2005-09-08add frame type for T.38, remove some unused stuffkpfleming1-16/+3
2005-09-08oops :-)kpfleming1-20/+0
2005-09-08portability fixes for NetBSD (issue #5151)kpfleming1-2/+8
2005-09-08more Cygwin portability (issue #4678)kpfleming1-0/+7
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming11-44/+117
2005-09-08ensure that MALLOC_DEBUG and 'make dont-optimize' don't conflict (issue #4970)kpfleming1-20/+29
2005-09-07initialize these variables because they could be used uninitialized in therussell1-2/+2
2005-09-07don't reject REGREL requests (issue #5152)kpfleming1-2/+3