MMS URL Parameters

MMS URL Parameters SearchSearch
Author Message
GSM TEST
New member
Username: Gsmtest

Post Number: 1
Registered: 04-2006
Posted on Friday, April 21, 2006 - 05:31 am:   

Bryce, I modified the MMS URL example included in the manual with the settings for my server. When I go to the URL with my device the "Message Submitted" screen is displayed and I receive everything but the MMS file. The SMSDEBUG.log shows the entire URL, but I can not find any reference to the file in the MMSDEBUG file. It appears to be relatively straight forward, but im not having much luck. Can I point directly to a specific image file and expect it to be sent using this method? http://myserver:port/?phoneNumber=xxxxxx&MMSFrom=sender@domain&MMSSubject=Message+Subject&MMSText=An+optional+text+part+of+the+message&MMSFile =http://myserver.com:port/media/logo.gif
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5841
Registered: 10-2002
Posted on Tuesday, April 25, 2006 - 03:55 pm:   

Hi,

The SMSDEBUG.LOG should show the URL being fetched. The content is then encapsulated into the MMS message, so the MMSCDEBUG.LOG would not have any reference to the URL.

How about posting SMSDEBUG.LOG and/or MMSCDEBUG.LOG?

If the URL cannot be fetched, the message is sent without the object. So I'm guessing that NowSMS is unable to fetch the URL referenced in your MMSFILE parameter.

-bn
GSM TEST
New member
Username: Gsmtest

Post Number: 2
Registered: 04-2006
Posted on Thursday, April 27, 2006 - 04:16 am:   

Thank you for your reply. I reviewed the debug log and found the problem.