Nokia OTA Voip provisioning problem

Nokia OTA Voip provisioning problem SearchSearch
Author Message
Alexander Krasnikov
New member
Username: Aleck

Post Number: 1
Registered: 07-2007
Posted on Thursday, July 05, 2007 - 08:34 am:   

Hello.

I'm trying to use nowsms for Nokia Voip provisioning. It seems, there is a "bug" in the xml conversion because I get the same problem as described in the nokia forum http://discussion.forum.nokia.com/forum/showthread.php?t=105398
The proposed solution is to fix the binary data for TO-APPREF parameter to be 0x3D.

Could you please comment.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7324
Registered: 10-2002
Posted on Monday, July 09, 2007 - 11:01 pm:   

Hi,

This is not a bug (well, at least not on the NowSMS side).

The tokenisation of the TO-APPREF parameter is only defined in Provisioning Content v1.2.

There are two solutions to accomplish what you want:

1.) Use <wap-provisioningdoc version="1.2"> ... when NowSMS sees this, it encodes the document using Provisioning Content v1.2.

2.) Edit SMSGW.INI, and under the [SMSGW] header, add UseOMAProvCont12=Yes. This is an override switch that tells NowSMS to use Provisioning Content v1.2 tokenisation, even if the headers are v1.1.

-bn