Re: [Asterisk-Users] OT: MWI on Treo 600/650

2006-05-02 Thread Mark Johnson

Andrew Kohlsmith wrote:

On Thursday 13 April 2006 09:02, David Cook wrote:
  

My cell vm goes to asterisk, not the carrier. Apparently MWI is turned
on/off with specially formatted SMS messages. Anyone know how to do this
on a Treo 600? Having the phone light from Asterisk would be HUGE ...
not to mention extremely cool.



I've been working on this off and on for AGES.  There are some SMS portal 
sites that claim to be able to do this as well, but I have not managed to 
find one.


-A.
  
I know this thread is probably a little aged, but I'm intrigued...  How 
are you forwarding cell vm to asterisk?  When busy or unavailable, do 
you forward to a DID set up to go directly to your asterisk voicemail?


I get so many complaints about how the buttons to navigate Asterisk 
voicemail are different from the company's cell phones and different 
again from their personal cell phones.  I could combine at least two of 
them this way!


Mark
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] OT: MWI on Treo 600/650

2006-05-02 Thread Gary Reuter

On 4/13/06, David Cook [EMAIL PROTECTED] wrote:

My cell vm goes to asterisk, not the carrier. Apparently MWI is turned
on/off with specially formatted SMS messages. Anyone know how to do this
on a Treo 600? Having the phone light from Asterisk would be HUGE ...
not to mention extremely cool.


I've had this working using Clickatell.com as a third-party provider,
and by using Gammu (gammu.org) with a Nokia 6190 (using serial
connection).

MWI is set by setting the UDH of the SMS to '04010200xx' where the
last two digits indicate the number of new messages -- when 00, the
MWI is turned off, other values should display on the phone.

BTW, not all cel-carriers allow you to change the message-center
number for voicemail -- they've disabled the menu option in the phones
to prevent you from changing it.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] OT: MWI on Treo 600/650

2006-05-02 Thread Andrew Kohlsmith
On Tuesday 02 May 2006 13:10, Mark Johnson wrote:
 I know this thread is probably a little aged, but I'm intrigued...  How
 are you forwarding cell vm to asterisk?  When busy or unavailable, do
 you forward to a DID set up to go directly to your asterisk voicemail?

heh... I cheat.  I don't give out my cellphone number.  I give out a DID going 
to Asterisk, and then do this:

exten = 5551212,1,Dial(${ANDREWCELL},16,rt)
exten = 5551212,n,VoiceMail([EMAIL PROTECTED])
exten = 5551212,n,Macro(handle-hangup)

Note that this is one of the ONLY times that it is *RIGHT* to use the 'r' Dial 
option, by the way.  I use it because if my cell is off/dead/out of area the 
caller hears ringing instead of The cellular customer you have called is not 
available.

I have call waiting on the cell, so that feature continues to work as expected 
and, if I don't answer, it just goes to voicemail.

 I get so many complaints about how the buttons to navigate Asterisk
 voicemail are different from the company's cell phones and different
 again from their personal cell phones.  I could combine at least two of
 them this way!

There was some mention of all the key sequences being programmable at one 
point for the Voicemail app... I haven't heard anything about that in a while 
though.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] OT: MWI on Treo 600/650

2006-05-02 Thread Jay Milk

Mark Johnson wrote:

Andrew Kohlsmith wrote:

On Thursday 13 April 2006 09:02, David Cook wrote:
 

My cell vm goes to asterisk, not the carrier. Apparently MWI is turned
on/off with specially formatted SMS messages. Anyone know how to do 
this

on a Treo 600? Having the phone light from Asterisk would be HUGE ...
not to mention extremely cool.



I've been working on this off and on for AGES.  There are some SMS 
portal sites that claim to be able to do this as well, but I have not 
managed to find one.


-A.
  
I know this thread is probably a little aged, but I'm intrigued...  
How are you forwarding cell vm to asterisk?  When busy or unavailable, 
do you forward to a DID set up to go directly to your asterisk voicemail?


I get so many complaints about how the buttons to navigate Asterisk 
voicemail are different from the company's cell phones and different 
again from their personal cell phones.  I could combine at least two 
of them this way!


I do the same thing.  It's called conditional-call-forward or 
call-divert, depending on what continent you find yourself on.  Under 
normal circumstances, CCF is set to the cellular provider's voicemail 
system, which in turn uses called# info to put you into the right 
voice-mail.  Since I don't have a PRI which provides that kind of info, 
I simply use a DID for it.  Nice feature on T-Mobile US is that you have 
a 500 minute bucket of CCF minutes.

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] OT: MWI on Treo 600/650

2006-04-13 Thread Andrew Kohlsmith
On Thursday 13 April 2006 09:02, David Cook wrote:
 My cell vm goes to asterisk, not the carrier. Apparently MWI is turned
 on/off with specially formatted SMS messages. Anyone know how to do this
 on a Treo 600? Having the phone light from Asterisk would be HUGE ...
 not to mention extremely cool.

I've been working on this off and on for AGES.  There are some SMS portal 
sites that claim to be able to do this as well, but I have not managed to 
find one.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] OT: MWI on Treo 600/650

2006-04-13 Thread Mike Dent
On 4/13/06, David Cook [EMAIL PROTECTED] wrote:
 My cell vm goes to asterisk, not the carrier. Apparently MWI is turned
 on/off with specially formatted SMS messages. Anyone know how to do this
 on a Treo 600? Having the phone light from Asterisk would be HUGE ...
 not to mention extremely cool.

 dbc.

Have a look at http://www.bayhamsystems.com/asterisk.html  there are
some mention of MWI etc on there.

Mike


 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users