Displaying 20 results from an estimated 20000 matches similar to: "Media Path Optimization & NAT"
2007 Jan 28
1
NAT: RTP Path Optimization
http://lisas.de/~patrick/temp/rtp-optimierung.png
Everything is working fine in my Setup, but I want Extern1 to talk to
Extern2 directly whitout going over Asterisk as the uplink is slow.
When I set for Extern1/2
canreinvite=yes
it works, but "Intern-2-Extern" doesn't work because Asteisk gives out
the private IP-Adresses of Int1/2
I defined
localnet=10.0.0.0/255.0.0.0 (Private
2005 Feb 17
4
functional difference: canreinvite=yes, no, or update
Can anyone give an example of the difference between the following:
canreinvite=no
canreinvite=yes
canreinvite=update
Here is the problem: I have an 800 number sent to me via SIP from a national
carrier. Asterisk gets the number and rings my desk phone. Asterisk has 2
NICs, one with public IP and private IP. My phone is on private IP, the
inbound call is on public.
My phone rings and I answer
2004 Jun 11
6
phone calls betweens phones behind the same nat
Hi,
I have the following problem.
I have 5 phones behind the same nat (canreinvite=yes). it works fine to
receive calls and to make calls. sound quality is good, so everything
works fine.
The poblem is that the phone behind nat cant call each other. It works
if canreinvite=no. But i want to do this.
Does anyone have an idea?
Regards,
cjk.
2006 Oct 31
2
Asterisk both behind a NAT and outside at the same time
I've read a lot of the descriptions of handling NAT with Asterisk,
and the use of both the nat and canreinvite flags. I am very
familiar with Sip and NAT but have not seen an answer to the following
question.
My Asterisk server runs on a machine with two ethernets. One is
an external net, with exposed IP addresses. The other is an internal
net with natted IP addresses. Thus the server
2010 Feb 17
1
One-Way Audio after Hold
I have an Asterisk 1.6.2 server on a public IP, Cisco 7940 on the localnet,
and a trunk to Sipphone/Gizmo/Google Voice. The externhost and localnet
parameters are all set correctly in sip.conf. An inbound call from Sipphone
works great until the local channel places the call on hold. During hold,
the Sipphone user cannot hear music, only silence. The silence continues
after the hold, though
2005 Jan 05
4
Broadvoice / * re-register issues
HELP!
Ok, so I have the following SIP.CONF:
[general]
context=default
port=5060
bindaddr=10.1.1.200
externip = XX.XXX.XX.XX
localnet=10.0.0.0/255.0.0.0
disallow=all
allow=ulaw
allow=g729
allow=g726
allow=alaw
register =>
##########@sip.broadvoice.com:XXXXXXXXX:##########@sip.broadvoice.com/1234
[sip.broadvoice.com]
type=peer
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
2004 May 19
1
Strange Sip (FWD, SipGate and such) problem
Hi all
I use sipgate and FWD but seem not to get it going. I do not have NAT on
the asterisk box (static ip).
The asterisk box has 2 network interfaces. One internal and one external.
Now when I make an call to a FWD or SipGate number all I get is
-- Executing NoOp("SIP/113-6d2e", "") in new stack
-- Executing Goto("SIP/113-6d2e",
2011 Apr 07
2
Asterisk Avaya SIP Trunking One Way Audio
I am facing one way audio problem in sip trunking between asterisk and
avaya.
+-------------+ +----+
| avaya sip |-------| P1 |
+-------------+ +----+
|
|
|
+-------------+
| Asterisk | WAN
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
2005 Jan 13
2
I Don't Want Asterisk in the Media Path
Hi everybody.
I'm trying to find a way to connect two (or more) extensions directly without
being kept in the middle during the conversation but it won't happen.
The purpose here is to have asterisk running on a low bandwidth (128Kbps)
internet connection just as some kind of a proxy between some ip phones with
high speed (10Mbps) internet connections.
SER is not an option, for now.
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
2007 Jan 06
1
SIP/RTP Nat problem, can't solute it.
Dear list:
I have the typical one way audio problem, as far as i know
it's a nating problem, my hosts inside my lan can call to outside
internet hosts, but can't listen a thing, i read a lot about sip and
rtp and protocols and the problem it seems to be with NAT, this is the
config i put on my sip.conf file about nat:
externhost=sip.server.com.ar > my server name on the
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
2004 Jan 19
4
CVS Changes (NAT-SIP)
I had been running an older patched CVS to get VOIP working with NAT and
everything had been running fine. I just built * on a new box with
CVS-01/18/04-12:19:25. And now I can get remote SIP users to register.
Has anything major changed...
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind to
externip = 69.132.68.17 ; Address
2019 Aug 15
4
PJSIP reInvite
Hi All,
We are using asterisk 16.5 and having an issue with the first re-invite
after the call has been established.
We can see the call gets up and you see in the logs the bridge type has
changed and after that a re-invite is triggered.
Is there any possibility to deactivate this kind of reInvite? We have some
race conditions while have multiple asterisk in the call flow and the
different
2005 May 16
2
NAT and sip issues
I have an asterisk server behind NAT - no audio on the test external calls I
have tried making so far.
Read http://www.voip-info.org/wiki-Asterisk+SIP+NAT+solutions - No solution
evident from there, sounds like I have case 9. I would have thought that all I
would have to do is port foward and have the external IP on the asterisk server,
which I have done
I have fowared 5060UDP, 8000UDP, and
2016 Aug 10
2
Asterisk & Vitelity Invite issues
On 8/9/16 12:40 PM, Matt Fredrickson wrote:
> On Mon, Aug 8, 2016 at 9:25 AM, Tammy Firefly <tammy-lists at wiztech.biz> wrote:
>> Hi All,
>>
>> We have asterisk 11.23 running sip to vitelity and from there IAX trunks
>> split off to where they need to go. We are having a problem getting
>> chan_sip to quit ignoring re-invites from Vitelity. Our side ends
2007 May 03
2
SIP peer / Maximum retries exceeded on transmission
Hi Everyone,
I was hoping someone might know why I am experiencing a problem with
Asterisk logging the event:
[May 3 12:07:41] WARNING[30371] chan_sip.c: Maximum retries exceeded on transmission 03f007af2b15cd0b54b0c368265d97be@sip.externalprovider.com for seqno 669371069 (Critical Response)
This is happening after:
- call is setup, 2 way audio
- call can function correctly for up to 5
2006 Jan 23
3
canreinvite always =no * no matter what we try :-(
been testing with a rather simple setup.
The mission is to actually get a reinvite to work on the lan.
I am trying with two sipura phones G.711 codec forced on both
both on the lan no nat no fancy options suchs as tT or H
No matter what we do asterisk hangs on to the media path, how
in the world do I get a reinvite to work where the media path
is actually handled by the two phones on the lan?
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
Hi list, i've problems with my * server and the 4 phones which are
linked to it. i've 2 grandstream bt100 with the firmware upgraded to
101, a wi-fi phone (i don't know its brand) and another ip phone i
don't know its brand. with this sip.conf :
[general]
port = 5060
bindaddr = 192.168.100.229
context = default ;x changed from default to sip
localnet = 192.168.100.0/24