Displaying 20 results from an estimated 70000 matches similar to: "IAX trunking using a different port"
2005 May 13
0
Problem with IAX trunking
Hi all,
I'm trying to get IAX2 trunking between two * boxes and am having
extreme difficulty :) What happens is when the sending * server (the one
initiating the call) receives the ACCEPT back from the receiving server
it immediately replies with INVAL. I've checked the code and it seems to
be not matching the accept packet with the relevant item in the iaxs
array due to the following
2007 Jun 07
3
IAX trunk with dynamic IPs
Hi all,
I have a IAX trunk between two asterisk servers, both with dynamic IP
and both have a DNS name associated with it.
In the iax.conf file I configure the "host" parameter with the DNS name
of the servers. Everything works fine until one of these servers get a
new IP, so the other can't find its peer (the one that has just gotten a
new IP). If I manually issue a "iax2
2007 Jun 10
2
IAX Peers show command
Hi all,
What does (T) mean on the output of "iax2 show peers"?
The following my output.
darkstar*CLI> iax2 show peers
Name/Username Host Mask Port
Status
ronaldo (Unspecified) (D) 255.255.255.255 0
UNKNOWN
sp/ata 201.26.67.102 (S) 255.255.255.255 4569 (T) UNKNOWN
2 iax2 peers [0
2003 Aug 20
1
IAX <> IAX trunking... DP cache?
I'm attempting to get two Asterisk 0.4.0 PBXes to communicate with one
another using IAX/IAX2 trunks.
I've managed to get a semi-functional NAT Firewall working as a PBX
(with Asterisk running directly on the firewall itself), but there are
issues with bind()ing to various interfaces which is causing outbound
SIP issues.
To get around these issues, the idea is to do something like
2003 Nov 18
1
iax vs iax2 question
I've asked this before but I don't recall seeing anyone respond. Maybe
the answer is so simple that it should jump right out, but its not.
I've got three iax connections defined, two working fine (including one
to iaxtel), and one that is somewhat intermitant. If I do a cli
'iax show registry' and 'iax2 show registry' I see "both" iax and iax2
2004 Nov 29
1
IAX port
HI ALL:
I am newbie to IAX, my iax.conf is as follows:
[general]
port=5036
.....
but I donot why it doesnot listen on UDP PROT 5035, instead it listens on 4569
Asterisk CLI debug says:
[chan_iax2.so] => (Inter Asterisk eXchange (Ver 2))
== Manager registered action IAXpeers
== Parsing '/etc/asterisk/iax.conf': Found
Nov 30 11:52:12 WARNING[1076220544]:
2003 Jul 19
0
IAX can be used on a different UDP port?
Hi,
I'm back with my question, maybe someone can help me:
I want to use IAX on another UDP port (not the default 5036), because I have
2 Asterisks behind the same NAT.
Changing the default port in iax.conf file from 5036 to 5038 and then
calling using the syntax:
exten => _8XXX,1,Dial(IAX/user:pass@195.3.32.191:5038/${EXTEN:1})
I get the follwing error in the Asterisk console:
--
2008 Feb 26
1
iax trunking problem
i have 2 asterisk servers one on CentOS and one on Fedora , i configured IAX trunking between the 2 servers so that i dial -say from a sip extension 2000 on fedora server to a sip extension 3000 on CentOS server the call seems to be established but hangup automatically after very short time and here is the iax2 set debug command result on centos server and also my iax.conf and extension.conf and
2013 Sep 19
0
iax packet loss again.
I saw this thread which is very similar to my issue, though I cannot
solve mine with iptables.
http://lists.digium.com/pipermail/asterisk-users/2013-September/280429.html
Using asterisk 11.5, IAX does not seem to be able to receive any
packets.
My IP tables looks like this:
root at dlaptop:/home/darryl# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source
2015 Feb 09
0
IAX port
2015-02-09 14:36 GMT-06:00 jg <webaccounts173 at jgoettgens.de>:
> Hi!
>
> Sometimes IAX peers are not reachable and with "iax2 set debug on" I get
> something like this
>
> Tx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: PONG
> Timestamp: 00014ms SCall: 00001 DCall: 01200 79.233.155.174:49153
> Rx-Frame Retry[ No] -- OSeqno: 001
2017 Jun 05
3
IAX port 4569
Use the command bellow to check if is Asterisk opening the port.
netstat -nap | grep 4569
You need to see something like this output, otherwise your asterisk is
not opening the port.
udp 0 0 0.0.0.0:4569 0.0.0.0:*
10244/asterisk
Att,
H?lvio Junior
dCAA - Digium Certified Asterisk Administrator
SafeId - Gest?o de identidades e Acessos
+55 41 | 9
2015 Feb 09
2
IAX port
On 10 Feb 2015, at 12:22, Jose Flores Galicia wrote:
> 2015-02-09 14:36 GMT-06:00 jg <webaccounts173 at jgoettgens.de>:
>> Hi!
>>
>> Sometimes IAX peers are not reachable and with "iax2 set debug on" I
>> get
>> something like this
>>
>> Tx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass:
>> PONG
>>
2003 Dec 23
1
turning off IAX registration attempts
I have, in iax.conf the register statement:
register => username:password@iaxtel.com
This causes registration attempts to iaxtel.com for both IAX and IAX2.
Every once in a while there is a packet for port 4569 keeping the IAX2
registration alive. This is fine.
But, I have a barrage of registration attempts to iaxtel on port 5036 for
IAX. Every UDP packet is answered with an ICMP packet
2007 Jul 27
3
Need help with inbound IAX
I have just started working with Asterisk and have run into a road block
concerning IAX and an inbound DID from callwithus.com. I am getting
nowhere and I don't really know how to isolate the problem. The asterisk
version is 1.2.7 on ubuntu, sits behind a firewall with iptables. I can
connect and make a call to other internal extensions using zoiper and
iax. When I try and use the number,
2005 Feb 06
3
iax2-jitter-trunking?
Two cvs-head asterisk boxes with iax2 working fine (without register
statements).
When two calls are placed simultanously from system A -> B and the packets
are sniffed on the wire, I see the two calls using two different udp
packets. At the top of iax.conf I have trunk=yes and jitterbuffer=yes
(at both ends).
I was expecting to see both calls handled within a single udp packet,
but
2017 Jun 05
3
IAX port 4569
Another might be to make sure iptables isn't blocking the connection.
You can run
iptables -L -n -v
To see if its set to block any ports.
On June 5, 2017 9:06:55 AM EDT, thelma at sys-concept.com wrote:
>I'm getting:
>netstat -a |grep 4569
>udp 0 0 0.0.0.0:4569 0.0.0.0:*
>
>Should I be getting localhost IP?
>
>Thelma
>
>On 06/05/2017
2003 Jul 18
2
Correct syntax to call using IAX and a different UDP port
Hi,
Which is the correct syntax to call using IAX?
I have two Asterisk boxes behind a NAT and one of them use the default port
5036 for IAX, the second one use 5038.
To call an extension of the first one, the line in extensions.conf is:
exten => _9XXX,1,Dial(IAX/user:pass@195.3.32.191/${EXTEN:1})
and for the second one:
exten => _8XXX,1,Dial(IAX/user:pass@195.3.32.191:5038/${EXTEN:1})
2008 Oct 08
1
Update (IAX Trunking Help)
I posted earlier in the day about needed help with IAX trunking. I did some
more reading and made some more changes.
Here is what I have thus far:
Iax.conf on one server
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
[vvfarm]
type=friend
username=colo
secret=testpassword
auth=plaintext
host=64.194.211.170
context=iax-incoming
2004 Jun 26
1
IAX & FWD, No authority found?
Hi Folks,
Just wondering if anyone can give me some pointers, I'm configuring Asterisk to talk to FWD's new IAX service. The asterisk server is behind an iptables NAT Firewall, with port 5036 forwarded:
$IPTABLES -t nat -A PREROUTING -p udp -d $EXTERNAL_IP --dport 5036 -j DNAT --to-destination 172.16.20.200:5036
I can make outgoing calls just fine, but when I receive an inbound call
2007 Jan 29
0
Dropped call issue with IAX Trunking
Trixbox 2.2 Beta with freePBX 2.2.0rc1
I have a setup that looks something like this in ASCII art:
Teliax IAX Trunk ------+
|
V
Embarq PRI ----> Tandem switch ----> Ottawa Office Server------+
+--------------> Lima Office Server -----+|