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:xxxxx@iax2.fwdnet.net WARNING[114696]: chan_iax2.c:4534 socket_read: Call rejected by 65.39.205.121: No such context/extension -- #Joseph
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 existYou 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:xxxxx@iax2.fwdnet.net > WARNING[114696]: chan_iax2.c:4534 socket_read: Call rejected by 65.39.205.121: No such context/extension >-------------- next part -------------- A non-text attachment was scrubbed... Name: Kris.Stark.vcf Type: text/x-vcard Size: 306 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050125/99ae3672/Kris.Stark.vcf
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