Re: [Asterisk-Users] Netlogic inbound DID issue

2005-04-09 Thread James Taylor
I've seen this with @home.
Either trunk (under amp) and then dial(sip/trunk_name/extension)
or
Dial(IAX2/user_name:[EMAIL PROTECTED]/s)
James
On Fri, 18 Mar 2005 07:08:17 -0600, Matt Schulte [EMAIL PROTECTED]  
wrote:

Per Mike's issue here, we're noticing this problem with older versions
of Asterisk (it would seem?), and especially distrib [EMAIL PROTECTED] As
he stated we're seeing 'No Authority Found' coming from the clients, in
[EMAIL PROTECTED] 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:[EMAIL PROTECTED]
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:[EMAIL PROTECTED]
[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 = _1NXXNXX,1,SetCallerID(9193233010)
exten = _1NXXNXX,2,Dial(IAX2/netlogic/${EXTEN})
exten =
_1NXXNXX,3,Dial(IAX2/username:[EMAIL PROTECTED]/${EXTEN})
exten = _1NXXNXX,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: 0 [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 '[EMAIL PROTECTED]'
Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass:
REJECT
   Timestamp: 00018ms  SCall: 2  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

--
James Taylor
MetroTel
3505 Summerihll Road
Suite 11
Texarkana, Texas  75503
903-793-1956
___
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


RE: [Asterisk-Users] Netlogic inbound DID issue

2005-03-18 Thread Matt Schulte
Per Mike's issue here, we're noticing this problem with older versions
of Asterisk (it would seem?), and especially distrib [EMAIL PROTECTED] As
he stated we're seeing 'No Authority Found' coming from the clients, in
[EMAIL PROTECTED] 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:[EMAIL PROTECTED] 
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:[EMAIL PROTECTED]

[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 = _1NXXNXX,1,SetCallerID(9193233010)
exten = _1NXXNXX,2,Dial(IAX2/netlogic/${EXTEN})
exten = 
_1NXXNXX,3,Dial(IAX2/username:[EMAIL PROTECTED]/${EXTEN})
exten = _1NXXNXX,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: 0 [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 '[EMAIL PROTECTED]'
Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: 
REJECT
   Timestamp: 00018ms  SCall: 2  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