Re: wap push receiving on siemens

2002-11-21 Thread Szymon Stasik
Stipe Tolj wrote: in latest cvs snapshot gw/wap_push_ppg.c is the same as in 1.2.1. I've tried to do http_header_remove_all(push_headers, Host); // and http_header_remove_all(push_headers, User-Agent) but it did not help much. I am stil receiving an empty body or few dots, (R) character in

OTA MMS Settings

2002-11-21 Thread Shantanu Jog
Hi List, Has anyone tried sending MMS Settings, OTA, using the current version of Kannel ? Regards,Shantanu Jog

cimd2 question again (smsc_cimd2.c)

2002-11-21 Thread Dziugas Baltrunas
hello, i'm writing again about the problem about CIMD2. SMSC reports with error 310 as follows: 2002-11-18 20:32:29 [5] DEBUG: boxc_receiver: sms received 2002-11-18 20:32:29 [8] DEBUG: smscconn_sender (CIMD2:10.110.16.12:9971:m1372): sending message 2002-11-18 20:32:29 [8] ERROR: CIMD2 Submit

Re: about support tranitional chinese version

2002-11-21 Thread Andreas Fink
On Donnerstag, November 21, 2002, at 10:52 Uhr, info-ebt wrote: Dear Mr. Andreas Fink,   Hello! Noka sony Ericsson can support chinese words, but Motorola can not support chinese words.   Pls you support tranitional chinese BIG5 for SMS message.   Pls E-mail to us and reply for our records.  

Bug in smsc_smpp.c

2002-11-21 Thread Paul Keogh
The handling of errors returned by the read_pdu() is inadequate. When read_pdu() fails due to a conn error, the io_thread() function goes into a hard CPU loop and never exits. read_pdu() can fail for a malformed SMPP PDU or a conn error. The same return code is returned for both conditions. I

wap push to siemens again

2002-11-21 Thread Szymon Stasik
Hi, I'd like to investigate the problem deeper and my question is if there is any possibility to have some push message correctly recognised on siemens phone? I can look into wapforum specs, however any working case or some other tips would be helpfull. regards, Szymon

Re: Bug in smsc_smpp.c

2002-11-21 Thread Stipe Tolj
Paul Keogh wrote: The handling of errors returned by the read_pdu() is inadequate. When read_pdu() fails due to a conn error, the io_thread() function goes into a hard CPU loop and never exits. read_pdu() can fail for a malformed SMPP PDU or a conn error. The same return code is

Re: about support tranitional chinese version

2002-11-21 Thread Stipe Tolj
Well if Motorola doesnt support chinese words, then we cant help you. This is not something kannel can change. maybe we may poke the Motorola flash by sending a super-secret UDH data segment?! :)) Stipe [EMAIL PROTECTED] ---

Re: wap push receiving on siemens

2002-11-21 Thread Stipe Tolj
I was trying also to (one by one): http_header_remove_all(push_headers, Content-length); http_header_remove_all(push_headers, Connection); http_header_remove_all(push_headers, Content-Type); http_header_remove_all(push_headers, Accept); Content-Type

Re: wap push to siemens again

2002-11-21 Thread Stipe Tolj
I'd like to investigate the problem deeper and my question is if there is any possibility to have some push message correctly recognised on siemens phone? I can look into wapforum specs, however any working case or some other tips would be helpfull. unfortunatly we at Wapme don't have these

Re: OTA MMS Settings

2002-11-21 Thread Stipe Tolj
Has anyone tried sending MMS Settings, OTA, using the current version of Kannel ? yep, works for Nokia 7650 and Ericsson T68 for me. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: Bug in wsp_unit.c ?

2002-11-21 Thread Stipe Tolj
Seems that there is bug in wsp_unit.c static void main_thread(void *arg) { WAPEvent *e; WAPEvent *newevent; while (run_status == running (e = list_consume(queue)) != NULL) { wap_event_assert(e); switch (e-type) {

Re: wap push to siemens again

2002-11-21 Thread Stipe Tolj
Szymon Stasik wrote: and which wap spec should I look into? I guess there is something wrong in UDH... there are definetly some regarding SI and SL push messages. I just don't remeber which ones now and I'm to lazy to lookup for you. Please check it on your own. Stipe [EMAIL PROTECTED]

RE: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-21 Thread Alan McNatty
Hi Oded, It was included - but as mentioned implied iconv was required not optional. It sounds like the preference would be to have as optional (propagate the code with a few ifdef's, etc) and default to gsm_to_latin1 conversion regardless of encoding (will look at this shortly). Given that even