aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-06-28Don't change ownership/group/permissions on run directory, if it already exists.tilghman1-4/+8
2010-06-28Also trim trailing blanks on #includestilghman1-1/+1
2010-06-28Change the way that we read include files, to accommodate for changes in GCC ...tilghman1-13/+6
2010-06-28Backport unit test API to 1.4.russell3-1/+907
2010-06-17Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the as...mnicholson2-6/+3
2010-06-15Variables have always been case-sensitive, so we should not be removing case-...tilghman1-1/+1
2010-06-11For SpeeX, 0 bits remaining is valid and does not need an emitted warning.tilghman1-1/+3
2010-06-10Fix potential crash when writing raw SLIN audio on a PLC-enabled channel.mmichelson1-3/+22
2010-06-10Ensure restartable system calls can restart (BSD signal semantics)tilghman2-0/+5
2010-06-09Fix Debian init script to not use -c.pabelanger1-6/+16
2010-06-07Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson.russell1-1/+1
2010-06-04Get rid of a warning that gets printed out when the console is configured wit...russell1-1/+4
2010-06-031.4 version of the dead PLC code fix.mmichelson1-40/+6
2010-06-02Add CLI command that blocks until Asterisk has fully booted.russell1-0/+19
2010-06-02Cleanup error/warning messages in AEL2 parserpabelanger1-2/+2
2010-06-01Prevent CLI prompt from distorting output of lines shorter than the prompt.tilghman1-1/+1
2010-05-26Use sigaction for signals which should persist past the initial trigger, not ...tilghman2-20/+38
2010-05-25Merged revisions 265320,265467 via svnmerge from twilson2-0/+8
2010-05-24fixes segfault when using generic plcdvossel1-0/+5
2010-05-21Allow ast_safe_sleep to defer specific frames until after the sleep has concl...mmichelson2-27/+57
2010-05-20ast_callerid_parse() had a path that left name uninitialized.rmudgett1-0/+2
2010-05-201.4 version of PLC fix.mmichelson2-4/+108
2010-05-19Because progress is called multiple times, across several frames, we must per...tilghman1-51/+62
2010-05-17Fix logic error when checking for a devstate provider.mmichelson1-1/+1
2010-05-17Remove arbitrary size limitation for hints.mmichelson1-2/+2
2010-05-17Manager cookies are not compatible with RFC2109.lmadsen1-1/+1
2010-05-13Fix internal timing not working with Zapteljpeeler2-1/+2
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