Re: Problem with character encoding

2008-11-12 Thread Alexander Malysh
Hi Falko, it should work... Please provide your kannel version and if it's not CVS head try it first. If cvs head doesn't work please provide your smsc group config and full debug when you send message. Thanks, Alex P.S. You should at least see error like this: Failed to convert msgdata

Re: SMPP Warning Message

2008-11-12 Thread Stipe Tolj
sangprabv schrieb: Recently I receive this error message on SMPP connection: 2008-11-12 17:57:34 [14926] [10] WARNING: SMPP[telco]: Mallformed addr `1234', generally expected at least 7 digits. 2008-11-12 17:57:34 [14926] [10] WARNING: smsbox_list empty! What's that mean and how to solve it?

I: imy format to send via SMS

2008-11-12 Thread mauro
Hi Mike, thanks for you replay. is there any script that does this work? if we are different format of the source file ( imy, ott) should we change the script? I think that the conversione can be done also offline, i mean , i can get the imy file ( or the ott ) pass it to the script and

Received SMS Delay

2008-11-12 Thread Bernard Cotton
Dear users: It's been a while since we have been experience a kind of delay when receiving a SMS during a big load of MT messages sent from our Kannel to the SMPP. The delay can be from 5 minutes to an hour and during this time the message is received more then one time, I guess it's trying

Re: I: imy format to send via SMS

2008-11-12 Thread Alejandro Guerrieri
Try with ringtonetools, it can convert from/to a lot of formats, including IMY and EMS. http://ringtonetools.mikekohn.net/ Hope it helps, Alejandro Guerrieri On Wed, Nov 12, 2008 at 12:37 PM, mauro [EMAIL PROTECTED] wrote: ** Hi Mike, thanks for you replay. is there any script that does

Re: SMPP Warning Message

2008-11-12 Thread Monim Benaiad
The first warning is normal because you are trying to use a short code as a sender and kannel suggests you generally expected at least 7 digits But the second warning means the smsbox not running.

Re: imy format to send via SMS

2008-11-12 Thread Mike Nwaogu
Hi Mauro, Kannel doesn't do any conversions. You can send imy files as EMS, you'll need to do some conversions though. You'll need a script that can convert those imy content to a HEX string and send it with the udh of the message caculated and setup. Set Regards, Mike Nwaogu Tel:

SMPP Warning Message

2008-11-12 Thread sangprabv
Recently I receive this error message on SMPP connection: 2008-11-12 17:57:34 [14926] [10] WARNING: SMPP[telco]: Mallformed addr `1234', generally expected at least 7 digits. 2008-11-12 17:57:34 [14926] [10] WARNING: smsbox_list empty! What's that mean and how to solve it? TIA. Willy

Re: Maybe a new bug (Using latest CVS)?

2008-11-12 Thread Stipe Tolj
Luki Lusiano schrieb: Fixed, By using spool instead of store-file. ??? changing the storage subsystem from file to spool changes the sending behavior? Can you please elaborate here in more detail to the group. Stipe -- ---

Re: service-type

2008-11-12 Thread Rolandow
Use the binfo parameter in sendsms, to send the service_type value. Check *Table 6-16 *in the Kannel manual, and look at the binfo parameter. hafez ahmad wrote: Dears, I need to send the service type value for the bailing issue, is there something I have to do except set the variable

Re: Setting up http listener

2008-11-12 Thread Stipe Tolj
Wilhelm Ellmann schrieb: Hi, I was wondering if someone could help me. I have two servers each run kannel, I would like to send an http request from my one server to the other to send a message ( the reason is that my service provider only accepts sending requests from one of my servers ).

imy format to send via SMS

2008-11-12 Thread mauro
we are using kannel and we would like to send some content for legacy phone via SMS, we ahve different source file for example imy, ott etc. can we send this content through kannel directly or we have to convert them in binary? if binary conversion if needed how can we do? does kannel support

RE: Received SMS Delay

2008-11-12 Thread Bernard Cotton
OK, we use group SMSC SMSC_ID=A only for receiving messages and the others are used for sending ONLY, SMSC_ID = B is for MO messages and SMSC_ID = C and SMSC_ID = D are for sending MT messages during the morning. We have already asked for a separate connexion to send the MT but we need to solve

Re: Problem with character encoding [solved]

2008-11-12 Thread Falko Ziemann
Aaargghh, well without a surprise kannel created a a DCS=8 (UCS-2) message from your advice, so not what I wanted but what I expected. But, it turned out, that one of my developers didn't do what I told him to do (use the kannel API I have written) but did what everyone should expect what a

Re: Maybe a new bug (Using latest CVS)?

2008-11-12 Thread Luki Lusiano
Well I really don't know, Because nobody is replying, i experimenting with the configuration, also I downgrade kannel to stable 1.4.1 but the trouble still the same. I think it's not the latest CVS, maybe my modem. Now I'm using the latest CVS again, i believe It's better.