MMS Short Code

MMS Short Code SearchSearch
Author Message
Roland A. Younes
New member
Username: Goliat

Post Number: 7
Registered: 03-2006
Posted on Thursday, June 01, 2006 - 11:54 am:   

Hello Guys

I am testing now sms/mms it worked normally on MM7 but i tried to specify the caller ID it didnt work

After contacting my Provider (MTC Lebanon)

they provided this to me

where the shortcode thats going to be in use is 1491

Please let me know how can i use that as a shorcode in my application



<?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-MM7-1-3">
1c282a1:10b281f0bc3:-8000mmsc02.mtclebanon.com.lb/192.168.11.171
</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.3.0</MM7Version>
<SenderIdentification>
<VASPID>my id</VASPID>
<SenderAddress>
<ShortCode>1491</ShortCode>
</SenderAddress>
</SenderIdentification>
<Recipients><To><Number>9613710862</Number></To></Recipients>
<MessageClass>Personal</MessageClass>
<ExpiryDate>2006-05-14T13:23:11+03:00</ExpiryDate>
<DeliveryReport>false</DeliveryReport>
<ReadReply>false</ReadReply>
<Priority>Low</Priority>
<Subject>mtc touch</Subject>
<DistributionIndicator>true</DistributionIndicator>
<Content href="cid:generic_content_id" />
</SubmitReq>
</env:Body>
</env:Envelope>

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6084
Registered: 10-2002
Posted on Monday, June 19, 2006 - 10:45 pm:   

1491 would be your sender address.

Either set that as the sender address when you submit the message to NowSMS ... or to force the use of this sender address when sending out to that provider, set 1491 as the "Default Sender Address" in your "MMSC Routing" definition. (And UNcheck "Allow Sender Address Override" to force the "Default Sender Address" to always be used.)

-bn