OTA Provisioning: STREAMING PARAMETERS

OTA Provisioning: STREAMING PARAMETERS SearchSearch
Author Message
Area51Dev
New member
Username: Area51

Post Number: 1
Registered: 03-2015
Posted on Tuesday, March 03, 2015 - 06:31 pm:   

Hi NowSMS folks,

We're right now testing our "Feature phone OTA provisioning system" with NowSMS smsgw. In short our system make use of NowSMS gateway to push OTA settings to the phones (as WSP Push/WBXML).

The system is able to send a HTTP GET request with below WAP/MMS parameters on the query string to the NowSMS.

OTAOMA_NAPDEF_BEARER=GSM-GPRS&
PhoneNumber=%2B13192881423&
OTAOMA_BOOTSTRAP_NAME=TestProfile&
OTAOMA_NAPDEF_NAP-ADDRESS=wap&
OTAOMA_NAPDEF_NAPAUTHINFO_AUTHNAME=&
OTAOMA_NAPDEF_NAPAUTHINFO_AUTHSECRET=&
OTAOMA_NAPDEF_NAPAUTHINFO_AUTHTYPE=PAP&
OTAOMA_PXLOGICAL_PXPHYSICAL_PXADDR=10.0.1.245&
PORT_BUTTON=on&
OTAOMA_PXLOGICAL_PXPHYSICAL_PORT_PORTNBR=9401&
OTAPIN=1234&
OTAPINTYPE=USERPIN&
Submit=Submit

So just wondering if the STREAMING PARAMETERS (apart from WAP/MMS) are supported on your system as well? (Streaming Application ID is 554)

Regards,
V
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5216
Registered: 08-2008
Posted on Tuesday, March 03, 2015 - 08:28 pm:   

Hi V,

Those parameters are supported, but they need to be encoded as an XML document.


As a starting point, you can see the XML document generated by our form by using the "View XML" button. Unfortunately, most modern browsers don't show the XML. If it is blank, right click and "View Source" to see the XML.

The XML document can be submitted via HTTP POST. (See http://www.nowsms.com/doc/submitting-sms-messages/sending-oma-provisioning-conte nt-ota-messages)


--
Des
NowSMS Support