MMS compsing

MMS compsing SearchSearch
Author Message
Anonymous
 
Posted on Tuesday, November 23, 2004 - 11:12 am:   

Hi

is there any way using NowSMS to do the following

1- the cusomter send an SMS with key word
2- the gateway run a URL and reiteive a picture and a text from a WeB site
3- fromthis picture the and text an MMS will be composed an sent to the customer.

regards
Atef Sharia
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3769
Registered: 10-2002
Posted on Thursday, December 02, 2004 - 10:18 pm:   

Yes.

The easiest way to do it is to configure a 2-way command that is an HTTP script.

See http://www.nowsms.com/documentation/ProductDocumentation/2_way_sms_support.htm

Then you are going to want to have that script return an HTTP redirect response that is a command back to the NowSMS server telling it to send an MMS message.

Redirect response technique described here: http://www.nowsms.com/support/bulletins/tb-nowsms-003.htm

Sending MMS from a URL format shown at the bottom of the following link: http://www.nowsms.com/documentation/ProductDocumentation/mms_notifications_and_c ontent/Submitting_MMS_Messages_URL.htm

PHP script example that returns a redirect response back to the gateway (example sends an SMS, but just reformat URL in redirect to send an MMS instead): http://support.nowsms.com/discus/messages/1/3991.html

Hope that helps!

-bn