[Asterisk-Users] fwd IAX2 error

2005-01-25 Thread Joseph
I'm trying to test IAX2 with FWD 

It registers fine but when I try to receive the call I get:

chan_iax2.c:476 iax_error_output: Ignoring unknown information element 'Unknown 
IE' (38) of length 1
Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:476 iax_error_output: Ignoring 
unknown information element 'Unknown IE' (39) of length 1
Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:476 iax_error_output: Ignoring 
unknown information element 'Unknown IE' (40) of length 2
Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:3044 authenticate_verify: 
requested inkey 'freeworlddialup' for RSA authenticationdoes not exist

When I try to call out I get:

Called 495771:[EMAIL PROTECTED]
WARNING[114696]: chan_iax2.c:4534 socket_read: Call rejected by 65.39.205.121: 
No such context/extension

-- 
#Joseph
___
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] fwd IAX2 error

2005-01-25 Thread Joseph
On Tue, 2005-01-25 at 18:27 -0700, Joseph wrote:
 I'm trying to test IAX2 with FWD 
 
 It registers fine but when I try to receive the call I get:
 
 chan_iax2.c:476 iax_error_output: Ignoring unknown information element 
 'Unknown IE' (38) of length 1
 Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:476 iax_error_output: Ignoring 
 unknown information element 'Unknown IE' (39) of length 1
 Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:476 iax_error_output: Ignoring 
 unknown information element 'Unknown IE' (40) of length 2
 Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:3044 authenticate_verify: 
 requested inkey 'freeworlddialup' for RSA authenticationdoes not exist
 

Solve the outgoing call problem to FWD over IXA2 but I still receiving
the above error with incoming call.

-- 
#Joseph
___
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] fwd IAX2 error

2005-01-25 Thread Kris Stark
Joseph wrote:
I'm trying to test IAX2 with FWD 

It registers fine but when I try to receive the call I get:
chan_iax2.c:476 iax_error_output: Ignoring unknown information element 'Unknown 
IE' (38) of length 1
Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:476 iax_error_output: Ignoring 
unknown information element 'Unknown IE' (39) of length 1
Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:476 iax_error_output: Ignoring 
unknown information element 'Unknown IE' (40) of length 2
Jan 25 18:02:12 WARNING[114696]: chan_iax2.c:3044 authenticate_verify: 
requested inkey 'freeworlddialup' for RSA authenticationdoes not exist
You defined the authentication to use the public key, 
freeworlddialup.pub, and asterisk cannot find it.

From the FWD web page:
You will also need the freeworlddialup.pub key in your 
/var/lib/asterisk/keys/ directory. (If you installed from cvs after June 
3, you probably have this file already.) If not, you can wget it from
this link.

The link is http://downloads.fwdnet.net/freeworlddialup.pub
Kris
When I try to call out I get:
Called 495771:[EMAIL PROTECTED]
WARNING[114696]: chan_iax2.c:4534 socket_read: Call rejected by 65.39.205.121: 
No such context/extension

begin:vcard
fn:Kris Stark
n:Stark;Kris
org:Dataflow
adr:Suite B;;401 E State St;Ithaca;NY;14850;USA
email;internet:[EMAIL PROTECTED]
title:IT Manager
tel;work:+1 607 272 8589
tel;fax:+1 607 272 8634
tel;cell:+1 607 768 4401
x-mozilla-html:FALSE
url:http://www.goDataflow.com
version:2.1
end:vcard

___
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] fwd IAX2 error

2005-01-25 Thread Joseph

 You defined the authentication to use the public key, 
 freeworlddialup.pub, and asterisk cannot find it.
 
  From the FWD web page:
 
 You will also need the freeworlddialup.pub key in your 
 /var/lib/asterisk/keys/ directory. (If you installed from cvs after June 
 3, you probably have this file already.) If not, you can wget it from
 this link.
 
 The link is http://downloads.fwdnet.net/freeworlddialup.pub
 
 Kris

Thanks Kris, I've missed that section.
I need learn to upgrade my outdated asterisk with cvs, Gentoo is too
much behind in stable version.

-- 
#Joseph
___
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