I'm not sure if this is what you need, but this EAP-PEAP/EAP-MSCHAPv2 works for me:
<?xml version="1.0"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"...
Type: Posts; User: frodek; Keyword(s):
I'm not sure if this is what you need, but this EAP-PEAP/EAP-MSCHAPv2 works for me:
<?xml version="1.0"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"...
The WAP Push message needs to be of Content-Type "application/vnd.wap.connectivity-wbxml" and with the wbxml-encoded representation of the wap-provisioningdoc coded together with the message.
For...
I don't know the token values for those parameters but are you really sure you need them? I use several of those attribute value prefixes and all terminals I've tested supports inline string...
Should have learned to always test stuff like this before posting it. I just tried my patch on some WLAN configuration and can confirm that it really do not work! Sorry about this. I'm not sure why...
Your attitude have convinced me that this is not a forum for me. I'll find someplace else to discuss these issues.
frodek
Just wanted to clarify why I need this.
The SIP Registrator that I use doesn't like the route-header that gets added if I specify the Proxy-server and I really need to specify Loose-Routing for...
Sorry, but I do have problems to understand why a posting giving examples of codings that work could create misunderstandings. Also, by doing this, thanks to you, more information has been made...
Sorry to have offended you with this information. I agree that most of the information regarding USERPIN coding of WSP is available in the "CP 40" document but there is NO explanation about the...
Seems that some 'empty lines' has been removed in the above listing. I've removed the inline-patch and uploaded it to http://wiki.forum.nokia.com/index.php/Image:Wbxml_tables.c_frodek.patch.txt...
Sorry, I should have explained how to apply this patch.
Save the patch-above in a file.
Unpack the wbxml2-0.9.2.tar.gz
cd wbxml2-0.9.2/src
patch -p0 < patch-file-name
frodek
If you don't authentication and don't use bootstrapping, the end-users may be scared by the message "Message received from untrusted server. Continue anyway?".
Example coding of a WSP without...
After having spent some time to get the coding of the CP WSP-header correct, I thought I would just share some information about this.
References mentioned in the coding examples:
WSP: WAP WSP...
Please contact me through my public profile in this forum (select "send email..")
regards
frodek
As I said, you can use Kannel. But you'll need to slightly modify the source to support the "TO-APPREF" tag as discussed in this thread. After you have done this, just compile it and install as...
You could look at Kannel. But seems that you need to modify the source to be able to get it to work for SIP&VoIP profiles as indicated in this thread
regards
frodek
If you intend to use libwbxml, I propose that you patch the source to add code tags that is currently not supported in the original source. This is very important if you use "TO-APPREF". The patch is...
Thank you very much for solving this. I'm very grateful. I will also never never again blame others for my own mistakes :)
I've made at patch to libwbxml where I've added all new tags that I found...
Sorry to wake up such an old thread, but I was looking for this information myself and just want to clarify one issue.
The content-type value is '0x36' with the high bit set, i.e. 0x36+0x80.
...
Just confirmed using now.sms (www.nosms.com) that this problem also exists using their software.
To summarize current findings:
There is three different Client Provisioning solutions that all...
I'm wondering if it is possible to write a program to change the FROM field in the SIP-header of the standard VoIP-client to include display-name information?
The "public user name" seems settings...
Thanks. But I still prefer to not use "Internet Call" as default type for some time.... :)
My coding is based on "w9033.txt".
I'm using libwbxml (http://libwbxml.aymerick.com). Testing the...
hi Iijinglailenny,
Im sorry, but I don't know anything about DS/SyncML and can't help you. Hopefully someone else can.
But I would suggest that you google for information about DS to help you...
I guess you can install cygwin and then download and compile the libwxml (http://libwbxml.aymerick.com:8080/). This should give you a wbxml2xml program.
regards
frodek
I have coded a server in Java that creates the xml provisioning-doc, does the wbxml encoding, adds the WSP-header, splits the data suitable SMS-packets and adds the WDP header. The SMS are sent...
What's even worse is that until the VoIP profile has been "touched" as described above, plain GSM telephony doesn't work either on an E65 (call or receive calls) ! Even after a reboot this doesn't...