aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming4-87/+131
2005-10-04make sample config files easier to ready (issue #5371)kpfleming17-331/+373
2005-10-04fix memory leak and unload problems (issue #5380)kpfleming1-15/+19
2005-10-04generate fewer 'stale nonce' messages (issue #5381)kpfleming1-2/+5
2005-10-04truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (is...kpfleming1-1/+5
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)kpfleming3-3/+19
2005-10-04allow manager actions to properly close the session again (issue #5350)kpfleming1-2/+0
2005-10-04don't destroy calls when re-INVITE messages ask for things we can't do (issue...kpfleming1-2/+4
2005-10-04update sample configuration to reflect new options (issue #5357)russell1-3/+23
2005-10-04If you're hanging up channels, be sure we clean it up...markster1-0/+8
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468mattf1-19/+23
2005-10-03fix 'invalid command' logickpfleming1-1/+1
2005-10-03don't build manager event output until it is neededkpfleming1-9/+13
2005-10-01add ast_build_string_va(), which accepts a varargs list directlykpfleming3-10/+34
2005-10-01clarify option description (issue #5351)russell1-1/+2
2005-09-30don't take session lock in astman_send_error() and astman_send_response(), si...kpfleming1-23/+36
2005-09-30tell the user about invalid/unknown commands before sending queued eventskpfleming1-8/+5
2005-09-30ensure structure has enough space for embedded stringkpfleming1-1/+1
2005-09-30properly clear out manager header structure between actionskpfleming1-2/+2
2005-09-30support a 'post install' script for local modifications after installationkpfleming1-0/+3
2005-09-30fix queues properly (issue #5300, take two)kpfleming1-6/+8
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)markster2-16/+11
2005-09-29ensure that peer codec preferences take precedence over global preferenceskpfleming1-101/+136
2005-09-29code cleanupskpfleming3-58/+64
2005-09-29re-factor variable/function name parsing, and add substring support to functi...kpfleming1-41/+86
2005-09-29Print anomlies at free / show memory allocations timemarkster1-1/+43
2005-09-29ensure that app_queue won't crash if no members are defined via Realtime (iss...kpfleming1-0/+5
2005-09-29ensure scheduling priority is inherited into new threads (issue #5293)kpfleming1-0/+13
2005-09-29allow some more paths to be overridden on the command line (issue #5292)kpfleming1-5/+5
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...kpfleming1-0/+12
2005-09-29don't replace CLID/CNAM when RPID is being generated (issue #5301)kpfleming1-2/+2
2005-09-29install 'rasterisk' symlink and update process name when used remotely (issue...kpfleming2-0/+11
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster8-83/+118
2005-09-28more whitespace fixeskpfleming1-7/+6
2005-09-28more whitespace cleanupkpfleming1-10/+9
2005-09-28whitespace fixkpfleming1-4/+1
2005-09-28fix comment typokpfleming1-1/+1
2005-09-28missed a line...kpfleming1-0/+1
2005-09-28code cleanupkpfleming1-21/+32
2005-09-28minor fixeskpfleming1-18/+20
2005-09-28clean up formatting, use the same flag bit for both GR-303 modeskpfleming1-10/+10
2005-09-28make sure to LOCAL_USER_REMOVE in all cases where the application can exit (i...russell1-1/+4
2005-09-28fix logic error that breaks queue exit (issue #5312)russell1-1/+2
2005-09-28fix variable name (issue #5302)russell1-1/+1
2005-09-28don't declare the priority inside of the for loop so that the priorityrussell1-1/+1
2005-09-28486 (and friends) are really BUSY (bug #5257)markster1-3/+4
2005-09-27say minutes/seconds using existing 'say number' code for Danish (issue #5277)kpfleming1-30/+2
2005-09-27store tag in the private structure as formatted text, instead of formatting e...kpfleming1-14/+19
2005-09-27support optional sending of Remote-Party-ID headers (issue #2471, heavily mod...kpfleming2-5/+113
2005-09-27Fix "console" help (thanks to Andy Dvorak)markster1-2/+7