Re: [Asterisk-Users] Re: Grandstream Bugetone 101 mwi

2005-01-17 Thread Mark Elkins
On Sat, 2005-01-15 at 09:09 -0500, Doug Lytle wrote:
 Mike Dent wrote:

 Whilst on the subject of BT's, do the callers and called buttons function?
 they dont seem to do anything on mine?

 Yes, but the hand set needs to be off hook.

To add to Doug's reply...

---for people you have called---
1 - Pick up phone (or push 'speakerphone')
2 - Push 'called' - keep pushing it again and again - the displayed
number should change and the location where the time is usually
displayed will also change (increment)...
3 - When you get to the number you wish to call again - push 'send'

For people who have called you - exactly the same - except push the
'callers' button. The trick here is to make sure that the caller-id info
that the phone has saved (the people who have called you) somehow can be
sanely understood by your dial-plan logic..

I believe this works for the last 20 'called' and the last 20 'callers'.

Only flaw in the logic is that it would be nice to  push the
callers/called button - select the appropriate number and then when
pushing either 'send' or 'speakerphone' - activate the speakerphone and
dial the number...

-- 
  .  . ___. .__  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


Re: [Asterisk-Users] Re: Grandstream Bugetone 101 mwi

2005-01-17 Thread Mark Elkins
Curiosity got hold of me. I opened up my BT-10 (and it still works
afterwards..)

Under the keyboard (buttons) are four red LED's that appear to run in
parallel (they all flash at the same time when you put the power on).
These are used to light up the keyboard.

The Display LED (blue in my case) is flashed to indicate that a Message
is waiting

There appears to be no other LED's (or light sources) so no button will
ever (or can ever) flash...

In order to get the message button to work - programme it with the
extension number for your voice-mail.  On your BT-100's phone web page -
it looks something like.. 

Voice Mail UserID:[300]   (User ID/extension for 3rd party voice
mail system)  

So if I push the 'Message' button - I effectively dial '300' (ie the
same as picking up the handset and dialing '300').  In my
extensions.conf file - the appropriate line is... 

; 300 = Access Voicemail
; My 'Grandstreams' have a Message button - that I have programmed to
dial '300'
; They then pass over their CLID - so get to the correct mailbox
exten = 300,1,VoicemailMain(s${CALLERIDNUM})
exten = 300,2,Hangup

This will contact the Voicemail menu system - passing it the ID of the
phone that is calling it - the 's' is to skip the password
authentication..
Every BT-100 phone is set up in the same way - with the same '300' in
the Message Button field.

I also have the following set...  to **YES**

SUBSCRIBE for MWI:
Yes, send periodical SUBSCRIBE for Message Waiting Indication


So, with reasonably new firmware - the only button that does not seem to
have a function is 'Conference'. The 'Transfer' button is used for
attended (non-blind) transfers (see postings elsewhere).


On Fri, 2005-01-14 at 23:47 -0700, Paul Fielding wrote: 
  Hahawell the MWI is the blinking blue LCD.  The message button
  is reserved for future use  Hang in there.  There will soon to be some
  upgrades and rumor has it that the conferencing feature will soon be
  introduced so that conference button on the phone will soon be 
  working.
 
 The message button isn't reserved, it works fine, you simply need to 
 correctly configure it.   It's job is to dial the voicemail box when 
 pressed.   This works as designed.   It just doesn't blink.

  On Fri, 14 Jan 2005 10:25:46 -0500, Stephen R. Besch wrote
  Ronald Wiplinger wrote:
   I tried to use message waiting indicator, by Subscribe for MWI in the
   web menu of the phone.
  
   However, it does not light up / flash, even if a voice mail is waiting.
  
   Where is the switch to turn it to?

  I don't mean to be rude to everyone who responded to this question,
   but I think that everyone is answering the wrong question. The
  point is that the message waiting indicator doesn't light up, at all,
   ever. All that happens when messages are waiting is that the
  display blinks and the phone gives a stutter dialtone. That's it.
  There is no light under the button - there should be, but there
  isn't. The blinking phone designers should have put those stupid
  blinking red leds - that only flash on boot up - under the message
  button and flashed the display during boot up. But they didn't and
  we're stuck with it. Such is life.

-- 
  .  . ___. .__  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] Re: Grandstream Bugetone 101 mwi

2005-01-17 Thread Aldo Bergamini
[EMAIL PROTECTED] is believed to have said: 

In order to get the message button to work - programme it with the
extension number for your voice-mail.  On your BT-100's phone web page -
it looks something like.. 

Voice Mail UserID:[300]   (User ID/extension for 3rd party voice
mail system)  

So if I push the 'Message' button - I effectively dial '300' (ie the
same as picking up the handset and dialing '300').  In my
extensions.conf file - the appropriate line is... 


Aha! Now I understand...

I had completely misinterpreted the meaning of this field. My fault..

I thought one had to indicate the voice mailbox id (ie the id you define
in the voicemail.conf file) and NOT (as it really has to be...) the
extension number you have to dial to get your voicemails.

In other words my BT's had each a differente number in this field,
whereas one just has to put in whatever extension you dial to get to the 

exten = 300,1,VoicemailMain(s${CALLERIDNUM})
exten = 300,2,Hangup

in the dialplan.

As simple as that, then...

Thanks a lot,

Aldo


___
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] Re: Grandstream Bugetone 101 mwi

2005-01-15 Thread Mike Dent
Is there even a seperate LED under the message button? I'd doubt it
but I've not had
any of my BT's in bits yet!

Whilst on the subject of BT's, do the callers and called buttons function?
they dont seem to do anything on mine?

thanks
Mike


On Fri, 14 Jan 2005 23:47:12 -0700, Paul Fielding [EMAIL PROTECTED] wrote:
  Hahawell the MWI is the blinking blue LCD.  The message button
  is reserved for future use  Hang in there.  There will soon to be some
  upgrades and rumor has it that the conferencing feature will soon be
  introduced so that conference button on the phone will soon be
  working.
 
 The message button isn't reserved, it works fine, you simply need to
 correctly configure it.   It's job is to dial the voicemail box when
 pressed.   This works as designed.   It just doesn't blink.
 
 Paul
 
 
 
  David
 
 
  On Fri, 14 Jan 2005 10:25:46 -0500, Stephen R. Besch wrote
  Ronald Wiplinger wrote:
   I tried to use message waiting indicator, by Subscribe for MWI in the
   web menu of the phone.
  
   However, it does not light up / flash, even if a voice mail is waiting.
  
   Where is the switch to turn it to?
  
   bye
  
   Ronald
  
   ___
   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
  
 
  I don't mean to be rude to everyone who responded to this question,
   but I think that everyone is answering the wrong question. The
  point is that the message waiting indicator doesn't light up, at all,
   ever. All that happens when messages are waiting is that the
  display blinks and the phone gives a stutter dialtone. That's it.
  There is no light under the button - there should be, but there
  isn't. The blinking phone designers should have put those stupid
  blinking red leds - that only flash on boot up - under the message
  button and flashed the display during boot up. But they didn't and
  we're stuck with it. Such is life.
 
  Stephen R. Besch
 
  ___
  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
 
 
  -
  David Liu
  Chief Operating Officer
  Deltapath Commerce  Technology Limited
  HK Tel: +852 3107-1333
  HK Cell: +852 9166-1880
  US Tel: +1 313 228-0906
  -
  The Linux Enterprise Technology Provider!
  www.deltapath.com
 
  ___
  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 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 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] Re: Grandstream Bugetone 101 mwi

2005-01-15 Thread Doug Lytle
Mike Dent wrote:
Whilst on the subject of BT's, do the callers and called buttons function?
they dont seem to do anything on mine?
 


Yes, but the hand set needs to be off hook.
Doug
___
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] Re: Grandstream Bugetone 101 mwi

2005-01-14 Thread David Liu
Hahawell the MWI is the blinking blue LCD.  The message button 
is reserved for future use  Hang in there.  There will soon to be some 
upgrades and rumor has it that the conferencing feature will soon be 
introduced so that conference button on the phone will soon be working.

David


On Fri, 14 Jan 2005 10:25:46 -0500, Stephen R. Besch wrote
 Ronald Wiplinger wrote:
  I tried to use message waiting indicator, by Subscribe for MWI in the 
  web menu of the phone.
  
  However, it does not light up / flash, even if a voice mail is waiting.
  
  Where is the switch to turn it to?
  
  bye
  
  Ronald
  
  ___
  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
 
 
 I don't mean to be rude to everyone who responded to this question,
  but I think that everyone is answering the wrong question. The 
 point is that the message waiting indicator doesn't light up, at all,
  ever. All that happens when messages are waiting is that the 
 display blinks and the phone gives a stutter dialtone. That's it. 
 There is no light under the button - there should be, but there 
 isn't. The blinking phone designers should have put those stupid 
 blinking red leds - that only flash on boot up - under the message 
 button and flashed the display during boot up. But they didn't and 
 we're stuck with it. Such is life.
 
 Stephen R. Besch
 
 ___
 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


-
David Liu
Chief Operating Officer
Deltapath Commerce  Technology Limited
HK Tel: +852 3107-1333
HK Cell: +852 9166-1880
US Tel: +1 313 228-0906
-
The Linux Enterprise Technology Provider!
www.deltapath.com

___
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] Re: Grandstream Bugetone 101 mwi

2005-01-14 Thread Wilson Pickett
 Hahawell the MWI is the blinking blue LCD.  The message button
 is reserved for future use  Hang in there.  There will soon to be some
No the message button call the number you configure in the web
interface. Presumably voicemail, but could be your mistress.
___
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] Re: Grandstream Bugetone 101 mwi

2005-01-14 Thread Paul Fielding
Hahawell the MWI is the blinking blue LCD.  The message button
is reserved for future use  Hang in there.  There will soon to be some
upgrades and rumor has it that the conferencing feature will soon be
introduced so that conference button on the phone will soon be 
working.
The message button isn't reserved, it works fine, you simply need to 
correctly configure it.   It's job is to dial the voicemail box when 
pressed.   This works as designed.   It just doesn't blink.

Paul


David
On Fri, 14 Jan 2005 10:25:46 -0500, Stephen R. Besch wrote
Ronald Wiplinger wrote:
 I tried to use message waiting indicator, by Subscribe for MWI in the
 web menu of the phone.

 However, it does not light up / flash, even if a voice mail is waiting.

 Where is the switch to turn it to?

 bye

 Ronald

 ___
 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

I don't mean to be rude to everyone who responded to this question,
 but I think that everyone is answering the wrong question. The
point is that the message waiting indicator doesn't light up, at all,
 ever. All that happens when messages are waiting is that the
display blinks and the phone gives a stutter dialtone. That's it.
There is no light under the button - there should be, but there
isn't. The blinking phone designers should have put those stupid
blinking red leds - that only flash on boot up - under the message
button and flashed the display during boot up. But they didn't and
we're stuck with it. Such is life.
Stephen R. Besch
___
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

-
David Liu
Chief Operating Officer
Deltapath Commerce  Technology Limited
HK Tel: +852 3107-1333
HK Cell: +852 9166-1880
US Tel: +1 313 228-0906
-
The Linux Enterprise Technology Provider!
www.deltapath.com
___
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 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