MMS Message Server URL for S55

MMS Message Server URL for S55 SearchSearch
Author Message
Sergey Kucherenko
Unregistered guest
Posted on Wednesday, May 26, 2004 - 08:59 am:   

I have a trouble with sending OMA OTA Settings to Siemens S55. "MMS Message Server URL" field as though as if ignored by phone. All other settings, such as APN, WAP Gate IP are sended correctly.

Also there is a trouble with sending MMS Server settings with "Connection Type" = "GSM/CSD". "MMS Message Server URL" field ignored by NowSMS - just look at outgoing SM's bitstream: there is nothing like 323132 for address http://212.23.84.56/1index.asp

Now SMS/MMS Gateway v5.50(b20040503) used.
Kent Williams
Moderator
Username: Kent

Post Number: 74
Registered: 10-2003
Posted on Wednesday, May 26, 2004 - 05:37 pm:   

Hi Sergey,

I can confirm that there is a problem sending out the MMS server settings when the connection type is GSM/CSD.

There is an error in the form.

The variable name OTAOMA_MMSCURL should be associated with the "MMS Message Server URL", instead the variable name that is used for the "Home Page URL" is repeated. So the XML that the form generates never includes the MMSC URL.

A simple edit to "Send OMA Dial-up Settings.htm" fixes that. I will attach a ZIP file with an update to that template which will fix this problem.

application/x-zip-compressedomahtml.zip
omahtml.zip (3.8 k)


However, that will not fix any problems being experienced when sending the settings for GPRS.

What you might want to try is this ...

Edit SMSGW.INI, and under the [SMSGW] section header, add DebugXmlSettings=Yes. Then restart the NowSMS SMS gateway service.

Send your settings, and you will find a file with a ".tmp" extension left behind in the TEMP subdirectory beneath NowSMS. That file contains the XML settings document that was generated by the web form.

You might want to experiment with making some changes to that document, and then submitting it through the "Send XML Settings" menu option.

I haven't seen any official OTA provisioning documents from Siemens, so I don't know if perhaps they are looking for something a little different regarding MMS settings.

I did just review an OTA spec from Motorola, and did notice one thing. They include a "NAME" parameter within the section that defines the MMS settings:

<parm name="NAME" value="MMS Profile Name"/>

You might want to try using manually edited XML, and adding this parameter into that section.

Also, try not including a Home Page URL, and send a settings message out with only the MMS URL specified.

--
Kent Williams
Now Wireless Support