asterisk/asterisk.git
2005-09-24 Mark SpencerFix CLI memory leak (bug #5035)
2005-09-24 Mark SpencerFix directed pickup deadlock bug (bug #5270)
2005-09-24 Mark SpencerFix cut/paste error (bug #5282)
2005-09-24 Mark SpencerDon't crash on recursive show extension foo@bar...
2005-09-23 Jim DixonAdded support for iaxrpt gui client
2005-09-23 Russell Bryantmove process_quotes_and_slashes to utils.c since it...
2005-09-23 Russell BryantUse Goto instead of GotoIf when jumping over the else...
2005-09-23 Russell Bryantfix some gcc4 pointer signedness warnings and clean...
2005-09-21 Mark Spenceriax2 parser cleanups
2005-09-19 Russell Bryantdon't remove the ast_expr .c files when building testex...
2005-09-18 Russell Bryantfix ENUMLOOKUP examples (issue #5244)
2005-09-18 Russell Bryantadd missing newline (issue #5243)
2005-09-16 Russell Bryantclean up singular vs. plural output for the 'show dialp...
2005-09-15 Kevin P. Flemingadd Pickup() application (issue #4865)
2005-09-15 Jeremy McNamaraok wtf, no compiler error here
2005-09-15 Jeremy McNamaraI swore this compiled. Honest, officer
2005-09-15 Kevin P. Flemingadd API for searching active channels by context/exten
2005-09-15 Kevin P. Flemingmore license/copyright header updates (thanks Ian!)
2005-09-15 Kevin P. Flemingrevert an optimization that didn't work (issue #5222)
2005-09-15 Kevin P. Flemingcorrect accidental logic reversal
2005-09-15 Jeremy McNamaraLets try this - an attempt to properly deal with DTMF
2005-09-15 Jeremy McNamaraclean up debug
2005-09-15 Jeremy McNamaracastrate the logic in oh323_digit to pass DTMF no matte...
2005-09-15 Kevin P. Flemingallow minimum/maximum registration intervals to be...
2005-09-15 Kevin P. Fleming_really_ fix app_directory (doh... how did I miss this...
2005-09-15 Kevin P. Flemingensure that Record() will exit even if no audio is...
2005-09-15 Kevin P. Flemingrevert a portion of issue #5138 which broke this app...
2005-09-15 Kevin P. Flemingdon't distribute compressed man pages,let the installer...
2005-09-15 Kevin P. Flemingerror message generated using backwards logic (issue...
2005-09-14 Kevin P. Flemingclean up ast_verbose(), don't hold the lock any longer...
2005-09-14 Kevin P. Flemingdon't leave a buffer not filled in when getting a REGAC...
2005-09-14 Kevin P. Flemingcorrect 'progressinband' parsing (issue #5209, differen...
2005-09-14 Kevin P. Flemingensure that ast_safe_system() is thread-safe (issue...
2005-09-14 Kevin P. Flemingput items in RFC-specified order (issue #5217)
2005-09-14 Kevin P. Flemingproper header name and attribution (issue #5218)
2005-09-14 Kevin P. Flemingvarious niteroperability fixes (issue #5221)
2005-09-14 Kevin P. Fleminguse API call for setting call time limit (issue #5227)
2005-09-14 Kevin P. Flemingdoc fixes (issue #5230)
2005-09-14 Kevin P. Flemingspelling fix (issue #5231)
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-14 Kevin P. Flemingallow channel receive gain to be adjusted while recordi...
2005-09-14 Russell Bryantdelete streamplayer with 'make clean'
2005-09-14 Kevin P. Fleminguse a better name for structure element (when using...
2005-09-14 Kevin P. Flemingslightly clear argument processing
2005-09-14 Kevin P. Flemingdeprecate EnumLookup() application
2005-09-14 Kevin P. Flemingdon't abort Asterisk load if configuration not found...
2005-09-14 Kevin P. Flemingsupport all OSP authentication models (issue #5159)
2005-09-14 Kevin P. Flemingensure that exten field is cleared when incoming number...
2005-09-14 Kevin P. Flemingdon't double define our own string functions on platfor...
2005-09-14 Kevin P. Flemingmake While() able to find the matching EndWhile() for...
2005-09-14 Kevin P. Flemingensure that Manager hold/unhold events are generated...
2005-09-14 Kevin P. Flemingmake RTP handling errors less likely to crash Asterisk...
2005-09-14 Kevin P. Flemingmore documentation (issue #5174)
2005-09-14 Kevin P. Fleminghandle rport/received in Via headers properly (issue...
2005-09-14 Kevin P. Flemingadd status variable output and jumping control to SendU...
2005-09-14 Kevin P. Flemingadd token format specification support (issue #5199)
2005-09-14 Kevin P. Flemingextensive ENUM support update, including ENUMLOOKUP...
2005-09-14 Kevin P. Flemingmore BSD portability fixes (issue #5155)
2005-09-14 Kevin P. Flemingensure that agent channels don't get seized during...
2005-09-14 Mark SpencerHandle dialog updates to to tag properly (bug #5166)
2005-09-14 Kevin P. Flemingensure that the AGENTBYCALLERID_* variable is cleared...
2005-09-14 Kevin P. Flemingpartial formatting cleanup
2005-09-14 Kevin P. Flemingoutput 'our tag' in proper format
2005-09-13 Russell Bryantensure that user events are identified with the correct...
2005-09-13 Kevin P. Flemingcheck call limit in ast_pbx_start(), instead of waiting...
2005-09-13 Mark SpencerTry a more generally correct solution, for NFAS (bug...
2005-09-13 Mark SpencerRestart PRI when we come out of alarm if we're not...
2005-09-13 Josh Robersondon't send a 200 ACK before a 404 on invalid subscripti...
2005-09-12 Mark SpencerFix permissions on safe_asterisk (bug #5193)
2005-09-12 Mark SpencerProperly install appropriate sound files, prefix spy...
2005-09-11 Jim DixonBetter improved HF interface
2005-09-11 Mark SpencerDon't allow callwait to happen during initial ringdown...
2005-09-10 Mark SpencerMake sure RTP timestamps are accurate on playback
2005-09-09 Josh RobersonSet filaneme BEFORE we return from open_mailbox() if...
2005-09-09 Kevin P. Flemingallow users of RTP to know when the peer endpoint is...
2005-09-09 Mark SpencerIncrease PRI buffers just in case
2005-09-09 Matthew FredricksonFix 'w' to correctly send sending complete on PRI
2005-09-09 Mark SpencerMake lock logging reentrant when DEBUG_THREADS enabled
2005-09-09 Russell Bryantdon't use a signed buffer for data that the protocol...
2005-09-08 Jim DixonFixed signalling problem with pciradio
2005-09-08 Russell Bryantadd missing break (issue #5154)
2005-09-08 Kevin P. Flemingadd frame type for T.38, remove some unused stuff
2005-09-08 Kevin P. Flemingoops :-)
2005-09-08 Kevin P. Flemingportability fixes for NetBSD (issue #5151)
2005-09-08 Kevin P. Flemingmore Cygwin portability (issue #4678)
2005-09-08 Kevin P. Flemingfirst set of Cygwin portability stuff (issue #4678)
2005-09-08 Kevin P. Flemingensure that MALLOC_DEBUG and 'make dont-optimize' don...
2005-09-07 Russell Bryantinitialize these variables because they could be used...
2005-09-07 Kevin P. Flemingdon't reject REGREL requests (issue #5152)
2005-09-07 Kevin P. Flemingupdate prompts to match new meetme menus
2005-09-07 Kevin P. Flemingensure that TRANSFERSTATUS can return FAILURE (issue...
2005-09-07 Kevin P. Flemingenable DTMF monitoring when DYNAMIC_FEATURES are specif...
2005-09-07 Kevin P. Flemingremove useless buffer initializations (issue #5134)
2005-09-07 Kevin P. Flemingensure debug messages are only output if debug is enabl...
2005-09-07 Matthew FredricksonRevert change that removed q931_call structure too...
2005-09-07 Kevin P. Fleminghandle no-peer-specified-in-dial-string gracefully...
2005-09-07 Kevin P. Flemingadd doxygen documentation (issue #5133)
2005-09-07 Kevin P. Flemingput a limit on Macro depth (to combat recursion) (issue...
2005-09-07 Kevin P. Flemingclarify transmission failure message when RTP peer...
2005-09-07 Kevin P. Flemingconvert a bunch of apps to use ast_goto_if_exists(...
next