aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Fix handling of removing nodes from the middle of a heap.russell1-10/+14
2010-05-05New 'manager show settings' CLI command.pabelanger1-17/+61
2010-05-04Merged revisions 261093-261094 via svnmerge from tilghman1-2/+7
2010-05-02Avoid making AstData depend on libxml2 to compile.eliel1-0/+2
2010-04-30Don't allow file descriptors to go above 64k, when we're closing them in a fo...tilghman1-0/+32
2010-04-29Merged revisions 260049 via svnmerge from dvossel1-11/+34
2010-04-28Merged revisions 259858 via svnmerge from dvossel1-5/+2
2010-04-27Shuffle some casts to make builds on bamboo happier.mmichelson1-2/+2
2010-04-27Add gar to the check for AR for those silly OSes (Solaris) that don't have ar.qwell3-185/+57
2010-04-27Change cc_ref and cc_unref from macros to inline functions.mmichelson1-2/+11
2010-04-26Merged revisions 259104 via svnmerge from mmichelson1-1/+1
2010-04-26Merged revisions 259018 via svnmerge from mmichelson1-1/+7
2010-04-22Fix previous commit.mnicholson1-18/+11
2010-04-22Merged revisions 193391,258670 via svnmerge from mnicholson3-7/+26
2010-04-22Add ast_event subscription unit test and fix some ast_event API bugs.russell1-80/+100
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.qwell3-48/+1374
2010-04-22Asterisk data retrieval API.eliel4-0/+3103
2010-04-21Added MixMonitorMute manager commandjmls2-0/+58
2010-04-19Change log message to match severity.qwell1-1/+1
2010-04-19Don't consider a missing indications.conf to be a critical error.qwell1-1/+1
2010-04-19Fix incomplete CDR merge from r195881twilson1-6/+10
2010-04-15Merged revisions 257544 via svnmerge from tilghman1-37/+51
2010-04-14Yet another issue where the conversion of the application delimiter to comma ...tilghman1-29/+40
2010-04-13Merged revisions 257070 via svnmerge from mnicholson1-1/+26
2010-04-12Fix issue where recall would not happen when it should.mmichelson1-2/+44
2010-04-12CLI command logger set level auto complete.lmadsen1-2/+2
2010-04-09Remove status_response callbacks where they are not needed.mmichelson1-11/+0
2010-04-09Merge Call completion support into trunk.mmichelson5-0/+4299
2010-04-09func_srv and explicit specification of a remote IP for SIP.mmichelson1-0/+35
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett3-27/+3
2010-04-02Merged revisions 256009 via svnmerge from russell1-3/+1
2010-04-02Pass the PID of the Asterisk process, not the PID of the canary.tilghman1-1/+1
2010-04-02Allow symbol export filtering to work properly on platforms that have symbol ...kpfleming3-46/+53
2010-03-29Remove a debugging log entry.russell1-1/+0
2010-03-25Merged revisions 254451 via svnmerge from twilson1-0/+1
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capablekpfleming1-3/+4
2010-03-24Fix potential invalid reads that could occur in pbx.cmmichelson1-2/+21
2010-03-23make 'core show settings' should show all settable directoriestzafrir1-0/+7
2010-03-23Put test output for a failure in a CDATA section in the XML results.russell1-1/+1
2010-03-23Exit native bridging early for greater timing accuracy with warningsjpeeler1-2/+5
2010-03-23Don't act like an http write failed when it didn'ttwilson1-1/+1
2010-03-23Change per-file debug and verbose levels to be per-module, the waykpfleming2-65/+71
2010-03-22Initialize channels prior to loading "preload" modules.mmichelson1-2/+2
2010-03-22Merged revisions 253799 via svnmerge from mnicholson1-3/+1
2010-03-20Resolve more compiler warnings on FreeBSD.russell6-3/+6
2010-03-19prevent segfault if bad magic number is encountered.alecdavis1-1/+4
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-18Just in case of a race, send the signal on interrupt.tilghman1-0/+3
2010-03-17main/test.c reports erroneous CLI message.lmadsen1-1/+1