The mms-gateway tag has no wiki summary.
5
votes
5answers
1k views
MMS Gateway Provider with PHP API, URL Callbacks, etc
Similar questions have been asked a few times, but I was unable to find the answer I needed in those other questions, so here goes.
I am looking into integrating MMS messaging into a website and I ...
3
votes
2answers
257 views
How do i upload photos from my mobile to computer(Web Site) using MMS and PHP?
Here the main thing is MMS a Pic to our wbsite, user can't access or browse the internet.
Just he need to send a MMS to is www.domain-name.com, i need to receive that and process in my website.
...
2
votes
1answer
515 views
MMS developer tools
I am developing the MMS application and I looking for some tools for developers. It will be very useful to have MMS binary format decoder, which I can run on the desktop to analyze MMS body, which I ...
2
votes
2answers
483 views
Sending MMS From PHP
I'm looking into sending MMS Messages (not just SMS) from a server.
Is it absolutely necessary to use an MMS Gateway? If so, why?
Is the "roll your own" concept ridiculous in this case? If so, ...
1
vote
0answers
42 views
Sending MMS from Ruby
I'm building an app that needs to send MMS messages in Ruby on Rails. I really don't want to have the user enter his carrier or anything like that - just gather his phone number and send accordingly.
...
1
vote
1answer
199 views
How to sending MMS with MM7 using java?
Please let me know is there any way to send MMS using MM7 protocol in java? If there is a free API to generate the appropriate SOAP message please let me know it too. I'm in a dead end situation and I ...
0
votes
1answer
31 views
mms gateway provider in US,UK,India
I am working on an android application. I need to send a multimedia message (audio message) from my web application to android phones so that I am keeping my audio files in my server. What are ...
0
votes
1answer
137 views
Android MMS Parsing
In one of my application, I have to parse the MMS content. I am able to get the encoded MMS content in the form of byte[]. Now I have to decode this byte[] and need to extract all the content based on ...
0
votes
0answers
406 views
Sending MMS programatically on Android - MMSC is probably rejecting them
Trying to use the code based MMS sending we are able to send a MMS with subject, but without the body (PduBody).
MMS without body is delivered correctly, but when we attempt to add the body, although ...
0
votes
1answer
127 views
send MMS image from server
How do I send an image through MMS from a server?
I went through the JDE samples, and I know how to send an attachment from the BlackBerry file system.