Re: VM notification via SMS
Check with your cell service.
There should be an @carrier.com type ending.
Re: VM notification via SMS
It does not go out as a SMS is the problem. It is sent out as a email so you need your full email address of your XXXXXXXXXX@carrier.com - this is how I have mine set up to receive a text of voicemail.
Re: VM notification via SMS
Yeah, I know that I can send an email to my cellphone, e.g, number@tmomail.net, but that's not what I want, nor what it looked like the SMS feature was intended to be.
The VM notification has two delivery options (plus MWI): 1) email with or without WAV attachment, and 2) SMS.
Email and MWI work, but SMS so far hasn't for me. Sure, I can setup my mail server to copy the notification to my inbox and forward my phone, but I want WAV attachment on my inbox and not on my phone (ok, I can further setup more complex rule on my mail server to drop the attachment before sending to my phone)... but... all that is unnecessary if SMS just works at it should.
I have a ticket open for this.. will post update.
Re: VM notification via SMS
In the SMS field, you need to use XXXXXXXXXX@carrier.com there. It won't e-mail the attachment there and is a different notification message.
Re: VM notification via SMS
1. Ok, using number@provider should be called "Email to SMS" as it is not a true SMS from Voipo, but I can definitely understand as it's not cheap to use an SMS gateway.
Voipo email -> Mobile Phone Provider's Email Server -> SMS Gateway -> Cell Phone.
Unfortunately, the message I got when I set it up this way was still about 1K in size, and it was delivered to my phone as an MMS.
(on the contrary, I can send a similar message from my email client to my phone directly that ends up as a true SMS, something as short as "Voicemail from 1234567890 <1234567890>" on the subject line only, in text format).
2. Prior to Tim's response, CS tried to put number@provider on the same field as the email target field, comma-separated. That worked too, again as an email to SMS, but it arrived on the phone as a 70K MMS (with the attachment). That would eat up my dataplan.
I prefer approach 1, and as I mentioned, it would be perfect if the email message from Voipo is further truncated (and sent as a plain text, if not already) so that it arrives on the phone as true SMS.
Re: VM notification via SMS
I agree. Email to SMS is not a true SMS service. My carrier (BlackBerry on T-Mobile) just fails to deliver the messages from VoIPo. If I switch the SMS e-mail address to a regular e-mail address, it's obvious that the messages being generated are too long for SMS. The message is encapsulated as multipart MIME, and the text it's trying to send to my phone looks like this:
Quote:
--XXXX_boundary_XXXX
Content-Type: multipart/alternative;
boundary="000XXX000"
--000XXX000
Content-Type: text/plain; charset=ISO-8859-1; Format=Flowed
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Created: Thursday, January 07 2010, 06 18 PM
From: "Smith, John - Home" <415570####>
Duration: 00:00:07
Account:
415570####@sip.voipwelcome.com
--000XXX000--
--XXXX_boundary_XXXX--
Now why can't all that be shortened to a simple, plain text message that says the callerid, time, and return number, without any of this content-type and MIME gibberish? If VoIPo must use an email-to-SMS gateway, the "content type" should be text and nothing else.
Re: VM notification via SMS
Thanks for the info! Added the @vtext.com and works great. And yes search also gave me a 0 results for SMS.
Re: VM notification via SMS
Quote:
Originally Posted by
PCM2
Now why can't all that be shortened to a simple, plain text message that says the callerid, time, and return number, without any of this content-type and MIME gibberish? If VoIPo must use an email-to-SMS gateway, the "content type" should be text and nothing else.
I had to setup my mail provider's Sieve rule to forward to SMS after it does some 'squeezing' of the message. The SMS that arrives on phone looks like this:
Code:
From: <caller's number>@mymailserver
Subject: Wednesday, April 28, 2010
voicmil from <caller id> <caller's number> 00:00:18
vm: 8328387000
That way, the message is SMS-acceptable (short message service, needless to say) and I get the salient info about the voicemail: caller number, caller id, and message length. I also added VOIPo's VM so I can dial it directly from the SMS to listen to the message.
It would be great if VOIPo can set this up correctly, so users don't have to mess aroud with mail scripts.
Re: VM notification via SMS
Quote:
Originally Posted by
lost
I had to setup my mail provider's Sieve rule to forward to SMS after it does some 'squeezing' of the message. The SMS that arrives on phone looks like this:
Code:
From: <caller's number>@mymailserver
Subject: Wednesday, April 28, 2010
voicmil from <caller id> <caller's number> 00:00:18
vm: 8328387000
That way, the message is SMS-acceptable (short message service, needless to say) and I get the salient info about the voicemail: caller number, caller id, and message length. I also added VOIPo's VM so I can dial it directly from the SMS to listen to the message.
It would be great if VOIPo can set this up correctly, so users don't have to mess aroud with mail scripts.
I know we used to have a short message for that. Are you saying it's sending the same message as an e-mail notification now? If so, we can fix that.