summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-28Merged revisions 272925 via svnmerge from Tilghman Lesher
2010-06-10Merged revisions 269635 via svnmerge from Tilghman Lesher
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-06-01Merged revisions 266585 via svnmerge from Tilghman Lesher
2010-05-28Setup environment variables for the benefit of child processes and disallow c...Tilghman Lesher
2010-05-28Only report swap on platforms which can examine those statisticsTilghman Lesher
2010-05-26Merged revisions 266142 via svnmerge from Tilghman Lesher
2010-05-24Merge the rest of the FullyBooted patchTerry Wilson
2010-05-24On systems with a LOT of RAM, a signed integer sometimes printed negative.Tilghman Lesher
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.Mark Michelson
2010-04-22Asterisk data retrieval API.Eliel C. Sardanons
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-02Pass the PID of the Asterisk process, not the PID of the canary.Tilghman Lesher
2010-03-23make 'core show settings' should show all settable directoriesTzafrir Cohen
2010-03-22Initialize channels prior to loading "preload" modules.Mark Michelson
2010-03-18Update comment to reflect new timeout value.Russell Bryant
2010-03-18Increase CLI command output timeout for asterisk -rx to 60 seconds.Russell Bryant
2010-03-15Merged revisions 252361 via svnmerge from Tilghman Lesher
2010-02-25Merged revisions 248859 via svnmerge from Tilghman Lesher
2010-02-05Merged revisions 244926 via svnmerge from Sean Bright
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsJeff Peeler
2010-01-15Err, oops, it was already the way I intended.Tilghman Lesher
2010-01-15The previous attempt at using a pipe to guarantee astcanary shutdown did not ...Tilghman Lesher
2010-01-10It's been long enough -- make the behavior introduced in 1.6 the default.Tilghman Lesher
2009-12-22Unit Test Framework APIDavid Vossel
2009-12-02Add an 'X' option to the asterisk application which enables #exec for configu...Joshua Colp
2009-11-26Reorder option flags. Change guidelines so that example code is consistent w...Tilghman Lesher
2009-11-13Add the capability to require a module to be loaded, or else Asterisk exits.Olle Johansson
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.Russell Bryant
2009-10-01Merged revisions 221776 via svnmerge from Tilghman Lesher
2009-09-24Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by ...Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-06-04Merged revisions 199022 via svnmerge from Sean Bright
2009-05-22Call ast_stun_init() when we're initializing to get the 'stun debug set'Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Move the spawn of astcanary down, until after the call to daemon(3).Tilghman Lesher
2009-05-02Update copyright year to 2009Sean Bright
2009-04-30Detect eaccess (or euidaccess) before using it.Tilghman Lesher
2009-04-30Change working directory to / under certain conditions.Tilghman Lesher
2009-04-17Fix copy/paste error with 'transmit silence' flag.Sean Bright
2009-04-09Merged revisions 187300-187301 via svnmerge from Tilghman Lesher
2009-04-08Start splitting up miscellaneous doxygen documentation into separate files.Russell Bryant
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-25Merged revisions 184188 via svnmerge from Eliel C. Sardanons