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
Hi, I've got an Asterisk latest CVS head with oh323 installed. There is one thing I can't understand about the codec negociation. I receive calls in G723&G729, and send them to another gateway who can handle both codecs too. So all I want to do is just passthrou, for both. It seems that * only try to send with the first of the list, what is fine when it's the good one, but otherwise he complain about being unable to transcode instead of trying the second codec. I hope I've explained well my problem. Could someone explain me a little bit more about the negociation ? Or did someone have the same issue ? I didn't find much info, tried docs & google. Thank you. Yves
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