Commit Graph

6034 Commits (2aa043404803ea762904f9e766f035f99f5e09cd)
 

Author SHA1 Message Date
Kevin P. Fleming 2aa0434048 don't check 'acknowledged' for setting lastdisc, since it's guaranteed to be zero at this point (issue #5254)
20 years ago
Kevin P. Fleming 350aaac04b properly report hangupcause when ast_request() fails for the last (or only) target of a dial operation (issue #5394, different fix)
20 years ago
Kevin P. Fleming 6f869da9b0 correct variable header documentation (issue #5397)
20 years ago
Kevin P. Fleming b00e8e509b clean up some poorly constructed code (issue #5399, with mod to include header file for ast_copy_string())
20 years ago
Kevin P. Fleming 8496d5fe92 fix authentication header extra space (issue #5329)
20 years ago
Kevin P. Fleming 4807571648 add VMCOUNT() function to replace HasVoicemail/HasNewVoicemail apps (issue #5335)
20 years ago
Kevin P. Fleming d9f508c7f1 fix timer T1 handling (issue #5330)
20 years ago
Kevin P. Fleming a755500ef8 ensure that the correct flags are always copied from peers/users to private structures (so RPID sending will work properly, issue #5322)
20 years ago
Kevin P. Fleming d50adefa05 ensure that Remote-Party-ID is sent even on secondary INVITEs within a dialog (issue #5322)
20 years ago
Kevin P. Fleming 17b668e180 don't twiddle memory that doesn't belong to us (issue #5348)
20 years ago
Kevin P. Fleming 130bf3b9e0 use thread ID instead of process ID in logger messages (issue #5349)
20 years ago
Kevin P. Fleming 0bffff1930 correct cygwin detection (issue #5328)
20 years ago
Kevin P. Fleming aeaf9f4cc6 remove unused config option (issue #5358)
20 years ago
Kevin P. Fleming 7c1bbe6eef handle peer matching for subscriptions by name instead of IP address (issue #5103)
20 years ago
Kevin P. Fleming 6fe572d1a9 fix various state-related bugs (issue #5369, with mod to return AST_DEVICE_INUSE)
20 years ago
Kevin P. Fleming b7c31babb0 support call duration limits on inbound OSP calls (issue #5346)
20 years ago
Kevin P. Fleming f387421905 make sample config files easier to ready (issue #5371)
20 years ago
Kevin P. Fleming e338682949 fix memory leak and unload problems (issue #5380)
20 years ago
Kevin P. Fleming b1a61a9672 generate fewer 'stale nonce' messages (issue #5381)
20 years ago
Kevin P. Fleming 0c886c21c2 truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (issue #5383)
20 years ago
Kevin P. Fleming f7d567fe85 allow write timeout to be set on a per-user basis in AMI (issue #5352)
20 years ago
Kevin P. Fleming e67a6e0344 allow manager actions to properly close the session again (issue #5350)
20 years ago
Kevin P. Fleming a0a478a72c don't destroy calls when re-INVITE messages ask for things we can't do (issue #5384)
20 years ago
Russell Bryant dea1d768f9 update sample configuration to reflect new options (issue #5357)
20 years ago
Mark Spencer 3f285f03e1 If you're hanging up channels, be sure we clean it up...
20 years ago
Matthew Fredrickson 1406f660b6 Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468
20 years ago
Kevin P. Fleming d4bf5408a7 fix 'invalid command' logic
20 years ago
Kevin P. Fleming d167235344 don't build manager event output until it is needed
20 years ago
Kevin P. Fleming 9835bc4330 add ast_build_string_va(), which accepts a varargs list directly
20 years ago
Russell Bryant 270b98d2f4 clarify option description (issue #5351)
20 years ago
Kevin P. Fleming 44a7b88d82 don't take session lock in astman_send_error() and astman_send_response(), since it is no longer needed
20 years ago
Kevin P. Fleming a08f3f75ff tell the user about invalid/unknown commands before sending queued events
20 years ago
Kevin P. Fleming 7f429e3b02 ensure structure has enough space for embedded string
20 years ago
Kevin P. Fleming 9d1fc454d4 properly clear out manager header structure between actions
20 years ago
Kevin P. Fleming 834193c08a support a 'post install' script for local modifications after installation
20 years ago
Kevin P. Fleming e0680525e7 fix queues properly (issue #5300, take two)
20 years ago
Mark Spencer 2b883819be Fix manager bug (can't destroy a session while a thread is using it!)
20 years ago
Kevin P. Fleming 8e4697d8f2 ensure that peer codec preferences take precedence over global preferences
20 years ago
Kevin P. Fleming 62209ede0c code cleanups
20 years ago
Kevin P. Fleming 7eb43aa05d re-factor variable/function name parsing, and add substring support to function results (issue #5284)
20 years ago
Mark Spencer 6c54fa36dd Print anomlies at free / show memory allocations time
20 years ago
Kevin P. Fleming d45b683bdd ensure that app_queue won't crash if no members are defined via Realtime (issue #5300)
20 years ago
Kevin P. Fleming 91b72f5ff0 ensure scheduling priority is inherited into new threads (issue #5293)
20 years ago
Kevin P. Fleming 3b7332c5e6 allow some more paths to be overridden on the command line (issue #5292)
20 years ago
Kevin P. Fleming 13519f72e7 support both regular and Feature Group D dialing syntax on EM_WINK trunks (issue #5323)
20 years ago
Kevin P. Fleming 35b5891b74 don't replace CLID/CNAM when RPID is being generated (issue #5301)
20 years ago
Kevin P. Fleming 61a0f7a65e install 'rasterisk' symlink and update process name when used remotely (issue #5318 with minor mod)
20 years ago
Mark Spencer ea215f5b7d Remove possibility of manager deadlocks from manager actions
20 years ago
Kevin P. Fleming 4287cb7f42 more whitespace fixes
20 years ago
Kevin P. Fleming b450a235b2 more whitespace cleanup
20 years ago