Greetings, Also check that you are really talking to the asterisk server. We had the same problem this morning with SIPURA when we were talking x.x.x.100 and not x.x.x.249
The problem was that asterisk listens on the first interface it finds on the server. So if there are two network cards, or two ip addresses, asterisk might be sitting on the other address. Look at the asterisk address of a working phone. Hope this helps. Race Vanderdecken -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Hamel Sent: 06 November 2004 22:06 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] SIPURA does not register with Asterisk Hi, The first thing is I dont see a "username=<username>" in your config.I recommend keeping the username the same as what you have in the brackets, in this case "[201]" If you are behind a NAT device make sure to add "nat=yes" And if you dont have it configured in the [general] context be sure to handle your codecs. eg: disallow=all allow=ulaw ;or whatever Other than this, are you sure the 2000 is getting an IP address assigned to it. Look in your docs, off hand I think on the touch tone pad of the phone you have plugged into the 2000 you do a "****" then "110" but you'd better check into this incase Im wrong. So, have at it like this: [201] username=201 type = friend host = dynamic secret=201 dtmfmode = rfc2833 context = default [EMAIL PROTECTED] nat=yes canreinvite=no callerid = "201" <201> disallow=all allow=ulaw HTH Ciao, -b Quoting Naren Koka <[EMAIL PROTECTED]>: > I have a SIPURA 2000 which is supposed to register > with the Asterisk server. However it does not register > at all. > > I have two lines registered in the SIP.conf > > [201] > type = friend > host = dynamic > secret=201 > dtmfmode = rfc2833 > context = default > [EMAIL PROTECTED] > canreinvite=no > callerid = "201" <201> -- ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- This message has been scanned for viruses and dangerous content by the Bugs.Hamel.Net MailScanner, and appears to be clean. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
