aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-15correct accidental logic reversalkpfleming1-1/+1
2005-09-15Lets try this - an attempt to properly deal with DTMFjeremy1-10/+18
2005-09-15clean up debugjeremy1-1/+1
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)jeremy1-10/+8
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ...kpfleming2-102/+131
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue #5232,...kpfleming1-14/+9
2005-09-15ensure that Record() will exit even if no audio is received from the channel ...kpfleming1-11/+15
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)kpfleming1-4/+10
2005-09-15don't distribute compressed man pages,let the installer do itkpfleming3-4/+168
2005-09-15error message generated using backwards logic (issue #5224)kpfleming1-0/+1
2005-09-14clean up ast_verbose(), don't hold the lock any longer than neededkpfleming1-32/+42
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)kpfleming1-1/+1
2005-09-14correct 'progressinband' parsing (issue #5209, different fix)kpfleming1-3/+3
2005-09-14ensure that ast_safe_system() is thread-safe (issue #4947)kpfleming1-14/+34
2005-09-14put items in RFC-specified order (issue #5217)kpfleming1-1/+1
2005-09-14proper header name and attribution (issue #5218)kpfleming1-2/+2
2005-09-14various niteroperability fixes (issue #5221)kpfleming1-13/+24
2005-09-14use API call for setting call time limit (issue #5227)kpfleming1-3/+1
2005-09-14doc fixes (issue #5230)kpfleming1-14/+14
2005-09-14spelling fix (issue #5231)kpfleming1-2/+2
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