Re: [Asterisk-Users] IAX1 vs IAX2 for IAXtel

2004-01-30 Thread Mark Spencer
in the *short term* just add:

noload = chan_iax.so

to your modules.conf

Eventually we will move chan_iax2.c to chan_iax.c and chan_iax.c will
become chan_iax1.c and will likely not be a default part of the build
process.

Mark

On Sat, 31 Jan 2004, Vic Cross wrote:

 G'day list,

 I am getting a lot[1] of traffic on my Internet link, ICMP messages from
 69.73.19.178 telling me UDP port 5036 is unreachable (this IP address
 belongs to iaxtel.org).

 I see from the wiki that IAXtel supports only IAX2 from December 2003.
 Fine, however it looks like my * still wants to try and register using
 IAX1, and I can't find how to turn this off.

 This situation is confirmed in the response from iax show registry and
 iax2 show registry:

 enterprise*CLI iax show registry
 HostUsername Perceived  Refresh  State
 69.73.19.178:5036   ##myid## Unregistered  60  Request Sent
 enterprise*CLI iax2 show registry
 HostUsername Perceived  Refresh  State
 69.73.19.178:4569   ##myid## ##myIP##:4569   60  Registered

 Can I shut off these attempts to register using IAX1 (please forgive me if
 it's obvious, but I've been through the wiki and the Handbook)?

 Cheers,
 Vic Cross

 [1] Okay, so it's not actually a lot of data, but it's four
 request/responses every ten seconds, non-stop...
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IAX1 vs IAX2 for IAXtel

2004-01-30 Thread Tilghman Lesher
On Friday 30 January 2004 08:59, Vic Cross wrote:
 G'day list,

 I am getting a lot[1] of traffic on my Internet link, ICMP messages
 from 69.73.19.178 telling me UDP port 5036 is unreachable (this IP
 address belongs to iaxtel.org).

 I see from the wiki that IAXtel supports only IAX2 from December
 2003. Fine, however it looks like my * still wants to try and
 register using IAX1, and I can't find how to turn this off.

bash# touch /etc/asterisk/iax1.conf
bash# asterisk -rx reload

This will pretty much turn off chan_iax without unloading it.

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IAX1 vs IAX2 for IAXtel

2004-01-30 Thread Vic Cross
G'day Tilghman,

On Fri, 30 Jan 2004, Tilghman Lesher wrote:

 bash# touch /etc/asterisk/iax1.conf
 bash# asterisk -rx reload

Thanks, this worked!

Thanks also to Mark and Philipp; I think I might give that a try also (as 
it is probably not sensible to load a module that does nothing :-)

Cheers,
Vic Cross

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users