Displaying 20 results from an estimated 2000 matches similar to: "Firewall traversal anomalies - AJA"
2004 Dec 05
3
PRI configuration problem
We've been working for the past 2 weeks to get a new V400P working with
our PRIs from the telephone company. We're trying to get the Asterisk
server setup as a VoIP gateway for SIP and AIX. We can make SIP-SIP
calls, but all calls from or to the PRI fail. This is the applicable
entries from the Asterisk log (configuration files follow) for a call
coming from the PSTN on the PRI. I
2004 Dec 08
2
Asterisk with SMP hardware
Does anyone have any experience with running asterisk on multi-processor
computers (dual or quad)? Does asterisk on the latest Linux distros take
advantage of the extra processors, or does it predominately utilize a
single processor?
2008 Jul 09
7
[Bug 1483] New: Unable to select desired (DSA) key file
https://bugzilla.mindrot.org/show_bug.cgi?id=1483
Summary: Unable to select desired (DSA) key file
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: unassigned-bugs at
2013 Feb 18
1
Calculating seasonal anomalies
I have an irregular time series, which cannot easily be converted to a ts
object (long stretches with NA).
I have calculated the climatological mean and st.dev, but need help on how
to calculate the anomalies from the climatology and my original data set.
Below is an example, where I have indicated the basic idea of what I want to
do under Question 1 and 2. I assume I will have to create a custom
2004 Sep 10
2
SpanDSP/RxFax anomalies...
I've recently started playing with the RxFax application on my
Asterisk box. I've had success, mostly, but I've had some failures,
too...
The most recent failure is specific to receiving from a particular fax
machine -- a "Canon Laser Class 9000S". The TIF images received are
readable, but the aspect ratio is stretched horizonatlly (or squished
vertically).
Is this a
2006 Nov 08
1
Reg errors? Other anomalies? Check those capacitors!
Three months ago, I was experiencing all sorts of issues with my Asterisk
box maintaining a connection to multiple trunks, etc. I also experienced
various timing issues as well. In addition, Asterisk would sometimes take
almost a minute to fully load and register its SIP and IAX trunks.
Puzzled, I recompiled several times. No result. I checked my hardware.
Didn't find anything. However, I did
2012 Apr 12
1
SSL Certificate Anomalies with latest code changes
Some change between bf5ae73e9475 and 584bd77c38fd seems to have broken
something in the SSL Handshake. A previously valid server certificate is
deemed invalid by various mail clients.
http://hg.dovecot.org/dovecot-2.1/rev/bf5ae73e9475 works fine while
http://hg.dovecot.org/dovecot-2.1/rev/584bd77c38fd does not.
Regards
Thomas
-------------- next part --------------
A non-text attachment was
2000 Feb 06
0
anomalies with call objects (PR#412)
Call objects don't always behave as you'd expect. They're mostly
list-like, but with exceptions:
> f<-function(x,y,...)match.call(expand.dots=FALSE)
> xx <- f(y=1,2,z=3,4)
> dd <- xx$...
> xx$... <- NULL
> c(xx,dd)
[[1]]
f(x = 2, y = 1)
$z
[1] 3
[[3]]
[1] 4
> as.call(c(as.list(xx),dd))
f(x = 2, y = 1, z = 3, 4)
(Splus has this rather differently,
2006 Apr 13
1
Several anomalies - Samba ADS member computer
We've setup PC (700 MHz - 512 megs memory) running Samba - 3.0.21c as a test machine. We've successfully joined the machine to our Active directory using net join ADS... I'm able to create the shares, and access them. I've notice the following.
1. When I run getent passwd and getent group, I get just the local passwd and group info, nothing from the domain and no error message.
2007 Apr 09
2
/etc/passwd authentication anomalies
I am using the base AIX Unix authentication with NIS. There is a base
/etc/password file (though the passwords are in a funny, IBM-peculiar
file, /etc/security/passed) of just 18 lines...since NIS is in use, the
last line is the standard for-anything-you-don't-find-here-try NIS
indicator:
+::0:0:::
When I start up DC, I get these error massages:
Apr 9 14:44:59 mercury mail:err|error
2005 Aug 19
3
rsync anomalies (OS X Tiger)
Tiger's rsync anomalies
I'm trying to sort out some anomalies using rsync locally. Booted to
Volumes/LaCie_Disk_A I create a full direct clone with:
sudo asr -erase -source /Volumes/Mirrored_HD_Set -target
/Volumes/LaCie_Disk_B
then boot to it and check it out. Then booted back to Mirrored_HD_Set
I do a little other work (i.e. some files are changed). Then for a
differential
2011 Jan 22
4
two apparent anomalies
(1)
> a = c("a","b")
> mode(a)
[1] "character"
> b = c(1,2)
> mode(b)
[1] "numeric"
> c = data.frame(a,b)
> mode(c$a)
[1] "numeric"
(2)
> a = c("a","a","b","b","c")
> levels(as.factor(a))
[1] "a" "b" "c"
> levels(as.factor(a[1:3]))
[1]
2013 Mar 04
2
Automatically fix big jumps in one variable due to anomalies
Hi,
I am attaching a plot where you can see there are a few "jumps" (plots 1, 4,
5 and 6), due to incidents with the measuring sensors (basically someone
touching the sensor). I need to revert those changes to have a plot without
unreal measurements, so make those fragments go back to its original pattern
before the jump.
I have used the function cpt.mean {changepoints} so I can
2010 Oct 26
2
anomalies with the loess() function
Hello Masters,
I run the loess() function to obtain local weighted regressions, given
lowess() can't handle NAs, but I don't
improve significantly my situation......, actually loess() performance leave
me much puzzled....
I attach my easy experiment below
#------SCRIPT----------------------------------------------
#I explore the functionalities of lowess() & loess()
#because I have
2003 Sep 12
1
Agent Forwarding Anomalies on OpenBSD 3.3/OpenSSH 3.6.1
I have a curious situation with four OpenBSD 3.3 hosts.
Each of these has public/private keys on each other for inter-host
authentication using RSA2 keys.
For instance, they're called hostA-to-hostBCD, hostB-to-hostACD,
hostC-to-hostABD, and hostD-to-hostABC.
The sshd_config files, on each host, look as follows...
#;
#; /etc/ssh/sshd_config
#;
Port 22
Protocol 2
ListenAddress
2003 Dec 20
7
README.Solaris9-X86
The "--disable-strip" configure option is required as the Solaris9-X86
linker/loader will not be able to load any of the executables and will
display a "Killed" message. Similarly, 'ldd' will fail with a "file has
insecure interpreter" error message.
Performing a loader or ldd test from the OpenSSH installation directory on the
compiled executables within the
2007 Oct 22
2
NAT traversal packet loss measurement
How can one measure the effect of NAT traversal packet loss?
We currently have no solution for NAT traversal for our SIP clients. There
is no doubt that packets are getting lost. What is not clear is how much
damage this does. On the face of it, everything seems fine. Could this be
so? Perhaps we're suffering a degradation in quality or our call setup times
could be improved. How can we
2004 Jan 24
0
rules/routes traversal misunderstanding
Hi,
I''ve been experimenting with ip route for the last few days to get load
sharing accross 2 providers working. While it works most of the time, on
a few occasions, packets are routed to the wrong interface.
I''m not sure to understand rules and routes traversal correctly (I
couldn''t find answers in the howto). So, here are my questions:
1. How does the rule
2006 Feb 19
2
tab traversal
It seems that tab traversal between TextCtrl widgets doesn''t work by
default. How do you enable that?
--
R. Mark Volkmann
Partner, Object Computing, Inc.
2007 Jul 18
0
Does Asterisk support STUN or TURN? How to configure asterisk NAT traversal?
Hi, All
I have asterisk installed behind non-symmetric NAT, so I have NAT traversal
issues.
How can I use STUN or TURN to register with the other end? Or Asterisk
doesn't support it?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070718/de87a89b/attachment.htm