asterisk/asterisk.git
2005-10-14 Jeremy McNamaraadd missing new line
2005-10-14 Kevin P. Flemingmake chan_sip able to deal with PBX-level call limit...
2005-10-14 Kevin P. Flemingsupport sending text through agent channels (issue...
2005-10-14 Kevin P. Fleminginitialize variable
2005-10-14 Mark SpencerDon't wait for channels to answer before moving on!
2005-10-14 Kevin P. Flemingensure Dial() options are sorted in help output (issue...
2005-10-14 Kevin P. Flemingensure that message envelopes are retrieved from ODBC...
2005-10-14 Russell Bryantadd "hello-world" prompt, courtesy of Jared Smith :)
2005-10-14 Kevin P. Fleminguse existing sample size in frame instead of recalculat...
2005-10-13 Kevin P. Flemingensure that parking context/extension (and other settin...
2005-10-13 Kevin P. Flemingmake DISA() use 'i' extension if it exists (issue ...
2005-10-13 Kevin P. Flemingdon't force CLID to be a phone-number-looking-thingie...
2005-10-13 Kevin P. Fleminguse English states in 'show hints' CLI command
2005-10-13 Kevin P. Flemingdon't try to send events to dead sessions
2005-10-13 Kevin P. Flemingdocument that CLID matching is not available for realti...
2005-10-13 Kevin P. Flemingremove unused variable
2005-10-13 Kevin P. Flemingadd auto-monitor support (issue #5411)
2005-10-13 Mark SpencerFix the ordering of the sscanfs for SDP parsing (bug...
2005-10-13 Kevin P. Flemingensure that priorityjumping option returns to its defau...
2005-10-13 Mark SpencerFix naming on realtime peers (bug #5421)
2005-10-13 Russell Bryantupdate docs to reflect that priority jumping only occur...
2005-10-13 Mark SpencerFix crash in chanspy (bug #5332)
2005-10-13 Kevin P. Flemingclean up pedantic mode tag handling (issue #5125)
2005-10-13 Kevin P. Flemingproperly display connected channel name in 'agents...
2005-10-13 Russell Bryantremove unused manager header (issue #5438)
2005-10-13 Mark SpencerDisplay proper error for matching domain registers...
2005-10-13 Russell Bryantallow manager getvar action to retrieve global variable...
2005-10-13 Russell Bryantre-bind the socket if the bindaddr option is changed...
2005-10-13 Josh RobersonLog timeouts in queues when the call timeout is set...
2005-10-13 Kevin P. Flemingsend "100 Trying" when we receive PROCEEDING, unless...
2005-10-13 Mark SpencerFix call timeouts with rtp bridge etc (bug #5252)
2005-10-13 Russell Bryantfix typo in function name (issue #5437)
2005-10-13 Mark SpencerFix seg in chan_agent (bug #5402)
2005-10-13 Mark SpencerFix ael if, while, else (bug #5370)
2005-10-13 Kevin P. Flemingmake new app conform to coding guidelines :-(
2005-10-13 Mark SpencerMake sure paging can be duplex if necessary
2005-10-12 Mark SpencerFix "bug" of not being able to page multiple phones
2005-10-12 Russell Bryantfix some formatting and add some comments (issue #5403)
2005-10-12 Mark SpencerBack out improper freeing of variables
2005-10-12 Mark SpencerFix "screen" for network numbers (bug #5432)
2005-10-12 Mark SpencerDo *not* default to a max number of registration attempts
2005-10-12 Mark SpencerDon't override calling presentation if *name* is presen...
2005-10-12 Mark SpencerHandle yet some SIP contact issue nuances and exception...
2005-10-12 Mark SpencerFix noncecount update (bug #5308, redone fix)
2005-10-12 Josh Robersonfinish commit bug 5427 (sip.conf.sample deserves to...
2005-10-12 Russell Bryantprovide the correct string to evaluate with the given...
2005-10-11 Mark SpencerFix directed pickup to a call that is up (bug #5425...
2005-10-11 Russell Bryantallow semicolons to be escaped in call files (issue...
2005-10-11 Mark SpencerFix memory leak in outbound calls (bug #5406, with...
2005-10-11 Russell Bryantfix command listing for top level CLI commands (issue...
2005-10-11 Russell Bryantcapitalize dialplan function
2005-10-10 Russell BryantMerge ChangeLog from the v1-0 branch and begin a major...
2005-10-08 Russell Bryantfix a typo, oops!
2005-10-05 Kevin P. Flemingdon't check 'acknowledged' for setting lastdisc, since...
2005-10-05 Kevin P. Flemingproperly report hangupcause when ast_request() fails...
2005-10-05 Kevin P. Flemingcorrect variable header documentation (issue #5397)
2005-10-05 Kevin P. Flemingclean up some poorly constructed code (issue #5399...
2005-10-05 Kevin P. Flemingfix authentication header extra space (issue #5329)
2005-10-05 Kevin P. Flemingadd VMCOUNT() function to replace HasVoicemail/HasNewVo...
2005-10-05 Kevin P. Flemingfix timer T1 handling (issue #5330)
2005-10-05 Kevin P. Flemingensure that the correct flags are always copied from...
2005-10-05 Kevin P. Flemingensure that Remote-Party-ID is sent even on secondary...
2005-10-05 Kevin P. Flemingdon't twiddle memory that doesn't belong to us (issue...
2005-10-05 Kevin P. Fleminguse thread ID instead of process ID in logger messages...
2005-10-05 Kevin P. Flemingcorrect cygwin detection (issue #5328)
2005-10-05 Kevin P. Flemingremove unused config option (issue #5358)
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...
next