aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-22Merged revisions 288340 via svnmerge from russell1-1/+1
2010-09-21Merged revisions 287934 via svnmerge from tilghman1-1/+1
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-3/+43
2010-07-27Revert r280019 for now - This was poorly executed.seanbright1-47/+52
2010-07-27Add ability to use system libedit and update bundled libedit.seanbright1-52/+47
2010-07-23Merged revisions 278981 via svnmerge from tilghman1-6/+13
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+1
2010-06-28Merged revisions 272925 via svnmerge from tilghman1-4/+8
2010-06-10Merged revisions 269635 via svnmerge from tilghman1-0/+4
2010-06-02Generic Advice of Charge.rmudgett1-0/+3
2010-06-01Merged revisions 266585 via svnmerge from tilghman1-1/+1
2010-05-28Setup environment variables for the benefit of child processes and disallow c...tilghman1-0/+13
2010-05-28Only report swap on platforms which can examine those statisticstilghman1-2/+5
2010-05-26Merged revisions 266142 via svnmerge from tilghman1-18/+37
2010-05-24Merge the rest of the FullyBooted patchtwilson1-0/+1
2010-05-24On systems with a LOT of RAM, a signed integer sometimes printed negative.tilghman1-10/+11
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.mmichelson1-0/+1
2010-04-22Asterisk data retrieval API.eliel1-0/+6
2010-04-09Merge Call completion support into trunk.mmichelson1-0/+6
2010-04-02Pass the PID of the Asterisk process, not the PID of the canary.tilghman1-1/+1
2010-03-23make 'core show settings' should show all settable directoriestzafrir1-0/+7
2010-03-22Initialize channels prior to loading "preload" modules.mmichelson1-2/+2
2010-03-18Update comment to reflect new timeout value.russell1-1/+1
2010-03-18Increase CLI command output timeout for asterisk -rx to 60 seconds.russell1-1/+1
2010-03-15Merged revisions 252361 via svnmerge from tilghman1-1/+1
2010-02-25Merged revisions 248859 via svnmerge from tilghman1-0/+12
2010-02-05Merged revisions 244926 via svnmerge from seanbright1-2/+2
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsjpeeler1-0/+2
2010-01-15Err, oops, it was already the way I intended.tilghman1-1/+1
2010-01-15The previous attempt at using a pipe to guarantee astcanary shutdown did not ...tilghman1-16/+4
2010-01-10It's been long enough -- make the behavior introduced in 1.6 the default.tilghman1-1/+1
2009-12-22Unit Test Framework APIdvossel1-0/+8
2009-12-02Add an 'X' option to the asterisk application which enables #exec for configu...file1-1/+5
2009-11-26Reorder option flags. Change guidelines so that example code is consistent w...tilghman1-55/+60
2009-11-13Add the capability to require a module to be loaded, or else Asterisk exits.oej1-4/+5
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.russell1-1/+3
2009-10-01Merged revisions 221776 via svnmerge from tilghman1-2/+2
2009-09-24Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by ...tilghman1-1/+1
2009-08-10AST-2009-005tilghman1-12/+12
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.russell1-0/+5
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-0/+6
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-2/+1
2009-06-04Merged revisions 199022 via svnmerge from seanbright1-9/+8
2009-05-22Call ast_stun_init() when we're initializing to get the 'stun debug set'seanbright1-0/+2
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-2/+2
2009-05-18Move the spawn of astcanary down, until after the call to daemon(3).tilghman1-51/+50
2009-05-02Update copyright year to 2009seanbright1-2/+2
2009-04-30Detect eaccess (or euidaccess) before using it.tilghman1-4/+11
2009-04-30Change working directory to / under certain conditions.tilghman1-0/+17
2009-04-17Fix copy/paste error with 'transmit silence' flag.seanbright1-1/+1