Topic: MMS with AT commands

what about sending MMS with AT command.

page_contact is a fictional user. These are messages received from the contact section of the page.

Re: MMS with AT commands

Hi,

The procedure a mobile phone is sending a MMS is the following.

The phone sends the MMS file in a server
The server sends a special sms - named wap push - to the recipient of the MMS containing a link to the MMS
The recipient downloads the MMS file from the server

A possibly way to to send a MMS using AT commands is to store the MMS is a web server and send a wap push through your mobile phone using AT commands, containing the link to the MMS on the web server.

Curently I am working on a project that will automate the procedure of sending a wap push using AT commands, but i am not planning to finish soon