summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-12Back out improper freeing of variablesMark Spencer
2005-10-12Fix "screen" for network numbers (bug #5432)Mark Spencer
2005-10-12Do *not* default to a max number of registration attemptsMark Spencer
2005-10-12Don't override calling presentation if *name* is present (bug #5405)Mark Spencer
2005-10-12Handle yet some SIP contact issue nuances and exceptions (bug #5289 with mods...Mark Spencer
2005-10-12Fix noncecount update (bug #5308, redone fix)Mark Spencer
2005-10-12finish commit bug 5427 (sip.conf.sample deserves to be updated too)Josh Roberson
2005-10-12provide the correct string to evaluate with the given regex, instead of theRussell Bryant
2005-10-11Fix directed pickup to a call that is up (bug #5425 with mods)Mark Spencer
2005-10-11allow semicolons to be escaped in call files (issue #5407)Russell Bryant
2005-10-11Fix memory leak in outbound calls (bug #5406, with mods)Mark Spencer
2005-10-11fix command listing for top level CLI commands (issue #5416)Russell Bryant
2005-10-11capitalize dialplan functionRussell Bryant
2005-10-10Merge ChangeLog from the v1-0 branch and begin a major feature addition listRussell Bryant
2005-10-08fix a typo, oops!Russell Bryant
2005-10-05don't check 'acknowledged' for setting lastdisc, since it's guaranteed to be ...Kevin P. Fleming
2005-10-05properly report hangupcause when ast_request() fails for the last (or only) t...Kevin P. Fleming
2005-10-05correct variable header documentation (issue #5397)Kevin P. Fleming
2005-10-05clean up some poorly constructed code (issue #5399, with mod to include heade...Kevin P. Fleming
2005-10-05fix authentication header extra space (issue #5329)Kevin P. Fleming
2005-10-05add VMCOUNT() function to replace HasVoicemail/HasNewVoicemail apps (issue #5...Kevin P. Fleming
2005-10-05fix timer T1 handling (issue #5330)Kevin P. Fleming
2005-10-05ensure that the correct flags are always copied from peers/users to private s...Kevin P. Fleming
2005-10-05ensure that Remote-Party-ID is sent even on secondary INVITEs within a dialog...Kevin P. Fleming
2005-10-05don't twiddle memory that doesn't belong to us (issue #5348)Kevin P. Fleming
2005-10-05use thread ID instead of process ID in logger messages (issue #5349)Kevin P. Fleming
2005-10-05correct cygwin detection (issue #5328)Kevin P. Fleming
2005-10-05remove unused config option (issue #5358)Kevin P. Fleming
2005-10-04handle peer matching for subscriptions by name instead of IP address (issue #...Kevin P. Fleming
2005-10-04fix various state-related bugs (issue #5369, with mod to return AST_DEVICE_IN...Kevin P. Fleming
2005-10-04support call duration limits on inbound OSP calls (issue #5346)Kevin P. Fleming
2005-10-04make sample config files easier to ready (issue #5371)Kevin P. Fleming
2005-10-04fix memory leak and unload problems (issue #5380)Kevin P. Fleming
2005-10-04generate fewer 'stale nonce' messages (issue #5381)Kevin P. Fleming
2005-10-04truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (is...Kevin P. Fleming
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)Kevin P. Fleming
2005-10-04allow manager actions to properly close the session again (issue #5350)Kevin P. Fleming
2005-10-04don't destroy calls when re-INVITE messages ask for things we can't do (issue...Kevin P. Fleming
2005-10-04update sample configuration to reflect new options (issue #5357)Russell Bryant
2005-10-04If you're hanging up channels, be sure we clean it up...Mark Spencer
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468Matthew Fredrickson
2005-10-03fix 'invalid command' logicKevin P. Fleming
2005-10-03don't build manager event output until it is neededKevin P. Fleming
2005-10-01add ast_build_string_va(), which accepts a varargs list directlyKevin P. Fleming
2005-10-01clarify option description (issue #5351)Russell Bryant
2005-09-30don't take session lock in astman_send_error() and astman_send_response(), si...Kevin P. Fleming
2005-09-30tell the user about invalid/unknown commands before sending queued eventsKevin P. Fleming
2005-09-30ensure structure has enough space for embedded stringKevin P. Fleming
2005-09-30properly clear out manager header structure between actionsKevin P. Fleming
2005-09-30support a 'post install' script for local modifications after installationKevin P. Fleming