aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-05-04Add a tiny corner case to the previous committilghman1-1/+5
2010-05-04Protect against overflow, when calculating how long to wait for a frame.tilghman1-1/+1
2010-04-29Fixes crash in audiohook_write_listdvossel1-11/+33
2010-04-28resolves deadlocks in chan_localdvossel1-5/+2
2010-04-27Add gar to the check for AR for those silly OSes (Solaris) that don't have ar.qwell2-59/+64
2010-04-26Let compilation succeed warning-free when DONT_OPTIMIZE is turned off.mmichelson1-1/+1
2010-04-26Prevent Newchannel manager events for dummy channels.mmichelson1-1/+7
2010-04-22Fix broken CDR behavior.mnicholson2-7/+3
2010-04-15Allow application options with arguments to contain parentheses, through a va...tilghman1-0/+32
2010-04-13Add an option to restore past broken behavor of the Events manager actionmnicholson1-1/+24
2010-04-02Remove extremely verbose debug message.russell1-4/+1
2010-03-25Fix DEBUG_THREADS issue with out-of-tree modules.qwell1-9/+51
2010-03-25Several fixes regarding RFC2833 DTMF detection.mmichelson1-13/+36
2010-03-25Handle new SRCCHANGE control message here tootwilson1-0/+1
2010-03-23Revert revisions 254046 and 254098.qwell4-868/+44
2010-03-23Allow out-of-tree modules to load, regardless of DEBUG_THREADS/DEBUG_CHANNEL_...qwell4-44/+868
2010-03-21Fix final link on FreeBSD by adding the PTHREAD_CFLAGS.russell1-2/+2
2010-03-20Resolve a number of FreeBSD build issues.russell4-4/+5
2010-03-17Revert API change in release branchestwilson1-1/+1
2010-03-15Launch Asterisk on Mac OS X with launchd.tilghman1-1/+1
2010-03-13Merged revisions 252089 via svnmerge from twilson2-15/+47
2010-02-25Some platforms clear /var/run at boot, which makes connecting a remote consol...tilghman1-0/+12
2010-02-24Remove color code sequences from verbose messages that go to logfiles.tilghman1-1/+1
2010-02-20Make sure we support RTCP compound messages with zero reportsoej1-0/+4
2010-02-19Backport crash fix from trunk to 1.4, whereby 'core show gracefully' could cr...tilghman1-17/+30
2010-02-12lock channel during datastore removaldvossel1-0/+2
2010-02-12Fix some silly formatting, and remove unnecessary option_debug checksqwell1-19/+13
2010-02-08Remove reference of documentation in source directory.qwell2-2/+2
2010-02-05Update main copyright date.seanbright1-2/+2
2010-02-01Revert previous chan_local fix (r236981) and fix instead by destroying expire...tilghman1-15/+15
2010-01-27Use a safe list traversal while checking for duplicate vars in pbx_builtin_se...mmichelson1-2/+3
2010-01-26Remove unnecessary code in ast_read as issue 16058 has been fully solved now.jpeeler1-13/+0
2010-01-25Err, and use the new menuselect define, too.tilghman1-2/+2
2010-01-25Restore FreeBSD to able-to-compile-ish-modetilghman1-2/+2
2010-01-25Remove debugging that indeed should have been gone before commit. Sorry.oej1-3/+2
2010-01-25Report error when writing to functions returns error in AMI setvar actionoej1-3/+14
2010-01-25Buildbot pointed out an error (thanks, buildbot!)tilghman1-4/+4
2010-01-25Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.tilghman1-4/+4
2010-01-25Make the build of the Asterisk expression parser match that of the AEL parser.tilghman1-5/+15
2010-01-22Add Dialed Number Identifier (DNID) field to cdr.alecdavis1-0/+1
2010-01-20Update CDR variables as pbx startsalecdavis1-0/+4
2010-01-18Plug a memory leak when reading configs with their comments.seanbright1-8/+15
2010-01-13add silence gen to wait appsdvossel1-7/+25
2010-01-09-1 is interpreted as an error, intead of the maximum mask.tilghman1-1/+1
2010-01-08Properly calculate the remaining space in the output string when reducing for...mnicholson1-4/+7
2010-01-05Change a NOTICE log message to DEBUG where it belongs.russell1-1/+3
2010-01-04Bounds checking for input stringtilghman1-25/+25
2010-01-04Regression in issue #15421 - Pattern matchingtilghman1-22/+20
2010-01-04Add a flag to disable the Background behavior, for AGI users.tilghman1-1/+6
2009-12-18Correct CDR dispositions for BUSY/FAILEDjpeeler1-1/+3