Re[3]: smsc message ID

2008-06-13 Thread seik
each request, either to the send-sms interface, either the sql injection in the sqlbox send_sms table should be with its unique dlr-url value you may achieve that with adding some extra parameters in the dlr-url .. as i am repeating myself , read the post bellow... / track the value of smsID,

SMPP How to add alt-host

2008-06-13 Thread Madan KN
Hi, Can anyone tell me how to add alternative SMPP SMSC Host. My Operator is providing me with 2 hostname. 1. Primary. 2. Failover. Thanks, Madan KN

Re: automatically restarting kannel when in PANIC

2008-06-13 Thread Eric Beda
Hi, I know of the parachute attribute, but does it work when kannel gets an ERROR, because i've been getting pdu_extract errors intemittently, and looks like after a restart things go back to normal Hi, why not just start kannel as daemon and use parachute code? /path/to/bin/bearerbox

RE:Re: smsc message ID

2008-06-13 Thread brice dandjinou
M. Seik, How to set an unique drl-url per MT message De : [EMAIL PROTECTED] Date : 09/06/08 22:43:46 A : users@kannel.org Sujet : Re: smsc message ID you do not need the smsc id all you need is to set YOUR unique dlr-url per MT message to achieve that, add in the dlr-url something

PL2303

2008-06-13 Thread sangprabv
Guys, Does all PL2303 means it is a GSM Modem enabled device? Regards, Willy

Re: Problem compiling last CVS checkout

2008-06-13 Thread Eduardo Raad
An extra note... I'm compiling with mysql support. When not using mysql it will compile ok. Eduardo On Tue, Jun 10, 2008 at 11:01 AM, Eduardo Raad [EMAIL PROTECTED] wrote: Dear list I just checked out the last version of Kannel and got this error when compiling (it was the last line):

Problem compiling last CVS checkout

2008-06-13 Thread Eduardo Raad
Dear list I just checked out the last version of Kannel and got this error when compiling (it was the last line): gw/smsbox.c: In function 'init_smsbox': gw/smsbox.c:3358: error: 'bearerbox_is_sqlbox' undeclared (first use in this function) gw/smsbox.c:3358: error: (Each undeclared identifier is

Kannel SMS service queue

2008-06-13 Thread Eduardo Raad
Dear List, I have noted that when an SMS service fails to connect to the provided URL, the SMS message in question is discarded. Is there any way to queue this message until the SMS service URL becomes available? Thanks. Eduardo

FW: mail2sms script

2008-06-13 Thread Amity, Ronen
I have something like this setup. I send email to a certine user (I created sms user on the kannel box). Then via cronjob, I use perl to read the email, and send it to the http. Here is the perl script (found it somewhere on the web, modified it a bit) : Please change the yellow to suite

Re[2]: smsc message ID

2008-06-13 Thread seik
yes unique dlr-url per MT message NOTE: the your request bellow is wrong the request to the cgi-bin/send-sms should be as usual , just the value of the dlr-rul should be urlencoded unique dlrurl ... fixed request based on the one bellow

Re[4]: smsc message ID

2008-06-13 Thread seik
the id ups to you. regarding the dlr-url: http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN4306 Table 6-16. SMS Push (send-sms) CGI Variables -Original Message- From: Tharanga [EMAIL PROTECTED] Sent: 11 ??? 2008 ?. To: seik Subject:smsc message ID H, Thxs

Help with mblox

2008-06-13 Thread Niurka Richiez Perez
Hi, I need kannel version 1.4.1 to work with mblox. What do I need to do? I found something for version 1.4.0 but does not seem to work on 1.4.1. Thanks in advance.

Simulate kannel

2008-06-13 Thread info.ubichip
Hello all, I got some particular script in php that are supposing to simulate a kannel gateway. So when I sent a SMS, it answered 0: Accepted for delivery. I would like my kannel gateway saw this script as another kannel gw. Right now all the sms sent by my original gw are sent correctly (the php

How to receive MMS with kannel

2008-06-13 Thread Alvaro Cornejo
Hi List I know that for sending MMS I´ll need to use mbuni in addition to kannel; however, I´ll like to know if it is possible to just RECEIVE MMS (pictures) through kannel and store them to a database. I do not want to send any mms but only receive them. Is it possible? Any ideas?? Regards

How to receive MMS with kannel

2008-06-13 Thread Alvaro Cornejo
Hi List I know that for sending MMS I´ll need to use mbuni in addition to kannel; however, I´ll like to know if it is possible to just RECEIVE MMS (pictures) through kannel and store them to a database. Is it possible? Any ideas?? Regards attachment: winmail.dat

Re: SMS Premium MT

2008-06-13 Thread Daniel
Hello, The carrier do not support DLR. They use query_sm. Kannel support query_sm? Thanks Daniel On Mon, May 19, 2008 at 10:31 AM, [EMAIL PROTECTED] wrote: get the DLR report for each MT message -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 19 ??? 2008 ?.

unsubscribe

2008-06-13 Thread Santosh B R
Unsubscribe This e-mail and all material transmitted with it are for the use of the intended recipient(s) ONLY and contains confidential and/or privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy

Re: Re[3]: smsc message ID

2008-06-13 Thread Tharanga
Hey guys, Finally i have successfully completed the mission of dilervery report nottifications using the unique dlr-url for each sms. if any one need it i can send my script. special thank goes to the seik and the mailing list members . thanks guys --Tharanga- - Original Message -

Re: SMS Premium MT

2008-06-13 Thread Rolandow
Same problem here! Daniel, what carrier are you using, in what country? Maybe we are facing the same problem. Daniel wrote: Hello, The carrier do not support DLR. They use query_sm. Kannel support query_sm? Thanks Daniel On Mon, May 19, 2008 at 10:31 AM, [EMAIL PROTECTED] mailto:[EMAIL

Re: Kannel SMS service queue

2008-06-13 Thread Jovan Kostovski
On Tue, Jun 10, 2008 at 7:10 PM, Eduardo Raad [EMAIL PROTECTED] wrote: Dear List, I have noted that when an SMS service fails to connect to the provided URL, the SMS message in question is discarded. Is there any way to queue this message until the SMS service URL becomes available? Not in

Re: How to receive MMS with kannel

2008-06-13 Thread seik
by my knowledge, kannel will not handle the extraction of the MMS ... another approach, which is not suitable for high traffic load ..: use mms capable mobile device to receive the MMS body, save it as a picture, so from the file system you may get the MMS either via data cable either via

Small DLR notification tutorial - mysql + php + kannel

2008-06-13 Thread Tharanga
Hi, First I like to thank all Active subscribers, for their great support and knowledge sharing first u need to create a unique smsID for the message. this is a sample URL (u need to generate this URL, i have used Java )

Small DLR notification tutorial - mysql + php + kannel - Version 2

2008-06-13 Thread Tharanga
Hi, First I like to thank all Active subscribers, for their great support and knowledge sharing first u need to create a unique smsID for the message. this is a sample URL (u need to generate this URL, i have used Java ) dlr-url=http://localhost/dlr.php?smscID=%idlr=%danswer=%Ato=%pfrom=%Pts

Re: Simulate kannel

2008-06-13 Thread Jovan Kostovski
On Thu, Jun 12, 2008 at 3:10 AM, info.ubichip [EMAIL PROTECTED] wrote: I would like my kannel gateway saw this script as another kannel gw. What are you trying to achieve? Do you want to make some bridge connection between the Kannel GW and you php script, so they can communicate between each

Re: SMPP How to add alt-host

2008-06-13 Thread Jovan Kostovski
On Tue, Jun 10, 2008 at 10:04 AM, Madan KN [EMAIL PROTECTED] wrote: Hi, Can anyone tell me how to add alternative SMPP SMSC Host. My Operator is providing me with 2 hostname. 1. Primary.tar 2. Failover. Interesting one ;) There is no way to do this automatically by Kannel. In order to do

Re[2]: Problem compiling last CVS checkout

2008-06-13 Thread Thomas Göttgens
Title: Re[2]: Problem compiling last CVS checkout Hello Eduardo, bearerbox_is_sqlbox is a config keyword from the old sqlbox patch. Check out a fresh copy of kannel and use the sqlbox standalone module instead of the patch. Tuesday, June 10, 2008, 6:14:25 PM, you wrote: An extra

Re: Re[3]: smsc message ID

2008-06-13 Thread Azaman Suleiman
Hi Tharanga, Perhaps you can put the script here for others to use if the need arise. Thanks. azlinux On Fri, Jun 13, 2008 at 5:37 PM, Tharanga [EMAIL PROTECTED] wrote: Hey guys, Finally i have successfully completed the mission of dilervery report nottifications using the unique dlr-url

RE: Basic SMS tests

2008-06-13 Thread info.ubichip
yes, it is a good way to know the maximum capacity of your system _ From: regme please [mailto:[EMAIL PROTECTED] Sent: vendredi 13 juin 2008 09:36 To: users@kannel.org Subject: Basic SMS tests Hello all. I'd like to make an all-local test system, that is with no real SMSC or phone.

Http relay issue with kannel

2008-06-13 Thread info.ubichip
Hello, I would like to achieve the following schema to send sms: app --- kannel gw 1--- php code I would like the php code is seen as another kannel gw by the kannel gw #1. In the php code, I wrote some code answering 0: Accepted for delivery or Sent. but the GW1 saw it as NACK and so make it