[Asterisk-Users] Netlogic inbound DID issue

Mike Clark mike at infoanywhere.com
Thu Mar 17 10:02:21 MST 2005


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 at zoot.netlogic.net

[netlogic]
type=friend
host=dynamic
context=sourcekit-main
auth=plaintext
username=
secret=
disallow=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 at 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 at 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




More information about the asterisk-users mailing list