Re: Messages intermittently getting stuck in kannel's queue

2009-05-14 Thread Monim Benaiad
On Thu, May 14, 2009 at 8:58 AM, shaded 4 shad...@gmail.com wrote: Hi, Is there any known problem in kannel such that it sometimes refuses to send messages? (I'm talking about just transmitter functionality here, not receiver.) It seems to happen sometimes after connectivity to a SMSC is

Re: sending/receiving unicode SMS via Kannel

2009-05-05 Thread Monim Benaiad
I'm using Kannel to send Arabic messages, and coding with Java: 1- in smsbox group add mo-recode=true. 2- in my servlet, I convert the received sms from ISO-8859-1 to utf-8. 3- in the sendsms url I add the parameters charset=utf-8coding=2. 4- mysql uses utf-8 charset. Thanks Abdulmnem Benaiad

Re: CMS ERROR: Unknown error. - maybe Sim storage is full? I'll have a look at it. (500)

2009-05-05 Thread Monim Benaiad
I've seen this when enable-mms = true is used in the modems group TIA Abdulmnem Benaiad Almontaha almontaha.com 2009/5/5 चेतन @ MANIKS SYS chetanme...@gmail.com HI, I am new to using kannel. I had configure the kannel to send sms using nokia mobile as modem. It works fine for

Re: Wap Push Java Code

2009-03-01 Thread Monim Benaiad
Dear Ishtiaq Ahmed, Sorry for my late response, I wrote a method to do the job: Note:- you have to change: encoding=\ISO-8859-6\ in the buffer code. Start of method/ public String sendWapPush(String target,String downloadURL,String downloadDetail) { try {

Re: Sending messages via url stuck

2009-02-12 Thread Monim Benaiad
I didn't see your configuration, but I think the port is 13003 instead of 13001. Good Luck... - Abdulmnem Benaiad Almontaha ICT Co. On Thu, Feb 12, 2009 at 12:59 PM, kriko kristjan.ug...@gmail.com wrote: Hello! I've got a N95 from which I can send messages in such

Re: Receiving long messages

2009-01-26 Thread Monim Benaiad
I think it's sms-combine-concatenated-mo = true in the core group. with the stable release

Re: Problem with delivery report message about 0: Accepted for delivery

2009-01-09 Thread Monim Benaiad
NOTE: The get-url points to sendsms cgi itself, and the second sms you receive is the result of submiting a msg to kannel. On 1/9/09, Pham Ngoc Khanh pnk...@yahoo.com wrote: Hi all, I got a problem with the delivery report message about 0: Accepted for delivery. Below is my configuration

Re: Need help with sending Arabic with diacritics

2009-01-08 Thread Monim Benaiad
Maybe the handsets doesn't support these arabic diacritics. On Thu, Jan 8, 2009 at 3:13 PM, tamer qtaish tamerqta...@gmail.com wrote: Dear Jovan, My problem isn't Sending Arabic text! My problem is to send Arabic text with diacritics, is it is even possible, I just wanna know its possible

Re: Recover MO when httpd is down

2009-01-08 Thread Monim Benaiad
IMHO, you can use the configuration parameters http-request-retry and http-queue-delay to keep the messages in kannels queue, until you restart apache. On Thu, Jan 8, 2009 at 6:21 PM, Villada, Gustavo gvill...@telemediala.comwrote: Hello, We have correctly configured and are running kannel

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: How to route SMSC to SMS-services?

2008-09-26 Thread Monim Benaiad
url, see %P in the manual. also when sending SMS use the parameter from. Regards On Fri, Sep 26, 2008 at 7:40 AM, janson [EMAIL PROTECTED] wrote: Monim Benaiad: Thanks a lot! I have some question for you config. What for system-type option? In userguide I found only next: system-type (m

Re: How to route SMSC to SMS-services?

2008-09-25 Thread Monim Benaiad
Hi janson, This is my working configuration: BEGIN### group = core admin-port = 11000 smsbox-port = 11001 admin-password = kannelisthebest admin-deny-ip = *.*.*.* admin-allow-ip = 127.0.0.1;192.168.*.* box-deny-ip = *.*.*.* box-allow-ip =

Re: Transaction Delivery Failure

2008-09-22 Thread Monim Benaiad
Hi Gustavo, use dlr-mask=16 to handle this type of failed send sms. regards On Sun, Sep 21, 2008 at 7:37 PM, Gustavo Mohme C. [EMAIL PROTECTED] wrote: Hi All, My SMSC randomly returns this error: ERROR: SMSC returned error code 0x00fe (Transaction Delivery Failure) in response to

Re: Transaction Delivery Failure

2008-09-22 Thread Monim Benaiad
but only store it as failed, right? Is there a way to automatically resend this sms? Regards On Mon, Sep 22, 2008 at 3:07 AM, Monim Benaiad [EMAIL PROTECTED] wrote: Hi Gustavo, use dlr-mask=16 to handle this type of failed send sms. regards On Sun, Sep 21, 2008 at 7:37 PM, Gustavo Mohme C

Re: Newbie question

2008-08-04 Thread Monim Benaiad
Hi, install libxml2 using: yum install libxml2 libxml2-devel