[Asterisk-Users] Grandstream setup woe and solution

2005-01-27 Thread Mark Elkins
Just added a new Grandstream BT102 to my network. Its running new
firmware (Ver 1.0.5.22 of 2005-01-21). I could NOT get the damn thing to
(SIP) register

Gripe 1: The New Firmware does NOT show the current version of all the
firmware. You have to ask the phone manually with its menu button.

Gripe 2: It does not show '' in the the two password fields... This
is what caught me - I had two browser (tabbed) sessions and was
switching between them - looking for differences... obvious the password
fields now being blank look the same.. I never typed in the
Authenticate Password:  

Doing so fixed the problem.

If anyone from Grandstream lurks - can they change this behaviour? - at
least fake some '***' in the password fields...

Asterisk also had me chasing my tail - it never mentioned anything such
as 'SIP Registration password is incorrect' - I got one..

chan_sip.c:7231 handle_request: Failed to authenticate user Phone Five
sip:[EMAIL PROTECTED];user=phone;tag=fjhgkjhgkhjlk

(OK - failed authentication - but something about the password would
have been better)

and got lots of...
chan_sip.c:7588 handle_request: Registration from
'sip:[EMAIL PROTECTED];user=phone' failed for '192.168.0.126'

... which had me greping around for the word phone  (should this
have not been phone5 ??)

-- 
  .  . ___. .__  Posix Systems - Sth Africa.  e.164 VOIP ready
 /| /|   / /__   [EMAIL PROTECTED]  -  Mark J Elkins, Cisco CCIE
/ |/ |ARK \_/ /__ LKINS  Tel: +27 12 807 0590  Cell: +27 82 601 0496

___
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] Grandstream Setup

2003-10-10 Thread listasterisk
Hi People,

Ok i've tried everything I can think of but cant get this to work.

Can someone please give me an example of their sip.conf settings and also the 
details of the settings in their grandstream phone to allow:
1. Grandstream phone to register with asterisk when on same lan.
2. Grandstream phone to register with asterisk when phone is behind a nat.

Regards,
Aaron.



-
This mail sent through IMP: http://horde.org/imp/
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Grandstream Setup

2003-10-10 Thread rnc Info Lists
My config that works for number 1 is below.   Everything works including
the voice mail waiting light. All of this for * was copied from or based
on:
http://www.automated.it/guidetoasterisk.htm.  This is an EXCELLENT getting
started site.   Can't help you with #2 but am sure others can.

sip.conf for extension 2000
[2000]

type=friend   ; This device takes and makes calls
username=2000 ; Username on device
secret=9overthruster7 ; Password for device
host=dynamic  ; This host is not on the same IP addr every time
context=from-sip  ; Inbound calls from this host go here
mailbox=2000   ; Activate the message waiting light if this
  ; voicemailbox has messages in it


extensions.conf

exten = 2000,1,Dial(SIP/2000,20)
exten = 2000,2,Voicemail(u2000)


Budge Tone config:

SIP Server:  192.168.0.110  (my * box)
SIP Userid:  2000 (userid is same as extension
Authenticate ID: 2000
Authenticate password:  9overthruster7
Send DTMF:  Via SIP info   (in order for the dtmf to be recognized by
voicemail)

 Hi People,

 Ok i've tried everything I can think of but cant get this to work.

 Can someone please give me an example of their sip.conf settings and also
 the
 details of the settings in their grandstream phone to allow:
 1. Grandstream phone to register with asterisk when on same lan.
 2. Grandstream phone to register with asterisk when phone is behind a nat.

 Regards,
 Aaron.



 -
 This mail sent through IMP: http://horde.org/imp/
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users