Displaying 20 results from an estimated 6000 matches similar to: "sip peer permit/deny - Need some explanation"
2007 May 06
2
Were i make mistake
I've found some manuals and tried this to do :
Sip.conf
[test]
type=friend
username=test1
secret=test1
host=192.168.1.238
context=tutorial
fromuser=SIP Phone
callerid=101
nat=no
canreinvite=yes
dtfmode=info
disallow=all
allow=ulaw
[test]
type=friend
username=test
secret=test
host=192.168.1.240
context=tutorial
callerid=100
nat=no
canreinvite=yes
dtfmode=info
2011 May 14
1
Asterisk 1.41 - Warning and Notice about contact info and stale nonce
Hi list,
We have devices since more then 4 years which where running well with
Asterisk. But with latest version (1.38 or more) we face problem with
those devices when they try to register. We got
[2011-05-14 17:18:06] WARNING[28559]: chan_sip.c:9950 register_verify:
Failed to parse contact info
<--- Transmitting (NAT) to XXX.XXX.XXX.XXX:5062 --->
SIP/2.0 400 Bad Request
Followed by
2011 Mar 29
1
wrong from URI in options message
I recently configured a SIP peer which i must specify my fromuser as my
ten digit "DID". I send calls to this peer, but whenever Asterisk sends
an options message, the fromuser is "asterisk".
Is this a bug? Or is there some other config I must make ?
register = 2155551941:123456 at 10.0.138.226/2155551941~600
[peer](!)
type=peer
context=inbound
qualify=yes
2010 Oct 21
1
asterisk 1.8 SIP register uri: peer field ?
Hello,
Looking the asterisk 1.8 API documentation
(http://www.asterisk.org/astdocs/api/index.html), I see a lot of new
fields for sip register uris:
register => [peer?][transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry]
But the *peer* is not explained anywhere. What it is for ?
Regards,
Guillaume Bour.
--
Guillaume Bour<gbour at proformatique.com>
2013 May 24
1
Registration timed out - for created users
Hi all ,?
I have managed to install and configure the?
1. asterisk-1.8-current
2. dahdi-linux-complete-current
I did not faced any issues during the installation. After that I installed X-Lite soft phone in two different PCs and tested the setup. every thing was success. I was able make calls from each?extensions.
But when I observe the log files , i could see some messages ......
2010 Nov 09
1
Asterisk 1.6 and Username in Dial
Hi
In Asterisk 1.6/realtime Mysql, we can't put a username/password in a
Dial Command ?:
'Dial', 'SIP/Username:Password at MYPEER/${EXTEN},180,r'
Thanks
Olivier
2015 Sep 23
3
ISC DHCP failover
Anybody have any experience with setting up dhcpd in failover mode
between two servers? I set this up on a couple of servers, and it seems
to be working, but I don't think it is working "right". It appears both
servers are replying to all requests (which for renewals works okay
because they both give the same address, but new requests get two
different responses). I thought that
2018 Oct 03
2
Any idea what causes "Oooh, got a frame with format of g729 on channel 'PJSIP/121-000001d2' when we're sending 'ulaw', switching to match"
The PJSIP endpoint is configured for ulaw only. Not sure how or why we are seeing the g729 on calls for this endpoint.
Would this be a case that asterisk detects the rtp stream is g729 even though it's negotiated as ulaw?
Why would asterisk change the format to g729 when disallow = all and allow = ulaw are the endpoint settings?
[121]
type = endpoint
context = IS
transport = transport1
aors
2009 May 22
3
No response to our critical packet problem
Hi,
I have a strange problem. At a site where there are 20+ phones, there
is one phone that cannot make outbound (to PSTN) calls.
Each call is dropped after 20s with "no response to our critical packet".
Calls to voicemail and internal extensions work fine.
I understand that everything points to a NAT problem, but I don't
understand how it could be because:
1) It does not affect
2010 Jan 20
2
Call Xfer issue between DataCenter and User Site
Hi,
I am running a Asterisk 1.6 box in our Data Centre, and have a number of users connecting to that box, as their PBX.
Calls in and out work fine, as does voicemail.
The PBX at the Data Centre has an External IP, Nat?d to it by the firewall, and the relevant ports are open.
The Office users have a dedicated internet connection for the phone lines, and calls are seen to traverse this
2006 Jan 05
1
Apache reverse proxy authentication problem on RHEL based distribs only
Hi,
I'm currently setting up an Apache SSL reverse proxy for Exchange 2003
Outlook Web Access. The setup that I have works fine on my Gentoo laptop
or on a Trustix server, however, when I try to set it up on an RHEL
based distro, with the exact same virtual host settings, I get some
weird error with the authentication mechanism. I have tried with both
CentOS 4.2, based off the server CD
2006 May 17
2
no route to host
Hello,
First of all sorry for my English.
I am experiencing with Samba and I have a problem.
I have an old server (OLD) with Red Hat 9 and Samba 2.2.7a that is working well.
Now I try to start up a new server (NEW) with Red Hat Enterprise 4 and
Samba 3.0.22.
If I try to connect from NEW to itself by using smbclient I got the
shared resources list correctly. If I try to connect to NEW from OLD,
2010 May 01
2
Average Login based on date
Hi All,
I have the data like this :
>sample <- read.csv(file="sample.csv",sep=",",header=TRUE)
> sample
stdate Domain sex age Login
1 01/11/09 xxx FeMale 25 2
2 01/11/09 xxx FeMale 35 4
3 01/11/09 xxx Male 18 30
4 01/11/09 xxx Male 31 3
5 02/11/09 xxx Male 32 11
6 02/11/09 xxx Male 31 1
7 02/11/09
2017 Jan 06
3
Issue with handling of 480 DND
Hi List,
we're calling a sip phone from our Asterisk Server, and try to add logic
depending on the dialstatus
Stripped down example;
exten = 494XXXXXXXXX,n,Dial(SIP/4120089,15,w)
exten = 494XXXXXXXXX,n,Goto(98-${DIALSTATUS},1)
exten = 494XXXXXXXXX,n,Hangup()
.....
exten = 98-BUSY,1,NoOp(Busy)
exten = 98-BUSY,n,ExecIf($["${Voicemail}" =
2006 Feb 01
1
Unable to Register to Asterisk through Proxy
Hi,
Has anybody come across a situation where they were unable to register with Asterisk through a SIP stateless proxy server?
I'm getting an error:
"403 Authentication user name does not match account name"
As far as I can tell the requests reaching Asterisk with and without the proxy are identical excepting the IP address the REGISTER request is coming from and the Via header
2010 May 07
2
Problems with the IMAP proxy after upgrading from dovecot 1.1.16 to 1.211
We have frequent timeout problems after upgrading our imap servers
from dovecot 1.1.16 to dovecot 1.2.11. One server acts as proxy only,
and the other one is the "real" imap server". The credentials for the
proxy service are stored in a remote MYSQL database.
There were no trouble with dovecot 1.1.16. But now, with the most
recent version, we get frequent login failures. It
2008 Sep 17
2
Slow "run as ...", firewall issues.
After doing some system work, including upgrading the Samba server to
3.0.28a from 3.0.24, upgrading the kernel to 2.6.24, and changing the
firewall rulesk, the XP workstations which belong to that domain, the
right click "run as ..." option is slow to bring up a dialog. The
phenotype is this:
right click some program (for instance, a shortcut to the
"command prompt")
2010 Jun 10
1
Re :help to aggregate data
Dear All,
I have the data some thing like this, I am showing here three days data
only:
> dummy.data <- read.table(file='dummy.txt',sep='', header=TRUE)
> dummy.data
StDate Domaindesc Logins
1 05/01/10 xxx 10
2 05/01/10 xxx 45
3 05/01/10 xxx 2
4 05/01/10 yyy 45
5 05/01/10 yyy 20
6 05/01/10 yyy
2010 May 07
2
extract required data from already read data
Hi all,
I have data like this:
>sample <- read.csv(file="sample.csv",sep=",",header=TRUE)
> sample
stdate Domain sex age Login
1 01/11/09 xxx FeMale 25 2
2 01/11/09 xxx FeMale 35 4
3 01/11/09 xxx Male 18 30
4 01/11/09 xxx Male 31 3
5 02/11/09 xxx Male 32 11
6 02/11/09 xxx Male 31 1
7 02/11/09
2005 Nov 22
1
Iproute2 src mangling problems
Hi,
I''m having an issue with changing the source address of packets
origininating from a specific user using a combination of iptables and
iproute2. We want to change packets originating from a specific
service so that they originate from that service''s IP address, so that
we can move it to a different physical server and have the packets
appear to come from the same