summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-09-28clean up formatting, use the same flag bit for both GR-303 modesKevin P. Fleming
2005-09-28make sure to LOCAL_USER_REMOVE in all cases where the application can exit (i...Russell Bryant
2005-09-28fix logic error that breaks queue exit (issue #5312)Russell Bryant
2005-09-28fix variable name (issue #5302)Russell Bryant
2005-09-28don't declare the priority inside of the for loop so that the priorityRussell Bryant
2005-09-28486 (and friends) are really BUSY (bug #5257)Mark Spencer
2005-09-27say minutes/seconds using existing 'say number' code for Danish (issue #5277)Kevin P. Fleming
2005-09-27store tag in the private structure as formatted text, instead of formatting e...Kevin P. Fleming
2005-09-27support optional sending of Remote-Party-ID headers (issue #2471, heavily mod...Kevin P. Fleming
2005-09-27Fix "console" help (thanks to Andy Dvorak)Mark Spencer
2005-09-26add domains documentation and rename config optionKevin P. Fleming
2005-09-26add basic SIP domain support (issue #4466, with major mods)Kevin P. Fleming
2005-09-26move variable declaration to the beginning of the function (issue #5299)Russell Bryant
2005-09-26one more oops (when global variables need substitutions)Kevin P. Fleming
2005-09-26oopsKevin P. Fleming
2005-09-26use a more generic means to decide whether we need to provide poll/dlfcn func...Kevin P. Fleming
2005-09-26minor code and stack space optimizationsKevin P. Fleming
2005-09-26ensure that if the verbose buffer is full, we send it out even if it's not co...Kevin P. Fleming
2005-09-26handle polarity reversal hangup indication during an incoming call that is st...Kevin P. Fleming
2005-09-26properly ignore retransmitted INVITEs on long latency links (issue #3658)Kevin P. Fleming
2005-09-26minor optimizationsKevin P. Fleming