MM7 "displayOnly" attribute

MM7 "displayOnly" attribute SearchSearch
Author Message
Dave Smith
New member
Username: Davesmith9087

Post Number: 1
Registered: 07-2006
Posted on Tuesday, July 25, 2006 - 03:40 pm:   

Hi,

I am currently submitting MMS messages to NowSMS using MM7, with multiple recipients in the To, Cc, and Bcc fields. However I only require the message to be sent to one of those recipients, so I have applied the "displayOnly" attribute to the others.

However it looks like my version (v5.50) of NowSMS does not support this attribute and sends the message to all the recipients.

I was wondering whether or not later versions do support this attribute, and if not, whether an update or patch could be made available?

Many thanks
Dave Smith
Dave Smith
New member
Username: Davesmith9087

Post Number: 2
Registered: 07-2006
Posted on Wednesday, July 26, 2006 - 11:19 am:   

Hi,

I've also come across another issue, whereby NowSMS seems to always send the message with normal priority even when I have specified otherwise. The MM7 submission is as follows:

<?xml version="1.0" ?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header>
<mm7:TransactionID xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-M M7-1-3" env:mustUnderstand="1">
922327
</mm7:TransactionID>
</env:Header>
<env:Body>
<SubmitReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1 -3">
<MM7Version>5.6.0</MM7Version>
<SenderAddress>
<RFC2822Address displayOnly="true" >test@argogroup.com</RFC2822Address>
</SenderAddress>
<Recipients>
<To><Number displayOnly="false">+447747443776</Number></To>
</Recipients>
<MessageClass>Personal</MessageClass>
<Priority>High</Priority>
<Subject>Test subject</Subject>
<Content href="cid:</dm01/mm7-submit>" allowAdaptations="false"/>
</SubmitReq>
</env:Body>
</env:Envelope>

etc.......

Have a made a mistake somewhere, or does NowSMS always deliver MM7 messages as normal priority?

Thanks
Dave S
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6248
Registered: 10-2002
Posted on Wednesday, July 26, 2006 - 10:13 pm:   

Hi Dave,

v5.50 is a pretty old version ... at least 2 years old.

Based upon revision logs, I can see that support for the "displayOnly" attribute was added in v5.51a.

And I see a note about the "Priority" value not being parsed properly in MM7 requests being fixed in v5.50e.

v5.50 users can update to v5.51k for no charge. The only problem is that currently on-line we only have a patch for taking v5.51 to v5.51k. I would not expect the patch to work for v5.50.

If you can send an e-mail to nowsms@now.co.uk with a subject of "Attention: Bryce" ... and supply me with your serial number and company name, then I can send you files to facilitate that update.

Alternatively, the current version of NowSMS is NowSMS 2006, which would be a paid update.

You can get an idea of what has changed in NowSMS since v5.50 by reading the notes in the "What's New" section of this web site.

-bn