Kannel Mysql connectivity

2010-09-11 Thread Harbhag Singh Sohal
I have successfully connected kannel to MySQL , and when I start the bearerbox I got the message that it is successfully connected. But I dont understand what is getting stored in database, when I browse the database using phpmyadmin I see nothing there. database name is kannel and table name is

Receiving messages using kannel

2010-09-11 Thread Harbhag Singh Sohal
I can send messages using kannel and kannel is successfully connected to the mysql database, but I want to know that how can I receive messages using kannel and where the received messages will go as I am not using cellphone as modem, I am using huawei e220 modem. Below is my current configuration

Re: Kannel Mysql connectivity

2010-09-11 Thread Nikos Balkanas
Hi, DLRs are in there. Read User's guide about dlr-storage. BR, Nikos - Original Message - From: Harbhag Singh Sohal harbhag.so...@gmail.com To: users@kannel.org Sent: Saturday, September 11, 2010 9:00 AM Subject: Kannel Mysql connectivity I have successfully connected kannel to

Re: Receiving messages using kannel

2010-09-11 Thread Nikos Balkanas
Hi, GSM modems are not different than mobiles as far as kannel is concerned. Both use a SIM to work. MOs are send to the SIM's phone number and are picked up by bearerbox for further processing. BR, Nikos - Original Message - From: Harbhag Singh Sohal harbhag.so...@gmail.com To:

Re: Kannel Mysql connectivity

2010-09-11 Thread Harbhag Singh Sohal
2010/9/11 Nikos Balkanas nbalka...@gmail.com: Hi, DLRs are in there. Read User's guide about dlr-storage. I was reading the users guide but I cant understand that do I have to define the following all the fields in the database ? group = dlr-db id = dlr-db table = dlr field-smsc = smsc

some characters missing in messages

2010-09-11 Thread Harbhag Singh Sohal
+ sign is not showing in the messages sent using kannel. Like if I send 2+2=4 then on the receiving end it will received as 2 2=4. Below is my configuration file for kannel group = core admin-port = 13015 admin-password = admin-deny-ip = *.*.*.* admin-allow-ip = dlr-storage = mysql

RE: some characters missing in messages

2010-09-11 Thread Rene Kluwen
You need to urlencode your message before you send it. Like 1%2B1=2 == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Saturday, 11 September, 2010 08:55 To: users@kannel.org Subject: some characters missing

RE: Receiving messages using kannel

2010-09-11 Thread Rene Kluwen
You need a group = sms-service. Received messages go here. Read users guide. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Saturday, 11 September, 2010 08:04 To: users@kannel.org Subject: Receiving messages using

RE: SQL Box Question

2010-09-11 Thread Rene Kluwen
Why, if you can use the dlr-url field for this? Dlr-url has the same value for MT and for DLR. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of T.K.Thapa Sent: Saturday, 11 September, 2010 07:12 To: KangMas Willy Cc: Kannel list Subject: Re: SQL Box

RE: troubles with sending an '@' symbol through kannel

2010-09-11 Thread Davit Mirzoyan
I see now, I will try to change my client then to get UTF-8 chars to kannel Thank you all for your replies. Cheers, Davit Date: Tue, 7 Sep 2010 15:20:26 -0500 Subject: Re: troubles with sending an '@' symbol through kannel From: cornejo.alv...@gmail.com To:

Re: some characters missing in messages

2010-09-11 Thread Harbhag Singh Sohal
On Sat, Sep 11, 2010 at 12:30 PM, Rene Kluwen rene.klu...@chimit.nl wrote: You need to urlencode your message before you send it. Like 1%2B1=2 Thanks you very much, that solved my problem. You guys are awesome.

RE: SQL Box Question

2010-09-11 Thread T.K.Thapa
Ok, Let me summaries the things which i understood from your suggestions. When i am sending sms to smsbox which is connected to sqlbox i need to set dlr-url=Unique ID Generated by my system and it will be same for MT as well as DLR. Am i right? My understanding for dlr-url is if we specify

Re: data_coding setting

2010-09-11 Thread Ivan Kurnosov
Well, no answers here? :-( On Fri, Sep 10, 2010 at 4:48 PM, Ivan Kurnosov zer...@zerkms.ru wrote: Hello. How to specify data_coding setting to be = 6 ( Cyrllic(ISO-8859-5) ) With such parameters: charset=ISO-8859-5coding=1 I get this in the DEBUG: 2010-09-10 16:47:44 [4321] [6] DEBUG:  

how to set username, passwd, weblink for client in kannel

2010-09-11 Thread kannel Kannel
i had downloaded gateway 1.4.3. tar.gz in /usr/src/kannel and compiled like this. ./configure touch .depends make depend make make bindir-/usr/src/kannel install i can see smsbox,wapbox,bearerbox in this directory /usr/src/kannel/gateway-1.4.3/gw now i want to finish kannel task wise, my first

Re: SQL Box Question

2010-09-11 Thread T.K.Thapa
Thanks for the explation Rene. That is why I asked the patch developed by sangprabv (sangpr...@gmail.com http://www.petitiononline.com/froyo/). Sangprabv: can you please share the code with us. I think this patch will help other too. Regards Tapan Thapa

Re: how to set username, passwd, weblink for client in kannel

2010-09-11 Thread Nikos Balkanas
Nowhere. The client API is not part of kannel. Thre are a few options in the market like playsms or elite sms, but most aggregators build their own custom one. BR, Nikos - Original Message - From: kannel Kannel To: users@kannel.org Sent: Saturday, September 11, 2010 5:39 PM Subject:

RE: data_coding setting

2010-09-11 Thread Rene Kluwen
The short answer: There is no way to manually set data_coding. The value is set by coding, mclass, alt_dcs, compress, and mwi. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ivan Kurnosov Sent: Saturday, 11 September, 2010 15:04

RE: data_coding setting

2010-09-11 Thread Rene Kluwen
Not that I could find. You may want to look at the function fields_to_dcs in sms.c (I think) to see if 1) you can make a combination or 2) just hardcode your 6 ;)... == Rene -Original Message- From: zerk...@googlemail.com [mailto:zerk...@googlemail.com] On Behalf Of Ivan Kurnosov Sent:

What is this warning ?

2010-09-11 Thread Harbhag Singh Sohal
WARNING: SIGHUP received, catching and re-opening logs. can you tell me about this warning ? I dont get it.

Re: What is this warning ?

2010-09-11 Thread ha...@aeon.pk
Some advice here: http://www.pubbs.net/200912/kannel/21432-warning-sighup-received-catching-and-re-opening-logs-still-not-resolved.html On Sun, Sep 12, 2010 at 8:59 AM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: WARNING: SIGHUP received, catching and re-opening logs. can you tell me

Re: is there any FREE Billing and graphical interface

2010-09-11 Thread Emmanuel CHANSON
PlaySMS may be your solution, 0.9.5-rc1 has a billing and rating module available. Main project: http://playsms.sourceforge.net/ Mailling list: http://groups.yahoo.com/group/playsms-devel/ Other branch more dedicated to Kannel Mbuni: http://playsms-km2.mediacom.nc/?lang=en 2010/9/11 Ayman