Help: pap hearder error in content entity
"Guanghua Hou" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear sir, 1. When I modified the test_ppg.c, a error happens: If delivery-method is changed into 'confirmed', the push message can't be sent.I debug the Kannel1.2.0, the header X-Wap-Application-Id is needed. But when I add this header, it can't be parased.The mime_parase() function in pap_request_thread can't indentify X-Wap-Application-Id header. I delete the first 'if' in pass_extension_header() of wap_push_pap_mime.c.The x-wap-application-Id is ok now. 2. When X-Wap-Application-Id's value is 'x-wap-application:wml.ua', delivery-method is 'confirmed' and there is no session for this terminal, error happens: 'coded_appid_value' is 2 in function handle_push_message of wap_push_ppg.c. Thus coriented_possible is 0. So no session is created. A warning "wrong appid" is generated. BTW, I have adsked the question about port number encoding error in SIA PDU before. Any comments will be appreciated! Best Regards, Guanghua Hou