Displaying 20 results from an estimated 5000 matches similar to: "Can someone help me with my IAX-registration"
2006 Jun 22
2
iax2 registration problems
On the asterisk1 I got this:
register => username:secret@ipaddress2
[eop]
username=username
secret=secret
type=peer
host=ipaddress1
auth=md5
on the second box I got this
this host is ipaddress2
[incommingiax2]
username=username
type=user
secret=secret
host=dynamic
context=from-internal-custom
auth=md5
on first host 1 am getting:
Jun 22 14:42:10 NOTICE[2398]: chan_iax2.c:7411
2003 Aug 06
2
iax.conf / Registration rejected
Good morning,
I am trying to use the Windows iax client.
My iax.conf looks like this:
[general]
port=5036
bindaddr=10.1.3.111
bandwidth=high
allow=gsm ; Always allow GSM, it's cool :)
tos=lowdelay
[pos|
type=friend
context=default
auth=plaintext
secret=pos
deny=0.0.0.0/0.0.0.0
permit=10.1.3.0/255.255.255.0
host=dynamic
defaultip=10.1.3.2
In the registrations dialog
2006 Apr 04
1
IAX connection refused between 2 asterisks 1.2.5
Hi all,
I've 2 * tryning to connect each other
Server A is already registred on server B
But server B never registers in server A
I always get this:
Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REGREJ
Timestamp: 00018ms SCall: 00004 DCall: 00003 [XXX.XXX.XXX.XX:4569]
CAUSE : Registration Refused
CAUSE CODE : 29
Any tip?
Best regards,
Marco Mouta
2007 Nov 23
3
optimizing traffic to a web server
Hi,
I have a Linux server and provide Internet access in the neighborhood
and I also run a web server on the same machine.
Although our external connection is not bad, the access to the web
server from outside is awful - the web pages always require "Try
again" when accessed.
Do you think I can prioritize the traffic to the web server? How? I
have a traffic shaper of the internal and
2004 Dec 26
7
IAX Registration Refused
I tried to connect my * to IAXtel, but i always get this errors.
chan_iax2.c:5849 socket_read: Registration of 'mnetwork' rejected:
Registration Refused
On dial a iax number i get:
chan_iax2.c:5526 socket_read: Call rejected by 69.73.19.178: No authority
found
chan_iax2.c:5528 socket_read: Immediately destroying 3, having received
reject
chan_iax2.c:2411 iax2_hangup: We're hanging
2010 Jun 08
0
Problem with iax2/rsa registration
Asterisk 1.4.31 IAX2/RSA BUG
If "A" tries to register on "B" and the RSA key from "A" does not match the
key on "inkeys" on "B", "B" do not send a "REGREJ", instead it sends a
"REGAUTH" with a new "CHALLENGE", then "A" send a new "REGREQ" for this
"CHALLENGE" with the same wrong
2004 Jun 16
1
IAX registration
Hi,
I have a nufone connection (IAX2), works fine.
In my iax.conf I do not specify a time interval that * needs to renew
registrations with nufone server.
However I can see following registration messages on my cli every 90
seconds (approximately)
--Registered to '198.22.67.70', who sees us as 69.5X.XXX.XXX:4569
--Registered to '198.22.67.70', who sees us as 69.5X.XXX.XXX:4569
2005 Mar 06
1
IAX - Registration Problems
Hi everyone,
THis is my second thread regarding the issue.(before I was having problems
with accessing my email, which slow down my responses, sorry for that)
My setup looks like this
Firewall
|
|
Asterisk---Asterisk (two asterisk servers with the same setup for high
avail)
|
|
phones
Ports 5060, 10000-20000, 4569, 5036 are forwared to 192.168.1.251 which is
virtual ip address on one of the
2008 Mar 28
1
how to register IAX user without password
hi,
i want to call PC2PC between to IAX client without authentication i
want to allow every user to use PC2PC no any password required. Please
let me know what i have need to do in IAX.conf or any other file to
allow any user to call Pc2Pc.
My IAX.conf
[guest]
type=user
context=default
callerid="Guest IAX User"
My extensions.conf
[default]
2010 Oct 23
4
Asterisk 1.8 IAX Registration
Hi,
Have just been testing asterisk 1.8.0, 1.8.0-rc5 and a trunk version from about half an hour ago.
IAX Friends (Zoiper Softphones) don't stay registered for more than a few seconds they start out with status unknown and quickly become unreachable, I am using realtime with postgresql, with tables and configuration that have worked fine for IAX in 1.6 and a trunk release from a few months
2002 Sep 12
3
iptable for multiple ip address
Hi, All,
So far, all the applications I have seen for Iptables are focusing on connecting a WAN with one IP address to a LAN and using NAT. My question is if the iptables support multiple IP address on WAN side? If so, how it works (you only have one NIC on WAN side)? Is static NAT (it might not be the right term, I mean a static and permanent connection between WAN IP address and LAN IP address)
2003 Apr 11
1
How to change login for iaxtel.com IAX?
Hi,
I created an iaxtel account, and was given a password containing an
"@" character.
The directory pages imply that they change the web login password only.
How do I reset my IAX password so that it is usable in the iax.conf file?
Thanks,
Steve
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
2006 Feb 16
0
Asterisk 1.2.4 (behind NAT) IAX registration "Refresh 0" problem
Hi all,
I've had a strange problem this morning and I know someone who has
reported exactly this problem to me too last week: -
I've setup a new server running Asterisk 1.2.4. Currently there is no
Zaptel hardware install (but there will be soon). This server is behind
a NAT router on an DSL line.
The remote IAX server on the Internet (which handles the call
termination / origin)
2008 Mar 28
1
how to register IAX user without password for any user
Dear Sanjay,
Sorry sanjay i miss to explain completely. My PC2PC mean is
Dialer2Dialer i want to allow call between Dialer with out any
registry and authentication through IAX.
so i need to setup Asterisk accept calls from any user and users can
call to each other without any password and registration.
please help how can i configure Asterisk using IAX in this regards.
thanks,
Asif
Message: 9
2009 Jun 01
1
Asterisk 1.4.26-rc1 Now Available
The Asterisk Development Team is pleased to announce the first release
candidate of Asterisk 1.4.26. Asterisk 1.4.26-rc1 is available for
immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/
This release is primarily a fix for an issue (#14867, #14717) related to
security fix AST-2009-001 where IAX was not sending REGREJ to terminate invalid
registrations. Instead it sent
2009 Jun 01
1
Asterisk 1.4.26-rc1 Now Available
The Asterisk Development Team is pleased to announce the first release
candidate of Asterisk 1.4.26. Asterisk 1.4.26-rc1 is available for
immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/
This release is primarily a fix for an issue (#14867, #14717) related to
security fix AST-2009-001 where IAX was not sending REGREJ to terminate invalid
registrations. Instead it sent
2005 Feb 01
5
IAX registration keep alives
hallo all
could anyone tell me how to get the * to send keepalive packets over a registration "trunk"
or how to increase the amount
I'm having natting issues, (the machine is siting behind 2 nat firewalls)
thanks
liaan
---------------------------------
Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
-------------- next part --------------
An HTML
2006 Feb 06
1
IAX registration expiration
I can't seem to change the default registration for IAX clients:
Feb 6 12:22:52 NOTICE[7883]: chan_iax2.c:5673 update_registry: Restricting
registration for peer 'virbiage' to 60 seconds (requested 3600)
Feb 6 12:23:03 NOTICE[7883]: chan_iax2.c:5673 update_registry: Restricting
registration for peer 'test1' to 60 seconds (requested 1200)
Can this be controlled on a
2009 Jan 22
1
Help with Avaya integration
Hi,
I'm trying to integrate my asterisk PBX to an Avaya PBX. I am using
chan_ooh323 from asterisk-addons.
I am able to make a call from SIP Phone -> Asterisk -> Avaya -> Station
(phone) and vice versa.
I am also able to make a call from SIP Phone -> Asterisk -> Avaya -> PSTN.
However I face problems when I make DID calls from the PSTN. The DID
calls are made through