similar to: q: port forwarding or NAT

Displaying 20 results from an estimated 5000 matches similar to: "q: port forwarding or NAT"

2009 Aug 14
2
no ring tone
how do i troubleshoot no ring tone. It was working and all i added was the lines below now it doesn't ring. Edit sip_nat.conf for proper NAT: localnet=192.168.1.0/255.255.255.0 externhost=pbx.DOMAIN.com (Set your external hostname name here) externrefresh=10 fromdomain=DOMAIN.com (Set your external domain name here) nat=yes qualify=yes canreinvite=no Add extra codecs to
2010 Feb 25
1
Asterisk 1.6.0.17 PBX with two interfaces does not routes RTP packets - SIP Conf Problem likely
Hi, I am try to configure Asterisk as PBX system with two interfaces as shown below. One interface pointing to the local subnet with a SIP phone and another interface pointing to the external ISP SIP Sever. SJPhone(X.X.141.32)<--------->(Y.Y.47.149)local-intf-|Asterisk|external- intf(Z.Z.247.106)<-------->(w.w.158.26)ISP-SIP-Server----OutsideWorld I am able to setup a call from the
2006 Dec 18
0
pap2/wrt54gs/asterisk
I am having trouble setting this system up and wonder if some one help me. Does anyone know what is missing if anything to get 2 phones on my asterisk home server to be able to call each other. I have a WRT54GS running OpenWRT/asterisk connected to a PAP2 with 2 extensions 5060/5061, this is on the lan side of my gateway/router WRT54G 192.168.1.1 BusyBox v1.00 (2006.11.07-01:40+0000)
2009 Aug 04
0
SIP server behind NAT
Hello. I have an Asterisk server (ViciDialNow) set up behind NAT. I can manage to make outbound calls, but the communication drops off after 30 seconds or so. I'd really appreciate having some assistance from the mailing list on this issue. So, I'm having an Asterisk server behind a firewall and Zoiper softphones on SIP connecting to Asterisk on the same local area network. The
2011 Mar 19
1
Getting No Antenna bar when behind a NAT
My Asterisk server is behind a NAT and I have set: ---------------------------------------------------------------------------- externhost="my.server.address" externrefresh=180 localnet=192.168.0.0/255.255.0.0 localnet=10.0.0.0/255.0.0.0 localnet=172.16.0.0/12 nat=yes --------------------------------------------------------------------------- in [general] section of sip.conf. I can
2010 Mar 23
0
Classic NO AUDIO problem - DD-WRT and NAT forwarding - HELP PLEASE!
Hi Everyone, I have tried to set the box to DMZ and also tried to port forward 5060 TCP/UDP and 10000/20000 UDP to the server IP but it's no use and there is a no audio issue. I am pretty certain it's a NAT issue as the sip call establishes. I also made a succesful IAX2 call through IAX trunking and zap lines on this server but sip doesn't work. I register to an extension but even
2015 Jun 07
3
Curious problem with NAT
Hi list! Since the internal calls work as expected and I can register my Asterisk on an external provider, I'd like to add a new feature and allow my mobile phone to connect to my Asterisk and manage calls. Well, first of all, my Asterisk is NOT direct on Internet available, but behind a NAT. So I configured my sip.conf: localnet=192.168.200.0/24 externhost=myhost.noip.com externrefresh=180
2007 Mar 15
1
sip_nat.conf - Asterisk with two Ethernet Interfaces
Will this do the intended thing? This is in sip_nat.conf which is included in sip.conf: externip=192.168.0.200 localnet=192.168.0.200/255.255.255.0 externip=64.168.237.110 localnet=192.168.1.2/255.255.255.0 I have Asterisk running on a box with two Ethernet interfaces and bound to both. One interface, 192.168.1.2 services clients outside the firewall who are led to believe that Asterisk is
2009 Jan 29
2
Don't get asterisk to run behind NAT router
Hi people! I am not getting smart getting asterisk 1.6 behind a NAT to run. 1. I enabled IP forwarding on debian linux 2. told asterisk in "general" that he is behind NAT and mentioned him his external static IP Adress as well his domain in the outside world. If a client who is connected with a DSL modem calls me, a grandstream module in the LAN behind the router, in the same network
2015 Jun 07
0
Curious problem with NAT
Have you tried NAT=force_rport ? Ashwin -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Luca Bertoncello Sent: 07 June 2015 11:44 To: Asterisk Users Subject: [asterisk-users] Curious problem with NAT Hi list! Since the internal calls work as expected and I can register my Asterisk on an external
2005 Mar 15
0
trying to get trunk to register with * behind NAT
i've got * and phones in small home network all behind NAT. Outbound to iconnect proxy works great. Now to get in/out working with another carrier. Carrier2, Commpartners, i have working with one of the phones and a soft phone without * just fine. Next I register the phone with * fine. Create a trunk, but it the trunk fails to register... help I'm getting the following msg during
2014 Apr 16
1
Connecting 2 asterisks, one with PJSIP and other SIP returning 401
It's my first post here, so I'll cut to the chase I have 2 Asterisk servers and want to connect them using sip on one and pjsip on the other one. One is running at home and another at a VPS. The first one will be the client (with dynamic ip) and the 2nd the server. The client uses sip and the server pjsip. This is the client's sip.conf [general] context = default allowguest = no
2012 Feb 01
2
Getting one way audio even NAT is configured
Hi all, I'm getting one way audio when calling over the SIP trunk i.e. end device B (remote end of SIP trunk) can hear device A (softphone registered with Asterisk) but device A can't hear device B. Even though I configured same NAT configurations on other servers and they are working good. The NAT configuration is listed below; localnet=130.0.0.0/130.0.0.0 externhost=12.131.12.13
2014 Mar 04
0
externhost and reregister
externhost is monitoring for ip changes with an interval of externrefresh, so far so good. Wouldnt it be handy if asterisk would do an sip reregister if it detects an ip change? My SIP provider has sometimes very high intervals of 1 hour and if ip changes, the registration doesnt work until it expires or asterisk is restarted or sip reload. Or just everyone uses fixed ip addresses? For now,
2020 Sep 21
2
Asterisk Drop call
Hello I have an asterisk 16.2.1 on an ubuntu on AWS, which is experiencing a drop in call. It does not have a certain time, it is random. The audio is flowing normally and the call is dropped. Has anyone ever experienced this? My settings changed below: allowoverlap = no udpbindaddr = 0.0.0.0 tcpenable = no tcpbindaddr = 0.0.0.0 transport = udp, ws, wss srvlookup = yes directmedia = no
2020 Sep 21
0
Asterisk Drop call
Is there anything in the Asterisk logs? Which side sends the BYE? Were you able to capture the traffic with sngrep/wireshark to see if any side stopped sending/getting RTP? What did the other side see? On Mon, Sep 21, 2020 at 3:22 PM Roberto < roberto.medola at gasparimsantos.com.br> wrote: > Hello > I have an asterisk 16.2.1 on an ubuntu on AWS, which is experiencing a > drop in
2009 Jan 29
2
RTP/NAT Traffic to private IP
Hi all, I'd like to connect a softphone at home (nat, dynamic-ip) to a sip-phone in the office via asterisk 1.4.21 (nat, fixed-ip). SIP works well, the phone is ringing, but when I pickup the call, there's no audio on both sides. I debugged the rtp-traffic at home. As long as the phone is ringing, everything is fine. But after the pickup, asterisk sends a SIP/SDP package with its
2020 Sep 22
0
Asterisk Drop call
Roberto Check your router if ALG or similar feature is enabled. Disable and test. Also, on SNGREP check if both parties are getting ACK correctly after RTP starts. *--* *Atenciosamente,* *Luciano Moreira**(85)99974-2750* *__Logic Telecom* *0800-085-7799 | (85)4042-7799 | **(11)4210-7799* Em ter., 22 de set. de 2020 às 13:35, Roberto < roberto.medola at gasparimsantos.com.br>
2008 May 12
0
externip not working...
I have an Asterisk 1.4.19.1 server that is behind a Fortinet firewall. Localnet is 192.168.2.0/255.255.255.0 and all external sip devices look as if they are on the same local network because the Fortinet rewrites the incoming IP as its own address. The problem I have is that when I set "externip=148.XXX.XXX.XXX" it is being ignored and I can see SDP packets that have the internal
2020 Sep 22
3
Asterisk Drop call
Hello. Thanks for the reply. Yes. In the traffic analyzed, the BYE is sent by the originator of the call, but there is no "human" hangup, but the asterisk one. BYE is sent, received and confirmed. I don't know how I could investigate the reason for this BYE. Em 21/09/2020 17:12, Dovid Bender escreveu: > Is there anything in the Asterisk logs? Which side sends the BYE? Were