Re: how to configuratio sonyercsson t230

2006-08-07 Thread Chronis Nikos
Learn english first maybe ? =) - Original Message - From: zainuddin ngaddi To: users@kannel.org Sent: Monday, August 07, 2006 1:24 PM Subject: how to configuratio sonyercsson t230 dear, i use gateway-1.4.0 use the sonyericsson t230. how to

Re: value of timestamp

2006-07-26 Thread Chronis Nikos
Hello, This is probably because the %T is GMT. I suggest you to do from your receiver.php INSERT ... timestamp = '".time()."' Best Regards, CHRONIS N. - Original Message - From: Jyothi rao To: users@kannel.org Sent: Wednesday, July 26, 2006 9:33 AM Subject:

Re: Massive SMS sent

2006-06-20 Thread Chronis Nikos
I found how to accelerate the rate of sendsms over a webinterface. We have just to fork() the process (and log everything in a separated file) What I just finished to do :) Nikos.

RE: Massive SMS sent

2006-06-18 Thread Chronis Nikos
Thank you Rene, Is it possible to avoid the check every second in the log of MYSQL for SQLbox (this is a lot annoying to see each seconds the SELECT statement) Is it no bug know for SQLbox running constantly ? Where is the benchmark you saw? Thanks for all

Don't remove DLR from mysql database

2006-06-18 Thread Chronis Nikos
Hello, Yes it is possible, I did it long time, but experienced some problems. You can edit the file gw/dlr.c and gw/dlr_mysql.c to keep it (you have to comment the structure and the remove operation) But this is better tolet the file like they are original. Whyyou will ask, simply because

ACK/ received after DELIVERED status

2006-06-16 Thread Chronis Nikos
Hello, For somes messages, i receive the ACK/ (status: 8) after the SENT and DELIVERED report (status: 1) This is not normal, how to fix it ? Best Regards, Nikos

Massive SMS sent

2006-06-16 Thread Chronis Nikos
Hello What is the best way to send massive SMS at once? (about 10.000 SMS dynamicly) I use a PHP script actually doing a loop to smsbox on 127.0.0.1. Is it another way better Regards, Nikos

Re: ACK/ received after DELIVERED status

2006-06-16 Thread Chronis Nikos
PROTECTED] To: Chronis Nikos [EMAIL PROTECTED]; users@kannel.org Sent: Friday, June 16, 2006 2:06 PM Subject: Re: ACK/ received after DELIVERED status This is generally due to your operator. To clearly explain : You sent a MT - then the carrier reply you 8 or 16 if 8, the message arrives

Re: ACK/ received after DELIVERED status

2006-06-16 Thread Chronis Nikos
the Sent and Delivered (1) status, and not the Sent (8) due to my operator, correct ? How did you do it yourself for exemple? Nikos. - Original Message - From: Vincent CHAVANIS [EMAIL PROTECTED] To: Chronis Nikos [EMAIL PROTECTED]; users@kannel.org Sent: Friday, June 16, 2006 2:20 PM Subject

Error with bearerbox

2006-03-14 Thread Chronis Nikos
Hello, Today after 5 days of running kannel succefully, I got an debug info into the smsbox.log ... DEBUG: Status: 202 Answer: Sent. DEBUG: Delayed reply - wait for bearerbox = THIS LINE Got ACK (3) of d1a83385-4f7b-4f98-ac79-ba9b5298dc5e ... -I don't know- how this happend, how to

Re: How to split MTs before passing them to kannel

2006-03-10 Thread Chronis Nikos
tg - Original Message - From: Zouari Fourat [EMAIL PROTECTED] To: users@kannel.org Sent: Friday, March 10, 2006 1:27 PM Subject: How to split MTs before passing them to kannel Hello, Am developing a high level web interface to kannel providing routing, billing, user authentification,

Hacking delivery and deferred time for timestamp instead of +min

2006-03-07 Thread Chronis Nikos
Hacking the source problem. Hello, I am trying to change a really simple function into kannel gw/smsc/smsc_smpp.c But I got some problem, if someone can help me! It's concerning the validity and deferred time. I want instead of +MIN put the unix timestamp. The problem I have, I modified

Different TON and NPI for each message

2006-03-06 Thread Chronis Nikos
Hello, I would like to know, how to change the TON and NPI for each message. Is it a command of HTTP sendsms ? I don't read that into the doc, but I ask. Anyway, how to do that into kannel.conf then? Actually, I put 2 connections to my SMSC one with TON/NPI 5/0 (Named 'Alphanumeric') and

DLR rerouting disabled

2006-03-05 Thread Chronis Nikos
Hello, Maybe is it for that I don't have the DLR-URL working forSQLbox ? 2006-03-05 15:52:13 [21498] [0] INFO: DLR rerouting for smsc id SMSPROVIDER disabled. But with smsbox, i have the relay for DLR... What should I do ? Regards, Nikos

Reply of HTTP post

2006-03-04 Thread Chronis Nikos
Hello! 1. Is it possible to have a reply on the HTTP post instead of "0: Accepted for delivery" For exemple: reply[status] = "0: Accepted for delivery"; reply[Messageid] = "the_message_id_returned_by_submit_sm_resp"; 2.Is it normal SQLbox write sending url to (with the dlr-url) into the

Re: Reply of HTTP post

2006-03-04 Thread Chronis Nikos
Hello Rene, Thank you for this fast response. Yes, i write the dlr-url into the sendsms table of sqlbox. How to fix this ? Any idea ? - Original Message - From: Rene Kluwen To: Chronis Nikos ; users@kannel.org Sent: Saturday, March 04, 2006 11:52 PM Subject: RE

Question related to Kannel+SQLbox (bug?)

2006-03-02 Thread Chronis Nikos
Hello, Could you please help me on somes issues? I have the last CVS+SQLBOX of Kannel 1. I would like toget the DLRs report like this: - 1.smsc submit (8) orsmsc reject (16) - 2.message buffered (4) - 3.delivery success (1) ordelivery failure (2) What I wouldsimply to have is3

Delivery synchronisation

2006-03-02 Thread Chronis Nikos
Hello, How to synchronise the delivery status? Because, Kannel DELETE the entry into DLR table after checked it... I am running Kannel with SQLbox. For be simple: is it possible to grep the submit_sm_response with the message_id into a dlr-url? When you send a sms, your webserver get

Re: Changing dest-addr-ton for sending SMS

2006-02-27 Thread Chronis Nikos
I updated my Kannel to CVS version. Unfortunelaly, the dest-addr-ton doesn't change to another value than 2 (I still have dest-addr-ton = 2 on the DEBUG logfile) Any idea? Best regards, Nikos - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Chronis Nikos [EMAIL PROTECTED

How to activate submit_sm parameter?

2006-02-27 Thread Chronis Nikos
Hello, How to activate for exemple some SPECIFIC parameter of submit_sm like "registered_delivery" field. Still now,I cannot change the dest-addr-ton from the config file. WHY? (I own the last CVS) Best Regards, Nikos

SQL BOX

2006-02-27 Thread Chronis Nikos
Hello, I just understand that the SQLbox can only delivery 1 messageper second! I am correct? Regards, Nikos

Re: SQL BOX

2006-02-27 Thread Chronis Nikos
] To: Chronis Nikos [EMAIL PROTECTED] Cc: users@kannel.org Sent: Monday, February 27, 2006 7:04 PM Subject: Re: SQL BOX Nikos, I dont beleive that is the case... im using SQLbox with a throughput much much higher than that successfully! Good luck Alejandro Ramirez Chronis Nikos wrote: Hello, I just

Re: Way to send SMS thru Kannel

2006-02-26 Thread Chronis Nikos
PROTECTED] To: Chronis Nikos [EMAIL PROTECTED] Cc: users@kannel.org Sent: Sunday, February 26, 2006 3:31 AM Subject: Re: Way to send SMS thru Kannel Chronis Nikos wrote: Hello community, Is the only way to send SMS to kannel HTTP? Is there not another way like a directory storage or else

Way to send SMS thru Kannel

2006-02-24 Thread Chronis Nikos
Hello community, Is the "only" way to send SMSto kannel HTTP? Is there not another way like a directory storage or else? With the HTTP way to send SMS. Are we 100% sure every SMS will be sent? Exemple: 50 users send a "differente" SMS at the same timestamp (date + time), what happend?

Changing dest-addr-ton for sending SMS

2006-02-24 Thread Chronis Nikos
Hello community, Here is my bearerbox.log I would like when I send a message that the 'dest_addr_ton' should be '1' (actually 2) I already tryed dest-addr-ton = 1 into the smsc group unsuccefully. The log: 2006-02-24 14:11:29 [22611] [6] DEBUG: type_name: submit_sm2006-02-24 14:11:29

Re: Unique ID+SQL storage

2006-02-23 Thread Chronis Nikos
Thank you Tjatur,Anyway,Kannel doesn't insert a record into the table when he send a message.Nothing in DEBUG log file. Any idea? Also, I am on debian Linux, how to install the module Regards,Nikos