Commit Graph

6099 Commits (d499a85f05d404a99a221ad8dede4906f2ff4e8d)
 

Author SHA1 Message Date
Mark Spencer bdef480cdd Back out improper freeing of variables
20 years ago
Mark Spencer 7560605ebc Fix "screen" for network numbers (bug #5432)
20 years ago
Mark Spencer 522dfad107 Do *not* default to a max number of registration attempts
20 years ago
Mark Spencer 4d9210f705 Don't override calling presentation if *name* is present (bug #5405)
20 years ago
Mark Spencer 65afb68602 Handle yet some SIP contact issue nuances and exceptions (bug #5289 with mods and rant)
20 years ago
Mark Spencer c07a31e4bc Fix noncecount update (bug #5308, redone fix)
20 years ago
Josh Roberson cc104b0066 finish commit bug 5427 (sip.conf.sample deserves to be updated too)
20 years ago
Russell Bryant 33377538b0 provide the correct string to evaluate with the given regex, instead of the
20 years ago
Mark Spencer c5a8178bb4 Fix directed pickup to a call that is up (bug #5425 with mods)
20 years ago
Russell Bryant 460655f31c allow semicolons to be escaped in call files (issue #5407)
20 years ago
Mark Spencer 1ae71d0b41 Fix memory leak in outbound calls (bug #5406, with mods)
20 years ago
Russell Bryant a5373b7e78 fix command listing for top level CLI commands (issue #5416)
20 years ago
Russell Bryant 080cc2d4b6 capitalize dialplan function
20 years ago
Russell Bryant 65f586c866 Merge ChangeLog from the v1-0 branch and begin a major feature addition list
20 years ago
Russell Bryant c0119acc0e fix a typo, oops!
20 years ago
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