Displaying 20 results from an estimated 4000 matches similar to: "A virtual com device as pipe"
2003 Jan 02
2
--copy-unsafe-links, links preserved in source tree or local directory?
Hi,
I'm a bit confused about what the '--copy-unsafe-links' option
considers the 'source tree'. In the man page it says that for links
pointing outside the 'source tree' the file will be copied, but when I
try this, for all links pointing outside of the local directory the
files are copied even though the links point to files that are in the
directory tree that is
2000 Oct 23
3
behaviour of plot(...,type="l")
plot(rnorm(100000),type="l")
plots only about 7e4 lines while the same without type="l" works fine.
Is this a feature or a bug or is this configurable?
R : Copyright 2000, The R Development Core Team
Version 1.1.1 (August 15, 2000)
SunOS 5.5.1 Generic_103640-29 sun4u sparc SUNW,Ultra-1
Thanks
Adrian
--
Adrian Trapletti, Olsen & Associates Ltd., See-
feldstrasse
2020 Apr 02
1
PJSIP Lockup
Paddy, It's pretty easy to spot from the CLI.
A voicemail gets called. And the screen basically stops scrolling from
there. Eventually you'll get the "Task processors exceeded 500 queued
tasks" or something like that. And maybe channels attempting to hangup due
to lack of RTP (If you have no-rtp timers configured).
Once you find the problem mailbox, You can call it via any
2011 Feb 08
2
Ken Olsen od DEC, 1927-2011
A lot of us wouldn't be here without him. DEC made good, really reliable
hardware.
mark
<http://www.networkworld.com/news/2011/020711-kenneth-olsen-dec-obit.html>
2020 Apr 01
2
PJSIP Lockup
We ultimately found this to be a voicemail issue. The voicemail is held in
MYSQL as well (via ODBC). And we found when attempting to playback a
customers voicemail unavail greeting is when the deadlock would occur
(Immediately, every time. Throwing the same "task processors" errors, And
making pjsip completely unresponsive). We had imported a number of
greetings from a legacy asterisk
2020 Mar 02
2
PJSIP Lockup
Thanks for the info, Joshua.
Does PJSIP handle database access the same way Chan_sip did? We had a
number of boxes running chan_sip referencing the same mysql server without
issue.
We're going to attempt to get a backtrace on the next occurance. We're also
going to run a local copy of the database on the same physical asterisk
instance and have the system reference it. Just to
2001 Jan 26
2
Suggestion for an extension of the API
Dear R Developers (I think in particular Brian)
Especially for larger optimization problems, it would be nice to have an
entry point for C/C++ code to the R optimizers (the ones which are called
when using optim()), where the client just has to provide the functions
fminfn() and fmingr() and calls directly, e.g., vmmin() (all from
$RHOME/src/main/optim.c). Are there any plans for providing such
2015 Sep 16
4
Realtime Voicemail MWI
Greetings All, Regarding this archived post.
http://lists.digium.com/pipermail/asterisk-users/2014-November/285169.html
Did anyone ever find an solution to this? I've got a new box running
13.3.0 with the exact same issue.
For those that don't read the link.
I've got SIP Peers in realtime. All with a mailbox set. 98% of the time,
These are loaded into asterisk without
2003 Apr 03
2
Adding a static route in Shorewall
I hope any of you shorewall freaks would be able to help me with my problem.
First a little network description:
I have two zones:
WAN net = eth0 (One IP address from my Internet Service Provider)
LAN loc = eth1 (192.168.23.0/24)
Default gateway (the Internet) for the local clients are 192.168.23.2 (the IP
address of eth1)
I have used all the guides at the homepage of Shorewall,
2020 May 26
2
Realtime PJSIP RTT
Hello all,
We would like to pull the RTT of registered endpoints from MySQL for use in
a webportal. However it doesn't appear asterisk tables this by default like
chan_sip did.
I've found some information [1] that a modification of sorcery.conf can get
it writing to a table. But I'm struggling to figure out what that
configuration is. It seems the object is called
2015 Oct 28
2
Disabling "quick check"
Ok, thank you for this extra info. I have experienced exactly what you
described. The rsync dry run is _still_ running after being started at
1:30am PST :)
But it is finding the right files to update. Most of the entries are:
>fc........
Which is what I want.
So, just because I see:
>f
at the beginning...
That doesn't necessarily mean that the file is going to get updated at the
2015 Feb 27
1
603 Declined > Dialstatus Busy
Hello Everyone.
In my outbound contexts, I'm using "${DIALSTATUS}" to fail over to other
routes if the chosen route rejects the call.
Now, My current scenario is if I get "BUSY" back from the first provider,
I send a busy back to my customer. If I get something like CHANUNAVAIL
(Like a SIP 503) I advance to the next carrier and attempt the call.
This works
2020 May 26
1
Realtime PJSIP RTT
Thanks Joshua, I assume by query asterisk you mean I'll need to query it
via AMI? Is that information available via AMI?
*Nick Olsen*
Network Engineer
Office: 321-408-5000 x103
Mobile: 321-794-0763
On Tue, May 26, 2020 at 2:57 PM Joshua C. Colp <jcolp at sangoma.com> wrote:
> On Tue, May 26, 2020 at 10:48 AM Nick Olsen <
> nick at floridavirtualsolutions.com> wrote:
>
2017 Nov 10
2
R and LINGO?
Hei
Im struggling with this problem:
b) Another company wants to compose the optimal project portfolio based on the following 5-
year project proposals. In the table, the cash flow for each project in each year is shown.
Project 1 Project 2 Project 3 Project 4 Project 5 Project 6
1st year of the project -58 -32 -18 -31 -33 -39
2nd year of the project 17 17 11 4 21 30
3rd year of the project 26 30
2014 Aug 13
2
Better info on call failure
Hey everyone,
Currently, I've got a PBX that is emailing me on call failures to an
international SIP provider of ours.
I'm doing this with exten => 1,1,System(mail -s "Call from
${CALLERID(num)} to ${DNID} Failed with DialStatus ${DIALSTATUS}"
nick at flhsi.com < /dev/null)
This works fine, However it's a little lacking. For Instance,
Our INTL SIP
2008 Jun 06
0
[LLVMdev] Trouble with inline asm
On Fri, Jun 6, 2008 at 6:32 AM, Tomas Lindquist Olsen
<tomas.l.olsen at gmail.com> wrote:
> Hi all,
>
> I'm having some trouble with inline asm expressions, more specifically
> how to create the right FunctionType for a given constraint set.
> So far it has worked well for inputs, but not for outputs. The inline
> asm support in this language (which is D, LLVMDC[1]) is
2014 May 12
2
Realtime Pattern Matching
Hello All, Looking for a little guidance on Real Time Pattern Matching.
We are attempting to block outbound 411 via when someone dials
NXX-555-XXXX, The must common being NXX-555-1212. However, We have some
outbound providers that consider any call to NXX-555-XXXX a directory
assistance call. So simply making my pattern _NXX5551212 doesn't work.
So as you can see from the lines
2020 Mar 02
2
PJSIP Lockup
Hello All,
I'm using Asterisk 16.8.0 on a Centos 7 box. Previously 16.5.0, But
recently upgraded to attempt to resolve this issue. Using bundled PJSIP.
The PBX is using mysql realtime for most functions. The Mysql server is on
the same lan as the asterisk box.
As more users have been moved to this box. It's become unstable. Randomly,
I'll start seeing "WARNING[12667]
2008 Jan 14
5
Puppetrun denied by puppetd
Hi,
I have a Gentoo server running puppetmasterd from Puppet 0.24.1 and a
Ubuntu server running puppetd from Puppet 0.23.2.
I have added listen=true to the [puppetd] section on the client and run
puppetd --debug. I then run puppetrun --debug --host hostname on the
puppetmaster server. This is the output I get:
Puppetmaster:
# puppetrun --debug --host hostname
Failed to load ruby LDAP library.
2015 Oct 28
2
Disabling "quick check"
What about -c? It seems I'm getting a lot of spurious file transfer
candidates when using:
-avvznIi --no-o --no-g --no-p
It's showing transfers (receive) for many files I know haven't been
tampered with.
Thanks,
-Clint
On Tue, Oct 27, 2015 at 7:53 PM, Kevin Korb <kmk at sanitarium.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> That is correct.