Displaying 20 results from an estimated 700 matches similar to: "Re: Asterisk-Users Digest, Vol 6, Issue 144"
2005 Jan 11
6
Installing * on fedora 3
G'Day List,
Can someone help me out a bit please.
I just installed Fedora Core 3 on a Dell Power Edge 400 SC and am trying
to install *
I am following
http://www.voip-info.org/wiki-Asterisk+Step-by-step+Installation
After running:
cd /usr/src/asterisk
make clean
make
make install
make samples
The instructions says:
Configuring Asterisk
- Login to your server as user
2008 Nov 19
1
Asterisk NOW - Where to start
G'Day All,
Greetings and best wishes.
Many moons ago I had an Asterisk system running. Steve Totaro helped me
quite a bit.
Just now I installed Asterisk NOW 1.5 Beta, and am at the command
prompt.....I thought there was a GUI with Asterisk NOW.
Anyway, where can I find the install/config documentation or how to launch
the GUI, as I have look around on the site but cannot locate it.
2005 Feb 19
2
This is NUTS!!SOLVED
Thanks everyone for your feedback, especially Mark. I now have the ALL
the files I need. My order still stands for the $8.00 product from CISCO
but the CP7960 dealer sent me all the files.
Now I will move on to completeing the setup of the TFTP server. Thanks
again
-----Original Message-----
From: Michael Loftis [mailto:mloftis@wgops.com]
Sent: Friday, February 18, 2005 7:51 PM
To:
2018 Jun 03
0
encoding argument of source() in 3.5.0
Looks like this actually comes from readLines(), nothing to do with source() as such:
In current R-devel (still):
> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8")
> readLines(f)
character(0)
> close(f)
> f <- file("http://home.versanet.de/~s-berman/source2.R")
> readLines(f)
[1] "source.test2 <- function()
2018 Jun 04
3
encoding argument of source() in 3.5.0
>>>>> peter dalgaard
>>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes:
> Looks like this actually comes from readLines(), nothing
> to do with source() as such: In current R-devel (still):
>> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8")
>> readLines(f)
> character(0)
2018 Jun 02
2
encoding argument of source() in 3.5.0
In R 3.5.0 using the `encoding' argument of source() prevents loading
files from the internet; without the `encoding' argument files can be
loaded from the internet, but if they contain non-ascii characters,
these are not correctly displayed under MS-Windows (but they are
correctly displayed under GNU/Linux). With R 3.4.{2,3,4} there is no
such problem: using `encoding' the files are
2018 Jun 05
0
encoding argument of source() in 3.5.0
Thanks for the report, fixed in R-devel (74848).
Best
Tomas
On 06/04/2018 02:41 PM, NELSON, Michael wrote:
>
> On R 3.5.0 (Mac)
>
> The issue appears when using the default (libcurl) method and specifying the encoding
>
> Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set)
>
> urlR <-
2018 Jun 04
2
encoding argument of source() in 3.5.0
On R 3.5.0 (Mac)
The issue appears when using the default (libcurl) method and specifying the encoding
Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set)
urlR <- "http://home.versanet.de/~s-berman/source2.R"
# works
url_default <- url(urlR)
scan(url_default, "")
# Read 7 items
# [1]
2018 Jun 04
0
encoding argument of source() in 3.5.0
On Mon, 4 Jun 2018 10:44:11 +0200 Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>>>>>> peter dalgaard
>>>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes:
>
> > Looks like this actually comes from readLines(), nothing
> > to do with source() as such: In current R-devel (still):
>
> >> f <-
2017 Oct 14
2
make check Error: could not get timezone
Off topic. Read the Posting Guide.
--
Sent from my phone. Please excuse my brevity.
On October 14, 2017 11:02:50 AM GMT+01:00, Stephen Berman <stephen.berman at gmx.net> wrote:
>On Fri, 13 Oct 2017 22:36:48 +0200 Stephen Berman
><stephen.berman at gmx.net> wrote:
>
>> I just built the latest R-patched from source (SVN-Revision: 73548,
>Last
>> Changed Date:
2017 Oct 14
0
make check Error: could not get timezone
On Fri, 13 Oct 2017 22:36:48 +0200 Stephen Berman <stephen.berman at gmx.net> wrote:
> I just built the latest R-patched from source (SVN-Revision: 73548, Last
> Changed Date: 2017-10-12) and the build completed without a problem but
> `make check' errored out:
>
> running code in 'reg-tests-1d.R' ...make[3]: *** [Makefile.common:100:
> reg-tests-1d.Rout]
2005 Feb 22
13
TFTP Server
G'Day All,
Can anyone give me some direction in setting up the TFTP server on my
RadHat ES3 box?
I did quite a bit of reading, but I think I am more unsure now than
before. I found the information nebulous. TFTP is already installed. I
am trying to determine where the root directory for the tftp services is
located so I can copy the CISCO 7960 firmware files onto it.
Thanks.... Ferg
2019 May 13
0
read.table() fails with https in R 3.6 but not in R 3.5
On 5/6/19 2:27 PM, Stephen Berman wrote:
> On Mon, 6 May 2019 11:12:25 +0200 Ralf Stubner <ralf.stubner at daqana.com> wrote:
>
>> On 04.05.19 19:04, Stephen Berman wrote:
>>> In versions of R prior to 3.6.0 the following invocation succeeds,
>>> returning the data frame shown:
>>>
>>>>
2017 Oct 20
1
Another issue with Sys.timezone
>>>>> Stephen Berman <stephen.berman at gmx.net>
>>>>> on Thu, 19 Oct 2017 17:12:50 +0200 writes:
> On Wed, 18 Oct 2017 18:09:41 +0200 Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>>> on Mon, 16 Oct 2017 19:13:31 +0200
2017 Oct 19
0
Another issue with Sys.timezone
On Wed, 18 Oct 2017 18:09:41 +0200 Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>> on Mon, 16 Oct 2017 19:13:31 +0200 writes:
(I also included a reply to part of this response of yours below.)
>>>>>> Stephen Berman <stephen.berman at gmx.net>
2017 Oct 16
0
Another issue with Sys.timezone
>>>>> Stephen Berman <stephen.berman at gmx.net>
>>>>> on Sun, 15 Oct 2017 01:53:12 +0200 writes:
> (I reported the test failure mentioned below to R-help but was advised
> that this list is the right one to address the issue; in the meantime I
> investigated the matter somewhat more closely, including searching
> recent R-devel
2002 Mar 18
0
SSH and root access from limited hosts
This is blanket access for root from any host with valid keys (and password)
- I want to limit that access to 4 hosts no matter what keys or passwords
are provided/used. I have looked at shosts.equiv but this doesn't stop
other hosts being allowed.
I have also looked at "AllowUsers root at host1 root at host2 ..." but this also
means including every user we have for all other
2019 May 06
2
read.table() fails with https in R 3.6 but not in R 3.5
On Mon, 6 May 2019 11:12:25 +0200 Ralf Stubner <ralf.stubner at daqana.com> wrote:
> On 04.05.19 19:04, Stephen Berman wrote:
>> In versions of R prior to 3.6.0 the following invocation succeeds,
>> returning the data frame shown:
>>
>>> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text",
>>>
2004 Dec 02
6
Restarting *
G'Day All
What do I type at the command line to stop and start * on a RedHat ES3
box?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041202/f9c92727/attachment.htm
2004 May 25
0
(OT) Fourier coefficients.
This posting has nothing to do with R (except maybe that I am using R
very heavily in writing the paper to which the question pertains.) I
simply wish to draw upon the impressive knowledge and wisdom of the R
community.
Since this question is way off topic, if anybody has the urge to
reply, they should probably email me directly:
rolf at math.unb.ca
rather than via this list.
My question