Matt Schulte
2005-Mar-18 11:05 UTC
[Asterisk-Users] IAX Peer/auth issues WAS: Netlogic inbound DID issue
Has something changed in the recent modifications to Asterisk that would
break dialing of the IAX peer? We're getting these authority failures
everywhere.
Everything is configured just the way it was half a year ago, this is
the message we're getting on the most recent vers of asterisk. Wiki says
nothing, nor does the ast-dev list..
-lost
Mar 18 12:55:23 NOTICE[3479]: chan_iax2.c:6545 socket_read: Rejected
connect attempt from 206.80.70.49, who was trying to reach
'+13147324948@netlogic'
--extensions.conf--
exten => +13147324948,1,Dial(Zap/1/)
-- iax.conf --
register => athome:homeat@zoot.netlogic.net
[athome]
type=friend
host=zzz.netlogic.net
context=zap
auth=plaintext
username=zzz
secret=xxx
disallow=all
allow=ulaw
allow=all
---
on zzz.netlogic.net iax.conf
[athome]
type=friend
host=dynamic
context=athome
peercontext=zap
auth=plaintext
username=zzz
secret=xxx
disallow=all
allow=ulaw
allow=all
-----Original Message-----
From: Matt Schulte
Sent: Friday, March 18, 2005 7:08 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Netlogic inbound DID issue
Per Mike's issue here, we're noticing this problem with older versions
of Asterisk (it would seem?), and especially distrib Asterisk@home.. As
he stated we're seeing 'No Authority Found' coming from the clients,
in
Ast@Home we get see the No Authority found on the server, and the client
sees absolutely nothing.
What's strange is I personally run CVS-head at my house, dated 11/10/04,
it has no problems at all.
If anyone has info on this please help, it's killing us :D
Matt
-----Original Message-----
From: Mike Clark [mailto:mike@infoanywhere.com]
Sent: Thursday, March 17, 2005 11:02 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Netlogic inbound DID issue
Anyone out there using NetLogic DIDs? And have inbound working? I got
outbound working, but no joy so far with inbound. Here are the relevant
parts from my conf files:
iax.conf
[general]
tos=lowdelay
jitterbuffer=no
register => username:secret@zoot.netlogic.net
[netlogic]
type=friend
host=dynamic
context=sourcekit-main
auth=plaintext
usernamesecretdisallow=all
allow=ulaw
allow=all
extensions.conf
[sourcekit-sip]
exten => 101,1,Dial(SIP/SK-101,20)
exten => 101,2,Voicemail(u101)
exten => 101,102,Voicemail(b101)
exten => 101,103,Hangup
exten => 2999,1,VoicemailMain(${CALLERIDNUM})
[sourcekit-main]
include=>sourcekit-sip
exten => +19193233010,1,GoTo(sourcekit-sip,101,1)
exten => _1NXXNXXXXXX,1,SetCallerID(9193233010)
exten => _1NXXNXXXXXX,2,Dial(IAX2/netlogic/${EXTEN})
exten =>
_1NXXNXXXXXX,3,Dial(IAX2/username:secret@iax.simpletelecom.com/${EXTEN})
exten => _1NXXNXXXXXX,4,Hangup
[netlogic]
include=>sourcekit-main
and, thr debug output from * CLI:
Asterisk Ready.
*CLI> iax2 debug
IAX2 Debugging Enabled
*CLI> Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX
Subclass: NEW
Timestamp: 00017ms SCall: 00030 DCall: 00000 [206.80.70.49:4569]
VERSION : 2
CALLED NUMBER : +19193233010
Unknown IE 045 : Present
CALLING NUMBER : +13362150564
CALLING PRESNTN : 0
CALLING TYPEOFN : 0
CALLING TRANSIT : 0
LANGUAGE : en
CALLED CONTEXT : netlogic
USERNAME : username
FORMAT : 4
CAPABILITY : 2097151
ADSICPE : 2
DATE TIME : 175199382
Ignoring unknown information element 'Unknown IE' (45) of length 1 Mar
17 12:35:19 NOTICE[21100]: chan_iax2.c:5419 socket_read: Rejected
connect at
tempt from 206.80.70.49, who was trying to reach '+19193233010@netlogic'
Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass:
REJECT
Timestamp: 00018ms SCall: 00002 DCall: 00030 [206.80.70.49:4569]
CAUSE : No authority found
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
