Displaying 20 results from an estimated 7000 matches similar to: "Asterisk SIP/IAX peers can't connect after Firewall change?"
2006 Nov 09
2
register suddenly fails
Hi everybody,
I've got a very strange problem:
As far as I remember I didn't change anything on my Asterisk side. I
have 2 SIP providers to which I can place outbound calls.
Today I noticed that outbound calls to provider "inode" fail (and
inbound from this provider too). On the CLI I get every 20 seconds
following messages:
Nov 9 20:01:07 NOTICE[952]: chan_sip.c:5422
2010 Aug 22
4
how to implement string pattern extraction in R
Hi,
In perl, to get a substring matching a particular pattern can be
implemented like the following example:
$x = "AAAA.txt";
if ($x=~ /(.*?)\.txt/){
$prefix = $1;
}
So how to do the same thing in R?
Can someone provide me the code sample?
Thanks much in advance.
--
Waverley @ Palo Alto
2015 Jun 08
3
Peer unreachable after IP change
Hi list!
Another day, another problem...
I'm checking with Nagios my Asterisk at home, and since yesterday I noticed
that, after my IP changes (Deutsche Telekom drop the DSL-line every 24 hours,
so that I have a new IP every day), the peer of an VoIP-provider I use is
UNREACHABLE.
Yesterday I though it was a problem on the line, but today is the same, so I
think it is something other...
2010 Sep 03
3
R program google search
Hi,
Can someone help as how to use R to program google search in the R
code? I know that other languages can allow or have the google search
API
If someone can give me some links or sample code I would greatly appreciate.
Thanks.
--
Waverley @ Palo Alto
2004 May 22
1
Sip proxy registration help
Hi All,
I have just installed Asterisk and am trying to connect it to a SIP
account that I currently have with www.voiptalk.org but without any
success. Although I know that voiptalk do provide asterisk accounts I
don't want to convert the SIP account until am happy that it's gonna
work for me. The asterisk box is currently behind a firewall and the
following ports are being forwarded
2006 Dec 10
1
chan_sip.c:5267 sip_reg_timeout Error
I am receiving this message on my asterisk server and I have commented out 5748150837 in my sip.conf file but it keeps showing this message on the server.
Dec 10 07:59:31 NOTICE[30448]: chan_sip.c:5267 sip_reg_timeout: -- Registration for '5748150837@69.25.143.141' timed out, trying again (Attempt #1546)
any ideas?
-------------- next part --------------
An HTML attachment was
2009 Jul 25
4
ROCR package question
I use ROCR to plot multiple runs' performance. Using the sample code
as example:
# plot ROC curves for several cross-validation runs (dotted
# in grey), overlaid by the vertical average curve and boxplots
# showing the vertical spread around the average.
data(ROCR.xval)
pred <- prediction(ROCR.xval$predictions, ROCR.xval$labels)
perf <- performance(pred,"tpr","fpr")
2003 Aug 10
3
Registering SIP with FWD and ICONNECTHERE
Hi! I am new to Asterisk too, I got the similar problem and I would like to
know how to get * to work behind NAT.
When I have the SIP Debug turn on, I got the error 479 from FWD when * try
to register with FWD, it looks like * is using the local IP (192.168.x.x) in
the Contact field. I have put the nat=yes in the [FWD.Pulver.com] content,
but it does not seems to make Asterisk aware the
2004 May 26
1
sip_reg_timeout problem
Hello,
We have one of our SIP provider that's is sending incoming sip call without
need of registration.
Incoming call working fine (as outgoing call), but * still try to register
to there sip gateway :
chan_sip.c:3159 sip_reg_timeout: Registration for 'phone@50.50.50.50' timed
out, trying again
-- Got SIP response 404 "User Not Found in data base" back from 50.50.50.50
2006 Jan 18
1
chan_sip.c:5262 sip_reg_timeout Probably a DNS error for registration
Hello,
I have a problem with an LAN-Server behind an NAT-router.
Asterisk Version 1.2.1 or 1.2.2 doesnt matter
10 minutes after starting Asterisk I loose all registrations at external
SIP-proxys.
The reason seemed to be that Asterisk send every second an request to every
sip-proxy "Request: OPTIONS sip:sip.domain.tld". Every request is responded
by the sip-proxy.
After some minutes
2004 Aug 16
3
Formatting in sip.conf...can you have 2 @ signs for register?
Hi All,
I am trying to setup another sip trunk in addition to what I am already using. The sip provider we are using right now gives you your username as your email address. So IE. If my email is james@james.com.... that is my username . Now... When I put this in the sip.conf file I have found that Asterisk is not able to parse it correctly and instantly goes to the email server to authenticate
2018 Jun 01
2
integrate samba to firewall
is a palo alto
It has the form of filtering by users for what I was watching and reading.
i can do a rule that says, these users can reach such ip by such port
but there is no case, try to configure it but it always throws an error
that it does not reach the equipment or that it is down
https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/authentication/authentication-types/ldap
2009 Nov 17
2
question about function heatmap
Hi,
I am using the function heatmap(stats) to draw a microarray heatmap,
columns are samples and rows are gene features.
I did a 2D clustering during the heatmap drawing. The features and
samples indeed cluster into several blocks both vertically and
horizontally.
I can get the index of re-ordered rows and columns after the heatmap
drawing by typing the the return variable of the heatmap
2008 Mar 09
2
question about matrix one column values matching a vector of values
Hi,
I have a matrix
a = matrix (1:16, 4, 4)
b = c (2,3)
I want to find out which rows of a, where a[,1] equals any values of b?
I know that if b is only one value, e.g, b=2, then what I want is a[a[,1] == 2,]
But what about if it is not one value but a vector of values?
Thanks much in advance.
--
Waverley @ Palo Alto
2007 Jun 27
3
exaustive subgrouping or combination
Dear Colleagues,
I am looking for a package or previous implemented R to subgroup and
exaustively divide a vector of squence into 2 groups.
For example:
1, 2, 3, 4
I want to have a group of
1, (2,3,4)
(1,2), (3,4)
(1,3), (2,4)
(1,4), (2,3)
(1,2,3), 4
(2,3), (1,4)
...
Can someone help me as how to implement this? I get some imaginary problem
when the sequence becomes large.
Thanks much in
2004 Nov 25
1
Stanaphone down?
Anyone having problems with Stanaphone registration today? I'm getting
the following..
Nov 25 11:35:58 NOTICE[229390]: chan_sip.c:4053 sip_reg_timeout:
Registration for 'xxxxxxxxxx@216.128.82.18' timed out, trying again
-- Got SIP response 500 "Internal Server Error" back from
216.128.82.18
2007 Jan 20
1
SIP registration problem w/ SBC
Hi,
I'm trying to get my * server connected to a softswitch through an SBC. I
get the following error when * trys to register.
Got SIP response 423 "Interval Too Brief" back from xxx.xxx.xxx.xxx
Jan 20 12:43:54 NOTICE[2138]: chan_sip.c:5473 sip_reg_timeout: --
Registration for '1234561234@xxx.xxx.xxx.xxx ' timed out, trying again
(Attempt #9)
Is there something I can
2008 Dec 16
1
problems of DNS
Hi list, I have for a year I have an account to call with broadvoice from
about 3 days beginning a not registered problem of, asterisk shows to a
message of error with the DNS, and my dns this working fine
WARNING[5770]: chan_sip.c:7595 transmit_register: Probably a DNS error for
registration to 908XXXXXXX at sip.broadvoice.com@sip.broadvoice.com, trying
REGISTER again (after 20 seconds)
[Dec 16
2005 Feb 28
1
No such host when trying to register
As I got to compile 1.0.6 and got it to run but having the same problem
as before I thought
of creating a new mail thread about this instead of continuing with one
where topic is about something else.
(Sorry)
So, I can't do register anymore. It worked just a couple of days before
and I haven't done anything
special as far as I remember. *CLI outputs:
Feb 28 22:16:55 NOTICE[53475]:
2009 Apr 26
1
1.6.1: "DNS error" but ping works
With 1.6.1 svn:
[2009-04-26 15:01:00] NOTICE[1844]: chan_sip.c:9927 sip_reg_timeout:
-- Registration for '17470121145 at proxy01.sipphone.com' timed out, trying
again (Attempt #30)
[2009-04-26 15:01:00] WARNING[1844]: acl.c:376 ast_get_ip_or_srv: Unable
to lookup 'proxy01.sipphone.com'
[2009-04-26 15:01:00] WARNING[1844]: chan_sip.c:10037 transmit_register:
Probably a DNS