4.4 Enabling Outbound SMS Messages

The following example shows how a mobile-device client enables the server to use that mobile-device client for relaying outbound SMS messages.

Mobile-device client's Settings command request:

 <?xml version="1.0" encoding="utf-8"?>
 <Settings xmlns="Settings:">
   <DeviceInformation>
     <Set>
       <Model>Manufacturer-Name-Number</Model>
       <IMEI>123456789012345</IMEI>
       <FriendlyName>My PPC Phone</FriendlyName>
       <OS>PPC</OS>
       <OSLanguage>us-EN</OSLanguage>
       <PhoneNumber>206-555-0112</PhoneNumber>
       <EnableOutboundSMS>1</EnableOutboundSMS>
       <MobileOperator>T-Mojo</MobileOperator>
     </Set>
   </DeviceInformation>
 </Settings>