Posted by hyrcan on June 24, 2008 at 6:42pm
3 followers
Jump to:
| Project: | Mailsave |
| Version: | 5.x-3.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
It appears verizon has changed the text they add to the messages from:
This message was sent using PIX-FLIX Messaging service from Verizon Wireless!
To learn how you can snap pictures with your wireless phone visit www.verizonwireless.com/getitnow/getpix.
To learn how you can record videos with your wireless phone visit www.verizonwireless.com/getitnow/getflix.
To play video messages sent to email, QuickTime® 6.5 or higher is required. Visit www.apple.com/quicktime/download to download the free player or upgrade your existing QuickTime® Player. Note: During the download process when asked to choose an installation type (Minimum, Recommended or Custom), select Minimum for faster download.to the following:
This message was sent using the Picture and Video Messaging service from Verizon Wireless!
To learn how you can snap pictures and capture videos with your wireless phone visit www.verizonwireless.com/picture.
To play video messages sent to email, QuickTime® 6.5 or higher is required. Visit www.apple.com/quicktime/download to download the free player or upgrade your existing QuickTime® Player. Note: During the download process when asked to choose an installation type (Minimum, Recommended or Custom), select Minimum for faster download.(plain text of course)
Now it's quite easy to change line 15 to the new pattern, but I'm curious if others are also seeing this change, or if they run both. In which case I'd need to code all known patterns in. The alternative is to require users adding a specific EOF code in the phone when they send.
To switch to the new Verizon message text, you can either just edit line 15, or use the patch.
| Attachment | Size |
|---|---|
| mms_us_verizon.inc_.patch | 552 bytes |
Comments
#1
I've been busy on other stuff, so I've not been able to come back to this.
I really like the idea of a "universal" filter - that way the user could define their own EOF code, or they could customise a generic filter. Then we could have a documentation page here on Drupal that lists the configuration patterns for various providers.
Leave it with me a little longer - I will get round to this eventually!
#2
Setting this a duplicate of #274423: Option to set static 'end of text' code - that thread has a better title that describes the above!
#3
Hey Stuart and hyrcan, just wanted to point you to a project called mobile voices (vozmob) where we're currently debugging mms filters for verizon, boost, tmobile, metropcs. Check it out, and if you're interested please help us out :)
site: http://vozmob.net
issue tracker: http://dev.vozmob.net
code: http://code.vozmob.net
thanks!