summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-09-30fix queues properly (issue #5300, take two)Kevin P. Fleming
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)Mark Spencer
2005-09-29ensure that peer codec preferences take precedence over global preferencesKevin P. Fleming
2005-09-29code cleanupsKevin P. Fleming
2005-09-29re-factor variable/function name parsing, and add substring support to functi...Kevin P. Fleming
2005-09-29Print anomlies at free / show memory allocations timeMark Spencer
2005-09-29ensure that app_queue won't crash if no members are defined via Realtime (iss...Kevin P. Fleming
2005-09-29ensure scheduling priority is inherited into new threads (issue #5293)Kevin P. Fleming
2005-09-29allow some more paths to be overridden on the command line (issue #5292)Kevin P. Fleming
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...Kevin P. Fleming
2005-09-29don't replace CLID/CNAM when RPID is being generated (issue #5301)Kevin P. Fleming
2005-09-29install 'rasterisk' symlink and update process name when used remotely (issue...Kevin P. Fleming
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-28more whitespace fixesKevin P. Fleming
2005-09-28more whitespace cleanupKevin P. Fleming
2005-09-28whitespace fixKevin P. Fleming
2005-09-28fix comment typoKevin P. Fleming
2005-09-28missed a line...Kevin P. Fleming
2005-09-28code cleanupKevin P. Fleming
2005-09-28minor fixesKevin P. Fleming