Re: sending and receiving $ and @

2003-07-28 Thread Wayne
I haven't got a problem with receiving @ on the phone, I have a problem with receiving the @ There is an encoding problem between bearerbox and smsbox for MO messages. Anybody got any ideas on this ? Any help would be appreciated. regards Wayne -Original Message- Message: 1 From:

two deallocations in url_result_thread in smsbox

2003-07-28 Thread Aarno Syvänen
Hi List, I think we have a problem in smsbox: Url_result_thread has octstr_destroy(charset). Charset is copied (without allocation) to msg structure, and deallocated when msg_destroy is called. And another thing: is there are no charset defined with content type, default is, as per rfc 2616,

sending picture message

2003-07-28 Thread Rowena C. Santos
Hi all, Question, does kannel supports picture messaging? How? Thanks in advance. ;-)

Re: sending picture message

2003-07-28 Thread Stipe Tolj
Hi, yes it can. See the official specs of the vendors (Nokia, Ericsson, Siemens, et all) for information on how. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Stipe Tolj
Aarno Syvänen wrote: I think we have a problem in smsbox: Url_result_thread has octstr_destroy(charset). Charset is copied (without allocation) to msg structure, and deallocated when msg_destroy is called. so this is resulting in a segfault?! And another thing: is there are no charset

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Aarno Syvänen
On Monday, July 28, 2003, at 11:00 AM, Stipe Tolj wrote: Aarno Syvänen wrote: I think we have a problem in smsbox: Url_result_thread has octstr_destroy(charset). Charset is copied (without allocation) to msg structure, and deallocated when msg_destroy is called. so this is resulting in a

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Stipe Tolj
Yep, got problems with ppg sms level delivery reports. any suggestions?! In just looking at this... Drop into IRC: #kannel (irc.freenode.net) for discussion No, this is a different thing. It is just that if http receives something, and there is no charset specified, it must assume that

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Aarno Syvänen
On Monday, July 28, 2003, at 11:25 AM, Stipe Tolj wrote: Yep, got problems with ppg sms level delivery reports. any suggestions?! In just looking at this... Just remove octstr_destroy ? No deallocation without allocation! Drop into IRC: #kannel (irc.freenode.net) for discussion Third chat

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Stipe Tolj
Aarno Syvänen wrote: Just remove octstr_destroy ? No deallocation without allocation! which one of the two? Third chat program to be installed. Probably worth of it, however. definetly! I can drop you my ICQ too if you like?! http library should return charset value ISO-8859-1, not , when

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Aarno Syvänen
On Monday, July 28, 2003, at 11:44 AM, Stipe Tolj wrote: Aarno Syvänen wrote: Just remove octstr_destroy ? No deallocation without allocation! which one of the two? octstr_destroy(charset). Msg_destroy does some thing implicitly. Third chat program to be installed. Probably worth of it,

Using X-Kannel headers to control PPG

2003-07-28 Thread Aarno Syvänen
Hi List, I would like to use X-Kannel headers, instead of cgi variables, to ppg's sms level (smsc routing and delivery reports). So we can avoid all decoding encoding stuff. Note cgivars would *not* work anymore. Aarno

RE: smsc_emi.c

2003-07-28 Thread Edwin R. Poot
Hello Jared, I am also working on this issue, I thought you could use the UDH for it. But haven't tried anything yet. I was planning to start this week to implement some fields needed in the XSER part. My operator requires some fields to be set. Hope anyone can advise us about this. Kind