[asterisk-users] Registration state: Failed

Vivek Shrivastava vivshrivastava at gmail.com
Fri Nov 30 23:25:31 CST 2007


Hmmm, what OS you are using,,,this could be related to "*Access Control
Lists"..*but i guess that is in Solaris * *

On 11/30/07, Newbie <newbie at pbxsoftwares.com> wrote:
>
>  Hello,
>
> After I turned on "full=>" in logged.conf .. I got the following:
>
> [Nov 30 12:00:25] NOTICE[2601] chan_sip.c: Registration from 'FXS1 <
> sip:998 at 172.16.1.74>' failed for '172.16.1.169' - Device does not match
> ACL
> [Nov 30 12:00:29] NOTICE[2601] chan_sip.c: Registration from 'FXS1 <
> sip:998 at 172.16.1.74>' failed for '172.16.1.169' - Device does not match
> ACL
> [Nov 30 12:00:33] NOTICE[2601] chan_sip.c: Registration from 'FXS1 <
> sip:998 at 172.16.1.74>' failed for '172.16.1.169' - Device does not match
> ACL
> [Nov 30 12:00:35] NOTICE[2601] chan_sip.c: Registration from 'FXO1 <
> sip:999 at 172.16.1.74>' failed for '172.16.1.169' - Device does not match
> ACL
> [Nov 30 12:00:35] NOTICE[2601] chan_sip.c: Registration from 'FXO1 <
> sip:999 at 172.16.1.74>' failed for '172.16.1.169' - Device does not match
> ACL
> [Nov 30 12:00:36] NOTICE[2601] chan_sip.c: Registration from 'FXO1 <
> sip:999 at 172.16.1.74>' failed for '172.16.1.169' - Device does not match
> ACL
>
> any idea or clue?
>
> Thanks a lot in advance
>
> Regards
>
> Winanjaya
>
>
>
>  ----- Original Message -----
> *From:* Vivek Shrivastava <vivshrivastava at gmail.com>
> *To:* Newbie <newbie at pbxsoftwares.com>
>  *Cc:* Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users at lists.digium.com>
> *Sent:* Saturday, December 01, 2007 11:50 AM
> *Subject:* Re: [asterisk-users] Registration state: Failed
>
>
> well, then i would recommend to see "full" log in debug mode that might
> give some clue. if you have not done this before you can uncomment line
> starting with "full=>" in the logger.conf... the log will be the usual
> /var/log/asterisk/ directory.
>
> Thanks,
>
> Vivek
>
>
> On 11/30/07, Newbie <newbie at pbxsoftwares.com> wrote:
> >
> >  Hi,
> > there is no problem with X-Lite, the problem is SPA-3102 shown:
> >
> > Line 1:
> > Registration Status: Failed
> >
> > PSTN Line 1:
> > Registration Status: Failed
> >
> > I also had added 1 more extension 251..then tried to call 251 from 250
> > by using X-Lite and it works perfectly.. so that's why I am sure there is no
> > problem with X-Lite .. what I suspect is the problem on Registration process
> > in AsteriskNow..
> >
> > since I am very new with this.. I don't know why this problem occurs ...
> > could any body please help?
> >
> > Thanks & Regards
> > Winanjaya
> >
> > [general]
> > context=default
> > allowoverlap=no
> > bindport=5060
> > bindaddr=0.0.0.0
> > srvlookup=yes
> > videosupport=yes
> > disallow=all
> > allow=ilbc
> > allow=gsm
> > allow=ulaw
> > allow=h261
> > allow=h263
> > allow=h263p
> > register=998:1234 at line1/998
> > register=999:1234 at pstnline1/999
> > [line1]
> > type=peer
> > host=dynamic
> > defaultip=172.16.1.74
> > fromuser=998
> > secret=1234
> > fromdomain=172.16.1.169
> >
> > [line2]
> > type=peer
> > host=dynamic
> > defaultip=172.16.1.74
> > username=999
> > secret=1234
> > fromdomain=172.16.1.169
> >
> >
> > Command>* sip show peers*
> >
> > Name/username              Host            Dyn Nat ACL Port     Status
> > pstnline1/999              (Unspecified)    D          0        Unmonitored
> > line1                      (Unspecified)    D          0        Unmonitored
> > 250/250                    172.16.1.88      D          27778    Unmonitored
> > 2500                       (Unspecified)    D          0        Unmonitored
> > 251                        (Unspecified)    D          0        Unmonitored
> > 5 sip peers [Monitored: 0 online, 0 offline Unmonitored: 1 online, 4 offline]
> >
> >
> >
> >
> >
> >
> >
> >
> > ----- Original Message -----
> >
> > *From:* Vivek Shrivastava <vivshrivastava at gmail.com>
> > *To:* Newbie <newbie at pbxsoftwares.com> ; Asterisk Users Mailing List -
> > Non-Commercial Discussion <asterisk-users at lists.digium.com>
> > *Sent:* Saturday, December 01, 2007 11:34 AM
> > *Subject:* Re: [asterisk-users] Registration state: Failed
> >
> >
> > Hi,
> >
> > x-lite has extensive debug facility you can turn that on in the advanced
> > options, that probably will give better understanding as what is going on
> > from x-lite side. i also have experienced the same but that involved
> > firewall and NAT issues.
> >
> > Thanks,
> >
> > Vivek
> >
> >
> > On 11/30/07, Newbie <newbie at pbxsoftwares.com > wrote:
> > >
> > >  Dear Support,
> > >
> > > I am running AsteriskNow + X-Lite as my SoftPhone and SPA-3102
> > > connected with PSTN line.
> > >
> > > I have 3 extensions:
> > >
> > > 250 -> my extension
> > > 998 -> I configured as Line 1 in SPA-3102
> > > 999 -> I configured as PSTN Line 1 in SPA-3102
> > >
> > > I have created 998 and 999 to the user extension list of the
> > > AsteriskNow
> > >
> > > why I still got Registration state: Failed for both Line 1 status and
> > > PSTN Line status ?
> > >
> > >
> > > my topology is below:
> > >
> > > Users <--> AsteriskNow <--> SPA-3102 <--> PSTN line
> > >
> > > Please help
> > >
> > > Thanks  a lot in advance
> > >
> > > Regards
> > > Winanjaya
> > >
> > >
> > >
> > > _______________________________________________
> > > --Bandwidth and Colocation Provided by http://www.api-digital.com--
> > >
> > > asterisk-users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > >   http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071130/24286adb/attachment.htm 


More information about the asterisk-users mailing list