summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)Russell Bryant
2005-09-23fix some gcc4 pointer signedness warnings and clean up some formattingRussell Bryant
2005-09-21iax2 parser cleanupsMark Spencer
2005-09-19don't remove the ast_expr .c files when building testexpr2 since they areRussell Bryant
2005-09-18fix ENUMLOOKUP examples (issue #5244)Russell Bryant
2005-09-18add missing newline (issue #5243)Russell Bryant
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandRussell Bryant
2005-09-15add Pickup() application (issue #4865)Kevin P. Fleming
2005-09-15ok wtf, no compiler error hereJeremy McNamara
2005-09-15I swore this compiled. Honest, officerJeremy McNamara
2005-09-15add API for searching active channels by context/extenKevin P. Fleming
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-15revert an optimization that didn't work (issue #5222)Kevin P. Fleming
2005-09-15correct accidental logic reversalKevin P. Fleming
2005-09-15Lets try this - an attempt to properly deal with DTMFJeremy McNamara
2005-09-15clean up debugJeremy McNamara
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)Jeremy McNamara
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ...Kevin P. Fleming
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue #5232,...Kevin P. Fleming
2005-09-15ensure that Record() will exit even if no audio is received from the channel ...Kevin P. Fleming
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)Kevin P. Fleming
2005-09-15don't distribute compressed man pages,let the installer do itKevin P. Fleming
2005-09-15error message generated using backwards logic (issue #5224)Kevin P. Fleming
2005-09-14clean up ast_verbose(), don't hold the lock any longer than neededKevin P. Fleming
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)Kevin P. Fleming
2005-09-14correct 'progressinband' parsing (issue #5209, different fix)Kevin P. Fleming
2005-09-14ensure that ast_safe_system() is thread-safe (issue #4947)Kevin P. Fleming
2005-09-14put items in RFC-specified order (issue #5217)Kevin P. Fleming
2005-09-14proper header name and attribution (issue #5218)Kevin P. Fleming
2005-09-14various niteroperability fixes (issue #5221)Kevin P. Fleming
2005-09-14use API call for setting call time limit (issue #5227)Kevin P. Fleming
2005-09-14doc fixes (issue #5230)Kevin P. Fleming
2005-09-14spelling fix (issue #5231)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14allow channel receive gain to be adjusted while recording messages/greetings ...Kevin P. Fleming
2005-09-14delete streamplayer with 'make clean'Russell Bryant
2005-09-14use a better name for structure element (when using named initializers)Kevin P. Fleming
2005-09-14slightly clear argument processingKevin P. Fleming
2005-09-14deprecate EnumLookup() applicationKevin P. Fleming
2005-09-14don't abort Asterisk load if configuration not found (issue #5115)Kevin P. Fleming
2005-09-14support all OSP authentication models (issue #5159)Kevin P. Fleming
2005-09-14ensure that exten field is cleared when incoming number is not matched to an ...Kevin P. Fleming
2005-09-14don't double define our own string functions on platforms that don't have the...Kevin P. Fleming
2005-09-14make While() able to find the matching EndWhile() for when the condition is z...Kevin P. Fleming
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged cha...Kevin P. Fleming
2005-09-14make RTP handling errors less likely to crash Asterisk (issue #5172)Kevin P. Fleming
2005-09-14more documentation (issue #5174)Kevin P. Fleming
2005-09-14handle rport/received in Via headers properly (issue #5037)Kevin P. Fleming
2005-09-14add status variable output and jumping control to SendURL() (issue #4812)Kevin P. Fleming