asterisk/asterisk.git
2005-10-04 Kevin P. Fleminghandle peer matching for subscriptions by name instead...
2005-10-04 Kevin P. Flemingfix various state-related bugs (issue #5369, with mod...
2005-10-04 Kevin P. Flemingsupport call duration limits on inbound OSP calls ...
2005-10-04 Kevin P. Flemingmake sample config files easier to ready (issue #5371)
2005-10-04 Kevin P. Flemingfix memory leak and unload problems (issue #5380)
2005-10-04 Kevin P. Fleminggenerate fewer 'stale nonce' messages (issue #5381)
2005-10-04 Kevin P. Flemingtruncate last 200ms of DTMF-terminated recording to...
2005-10-04 Kevin P. Flemingallow write timeout to be set on a per-user basis in...
2005-10-04 Kevin P. Flemingallow manager actions to properly close the session...
2005-10-04 Kevin P. Flemingdon't destroy calls when re-INVITE messages ask for...
2005-10-04 Russell Bryantupdate sample configuration to reflect new options...
2005-10-04 Mark SpencerIf you're hanging up channels, be sure we clean it...
2005-10-04 Matthew FredricksonRewrite of PRI progress and message handling. Fixes...
2005-10-03 Kevin P. Flemingfix 'invalid command' logic
2005-10-03 Kevin P. Flemingdon't build manager event output until it is needed
2005-10-01 Kevin P. Flemingadd ast_build_string_va(), which accepts a varargs...
2005-10-01 Russell Bryantclarify option description (issue #5351)
2005-09-30 Kevin P. Flemingdon't take session lock in astman_send_error() and...
2005-09-30 Kevin P. Flemingtell the user about invalid/unknown commands before...
2005-09-30 Kevin P. Flemingensure structure has enough space for embedded string
2005-09-30 Kevin P. Flemingproperly clear out manager header structure between...
2005-09-30 Kevin P. Flemingsupport a 'post install' script for local modifications...
2005-09-30 Kevin P. Flemingfix queues properly (issue #5300, take two)
2005-09-29 Mark SpencerFix manager bug (can't destroy a session while a thread...
2005-09-29 Kevin P. Flemingensure that peer codec preferences take precedence...
2005-09-29 Kevin P. Flemingcode cleanups
2005-09-29 Kevin P. Flemingre-factor variable/function name parsing, and add subst...
2005-09-29 Mark SpencerPrint anomlies at free / show memory allocations time
2005-09-29 Kevin P. Flemingensure that app_queue won't crash if no members are...
2005-09-29 Kevin P. Flemingensure scheduling priority is inherited into new thread...
2005-09-29 Kevin P. Flemingallow some more paths to be overridden on the command...
2005-09-29 Kevin P. Flemingsupport both regular and Feature Group D dialing syntax...
2005-09-29 Kevin P. Flemingdon't replace CLID/CNAM when RPID is being generated...
2005-09-29 Kevin P. Fleminginstall 'rasterisk' symlink and update process name...
2005-09-28 Mark SpencerRemove possibility of manager deadlocks from manager...
2005-09-28 Kevin P. Flemingmore whitespace fixes
2005-09-28 Kevin P. Flemingmore whitespace cleanup
2005-09-28 Kevin P. Flemingwhitespace fix
2005-09-28 Kevin P. Flemingfix comment typo
2005-09-28 Kevin P. Flemingmissed a line...
2005-09-28 Kevin P. Flemingcode cleanup
2005-09-28 Kevin P. Flemingminor fixes
2005-09-28 Kevin P. Flemingclean up formatting, use the same flag bit for both...
2005-09-28 Russell Bryantmake sure to LOCAL_USER_REMOVE in all cases where the...
2005-09-28 Russell Bryantfix logic error that breaks queue exit (issue #5312)
2005-09-28 Russell Bryantfix variable name (issue #5302)
2005-09-28 Russell Bryantdon't declare the priority inside of the for loop so...
2005-09-28 Mark Spencer486 (and friends) are really BUSY (bug #5257)
2005-09-27 Kevin P. Flemingsay minutes/seconds using existing 'say number' code...
2005-09-27 Kevin P. Flemingstore tag in the private structure as formatted text...
2005-09-27 Kevin P. Flemingsupport optional sending of Remote-Party-ID headers...
2005-09-27 Mark SpencerFix "console" help (thanks to Andy Dvorak)
2005-09-26 Kevin P. Flemingadd domains documentation and rename config option
2005-09-26 Kevin P. Flemingadd basic SIP domain support (issue #4466, with major...
2005-09-26 Russell Bryantmove variable declaration to the beginning of the funct...
2005-09-26 Kevin P. Flemingone more oops (when global variables need substitutions)
2005-09-26 Kevin P. Flemingoops
2005-09-26 Kevin P. Fleminguse a more generic means to decide whether we need...
2005-09-26 Kevin P. Flemingminor code and stack space optimizations
2005-09-26 Kevin P. Flemingensure that if the verbose buffer is full, we send...
2005-09-26 Kevin P. Fleminghandle polarity reversal hangup indication during an...
2005-09-26 Kevin P. Flemingproperly ignore retransmitted INVITEs on long latency...
2005-09-26 Kevin P. Flemingminor optimizations
2005-09-26 Kevin P. Flemingfix minor build problem on *BSD (issue #5290)
2005-09-26 Kevin P. Flemingfix some buglets in 'agents' Manager action (issue...
2005-09-26 Kevin P. Flemingproperly respond to REGISTER queries (issue #5272)
2005-09-26 Kevin P. Flemingdon't drop the caller just because it's not time to...
2005-09-25 Kevin P. Flemingclean update devicestate function, ensure that it can...
2005-09-25 Kevin P. Flemingsupport new version of OSP toolkit (issue #5168)
2005-09-25 Kevin P. Flemingensure result buffer is initialized (issue #5285)
2005-09-25 Kevin P. Flemingcorrect logic errors (issue #5258)
2005-09-25 Kevin P. Flemingcorrect sense of logic test (issue #5259)
2005-09-25 Mark SpencerMake curl a function
2005-09-25 Mark SpencerHandle authenticating *to* realtime peers (bug #5269)
2005-09-25 Russell BryantFix expressions on Big Endian platforms (issue #5233)
2005-09-25 Mark SpencerFix manager EINTR issue (bug #5247)
2005-09-25 Mark SpencerFix restart in Mac OSX (bug #5251)
2005-09-25 Mark SpencerFix meet me / local channel (bug #5274)
2005-09-25 Mark SpencerFix GetVar manager action result (bug #5275)
2005-09-25 Mark SpencerFix CLI completion issue (bug #5041)
2005-09-25 Mark SpencerNull out call number on release complete when number...
2005-09-24 Kevin P. Flemingfix copy-and-paste error
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!)
next