wap push

2005-11-08 Thread Ivars Jukams
Hi, Can enybody give me an example PHP script for sending WAP PUSH? It is not very well documented how to do POST request (like for SMS messages: Using the HTTP interface to send SMS messages). In User Guide there is table with SMS Push CGI Variables, but nothing about WAP PUSH POST variables and h

RE: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that iget the correct dlr-status for sms?

2004-09-28 Thread Ivars Jukams
ort, correct me if I am wrong. I am not sure about getGeneratedKeys(), I have used such method only with PHP (mysql_insert_id), but I believe it is right one. -Original Message- From: Hillel Bilman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 9:47 AM To: Ivars Jukams; [

kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-03 Thread Ivars Jukams
the correct dlr-status for sms? To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Ivars Jukams wrote: > -- > Why couldn't we ? it's just a question of inserting the DLR /before > /sending, lookin

The "sms_service" config

2004-09-03 Thread Ivars Jukams
Maybe at first time you used kannel as root. so owner for all log files is root. But now you try to use kannel as other user, which has no access to those log files now. -- I have a stupid questionI don't remember if I used the admin or root account when I compiled/

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Ivars Jukams
-- Why couldn't we ? it's just a question of inserting the DLR /before /sending, looking at the last inserted ID and use it instead of the couple timestamp / smsc ... -- Of course, there is no problem, maybe with making the patch, but I don

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Ivars Jukams
kannel can use microtime for ts or also add autoincrement field in dlr db and use it together with ts or wothout ts.

System error 104: Connection reset by peer

2004-08-31 Thread Ivars Jukams
Hi, What does this error mean: 2004-08-31 13:46:57 [32025] [2] ERROR: System error 104: Connection reset by peer 2004-08-31 13:48:56 [32025] [2] ERROR: Error reading from fd 43: It happens several times per diem and then next day again... What can be the reason? Ivars

RE: 1.2.1 to 1.3.2

2004-08-26 Thread Ivars Jukams
Hi again, I think I found my problem, there was set mwi=1 in HTTP GET request. Sorry for spam. ivars -Original Message- From: Ivars Jukams [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 3:48 AM To: '[EMAIL PROTECTED]' Subject: 1.2.1 to 1.3.2 Hi list, I changed ka

1.2.1 to 1.3.2

2004-08-26 Thread Ivars Jukams
Hi list, I changed kannel 1.2.1 to 1.3.2 I use the old 1.2.1. config files. I also tried to make some changes in config for 1.2.1->1.3.2 (e.g. dlrmask change to dlr-mask etc.) but always the same problem: 1) one SMSC sends all messages as normal SMS + extra 1 Voice Message; 2) other SMSC can rece

Kannel version

2004-08-26 Thread Ivars Jukams
Hi all, I have running kannel on my server. How can I check which version is it? Ivars

RE: connecting smpp through ipsec

2004-08-04 Thread Ivars Jukams
I use kannel through ipsec (freeswan http://www.freeswan.org). There is no need to change anything in kannel configuration, only need to make ipsec to work and ipsec client will do all the job (encode/decode trafic through ipsec tunnel). Message: 2 Date: Wed, 4 Aug 2004 09:41:27 +0700 From: "Willy

dlr-db

2004-06-02 Thread Ivars Jukams
Hi, There is required field 'source' for dlr-storage = mysql, but this field is not documented. Does anybody know what data type is it? I made field 'source' varchar(255), but maybe there is better type for this field? I didn't tested it jet, maybe doesn't work. And one more question - what does

php/apache error

2004-03-03 Thread Ivars Jukams
I can send sms via http request, but I always receive this error: [error] PHP Warning: fopen(http://mykannelserver.com:13013/cgi-bin/sendsms?...) ): failed to open stream: HTTP request failed! HTTP/1.0 202 Foo I do: $path = "http://mykannelserver.com:13013/cgi-bin/sendsms?...";; fopen($path,"r");

Re: Kannel benchmark

2004-03-03 Thread Ivars Jukams
An additional question: If I run script,to parse ~ 2000 phone numbers (from database or file) and send via kannel in about 2-3 seconds or maybe faster, does it meen, that I send more then 200 msgs/s? :-) What will happen? Tomorow I will do this. I have alredy tested with ~ 450 msgs. It took some m

delivery reports

2004-02-24 Thread Ivars Jukams
Hi, how to set registered delivery to 1?   I need to set this for one of my SMSC, but in log file I see, that it is set to 0   Ivars

errors after sending sms

2004-02-08 Thread Ivars Jukams
Hi, why I receive this ~ 1 min after sending sms from SMSC: 2004-02-09 00:13:38 [1] ERROR: Error reading from fd 25: 2004-02-09 00:13:38 [1] ERROR: System error 104: Connection reset by peer 2004-02-09 00:13:38 [1] DEBUG: HTTP: Destroying HTTPClient area 0x80a2598. 2004-02-09 00:13:38 [1] DEBUG:

Re: got DLR but could not find message or was not interested in it

2004-02-03 Thread Ivars Jukams
send full documentation for this SMSC, if it can help somebody to help me. - Original Message - From: "Alan McNatty" <[EMAIL PROTECTED]> To: "Ivars Jukams" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 02, 2004 10:12 PM Subject: Re: got DLR

got DLR but could not find message or was not interested in it

2004-02-02 Thread Ivars Jukams
Can anybody explain what does it mean:   ERROR: SMPP[lmt3]: got DLR but could not find message or was not interested in it   Why I receive this text in bearerbox log, when I send a sms via .../cgi-bin/sendsms?   I receive my message, so I think maybe it is some kind of delivery status report

white-list

2004-02-02 Thread Ivars Jukams
Can anybody send me to [EMAIL PROTECTED] a short SMS-Service white-list example?   thanks,   Ivars