Re: Stop sms coming with what is displaying in web explorer

2010-07-15 Thread preeteesh kakkar
Or May be close your eyes :D On Thu, Jul 15, 2010 at 1:58 PM, seikath wrote: > easy > > close the damn web explorer. > > > On 07/15/2010 11:11 AM, Marc ANDREAS wrote: > > Hi group, > > > > Can you help me to stop sms from Kannel ? > > In fact when I send an http request to Kannel I don't want to

Re: SQLBox with 1.4.3

2010-09-08 Thread preeteesh kakkar
Jinz, Try this http://212.230.19.51/sqlbox.tar.gz Let me know if you get any errors, i have been using this. Did some minor changes i think On Wed, Sep 8, 2010 at 2:22 PM, Jinson wrote: > * > Can somebody help meTried to compile the svn version of Gateway from > https://svn.kannel.org/ga

Re: SQLBox with 1.4.3

2010-09-08 Thread preeteesh kakkar
Probably yacc will be installed with below command (use sudo as per ur needs) apt-get install bison On Wed, Sep 8, 2010 at 2:22 PM, Jinson wrote: > * > Can somebody help meTried to compile the svn version of Gateway from > https://svn.kannel.org/gateway/trunk > > Makefile:336: .depend: No

Re: procmail + kannel

2010-09-13 Thread preeteesh kakkar
It's possible you need to know how to invoke procmail or anything else from kannel. Read kannel userguide... you can invoke any script from kannel. On Mon, Sep 13, 2010 at 10:08 AM, rrperez wrote: > > If that's the case, so it is impossible for me to do email to sms here in > kannel? > -- > Vie

Re: procmail + kannel

2010-09-13 Thread preeteesh kakkar
Kannel has an option where on receiving of sms you can invoke any script ... So in your case you can invoke procmail script or some script which invokes procmail & hence you can achieve sms to email. email to sms will need you to configure procmail to read data it got in email & execute kannel u

Re: Narendra

2009-08-21 Thread preeteesh kakkar
Kannel sets the encoding to 8 bit if there is a udh present. There is some patch i believe which can always set it to 7 bit as well. On 8/21/09, narendra reddy wrote: > Hi , > kannel which encoding bit (7-bit or 8-bit) .which one kannel by > supports defaulty. > > Immediate Responce A

Re: connecting multiple gsm modems to kannel

2009-09-02 Thread preeteesh kakkar
Hi Alex, If you require any commercial support please let us know. We will be happy to provide it. Thanks, Preetish Kakkar (www.successivesoftwares.com) On 9/2/09, Alex Dehaini wrote: > Hi Willy, > > Before I buy any equipment, I will like to know if kannel supports them. > What brand of USB G

Re: connecting multiple gsm modems to kannel

2009-09-02 Thread preeteesh kakkar
, 2009 at 11:48 AM, preeteesh kakkar < > preeteesh.kak...@gmail.com> wrote: > >> Alex, >> >> If GSM modem is supported in Linux then Kannel will probably support it >> too. >> >> On 9/2/09, Alex Dehaini wrote: >> > I was looking at this serial

Re: connecting multiple gsm modems to kannel

2009-09-02 Thread preeteesh kakkar
nnected-hubs > > The issue is - I am not sure if kannel will support it. > > Regards, > Alex > > On Wed, Sep 2, 2009 at 9:38 AM, Alex Dehaini wrote: > >> Thanks preeteesh, >> >> I will contact you after I exhaust all my options >> >> Regards, &g

Re: How to Make URL based Carrier Server using Kannel like jatayu

2009-11-18 Thread preeteesh kakkar
Hi, All you need is billing system for Kannel, We don't have idea what is Jatayu. Kannel doesn't provides any billing system.. Create you own for it. On 11/18/09, Amritesh Rachelwar wrote: > Dear, > > We want to make a URL (HTTP) based Server using kannel gateway. We have one > SMPP connectivit

Problem regarding storing Message_id - Using SMPP 3.4

2010-01-04 Thread preeteesh kakkar
Hi, I am using sqlbox to send sms. Below are some problem i am facing I push dlr-mask as 31 & dlr-url = "http://localhost/dlr.php?messageid=somecustomid&type=%d"; into send_sms , this goes to sent_sms immediately & i get sms Now the kannel doesn't seems to invoke this dlr-url, Instead of this i

Re: Problem regarding storing Message_id - Using SMPP 3.4

2010-01-04 Thread preeteesh kakkar
Just to add to it if i send sms using http://host:13013/cgi-bin/sendsms? -etc i get dlr-url invoked but not if i am using sqlbox On Tue, Jan 5, 2010 at 1:29 AM, preeteesh kakkar wrote: > Hi, > > I am using sqlbox to send sms. Below are some problem i am facing > > I push

Re: Problem regarding storing Message_id - Using SMPP 3.4

2010-01-06 Thread preeteesh kakkar
later. Please provide me with your guidance or thoughts on how this can be achieved. On Tue, Jan 5, 2010 at 2:11 AM, preeteesh kakkar wrote: > Just to add to it if i send sms using > > http://host:13013/cgi-bin/sendsms? -etc i get dlr-url invoked but > not if i am using sqlbox &g

Issues for sending SMS while using SQLBox

2010-01-19 Thread preeteesh kakkar
Dear All, I have a small issue i am facing while using Sqlbox to send sms. I have two smpp in my kannel.conf with id first & second. The second smpp is not working as of now i.e though you can connect to it if someone uses it to send sms it will not go. I always insert smsc-id as first in sqlbo

Regarding Message-id received by Kannel

2010-02-11 Thread preeteesh kakkar
Hi, I am having a small issue though i believe its more on my SMPP side than of kannel but just want to confirm. What is happening is that message_id i get from submit_sm_resp is different than message i get when i get DLR for that message. Due to this kannel is not able to recognize the DLR. Ca

Re: Regarding Message-id received by Kannel

2010-02-11 Thread preeteesh kakkar
gt; answering this question from a customer a few years ago. > > > > Kent > -- > > *From:* users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] > *On Behalf Of *preeteesh kakkar > *Sent:* Thursday, February 11, 2010 10:03 AM >

Re: Regarding Message-id received by Kannel

2010-02-11 Thread preeteesh kakkar
Thanks, Yes i got it msg-id-type!!! On Fri, Feb 12, 2010 at 12:05 AM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > Check the docs, there's a setting to deal with that. You don't need to > patch anything. > > > On Thu, Feb 11, 2010 at 7:14 PM, pre

Help needed for sending Utf-8 characters using Kannel

2010-02-23 Thread preeteesh kakkar
Hi All, I need a bit of help for sending characters like €€ ññ á é í ó ú I have read documentation & googled a bit. I have tried using charset=utf-8 & coding=2. I am using sqlbox for sending sms. If i don't use coding=2 i get ? as message in my mobile otherwise i recieve etc Can so

Re: Help needed for sending Utf-8 characters using Kannel

2010-02-23 Thread preeteesh kakkar
h, > > Please check your SMPP log and before that please enable *alt-charset *in > your configuration and push the message with special character without using > *charset *& *coding *options. > > And Please find the attached file. > > Thanks and Regards, > > Kir

Re: Help needed for sending Utf-8 characters using Kannel

2010-02-23 Thread preeteesh kakkar
AC%E2%82%AC%E2%82%AC&coding=2&charset=UTF-8 it works fine & sends me Euro symbol but if i use sqlbox & insert same message & put coding as 2 & charset as UTF-8 it doesn't sends me message correctly Can someone help pls? On Wed, Feb 24, 2010 at 12:35 PM, preeteesh

Re: Help needed for sending Utf-8 characters using Kannel

2010-02-23 Thread preeteesh kakkar
2%AC%E2%82%AC%E2%82%AC%E2%82%AC%E2%82%AC%E2%82%AC%E2%82%AC%E2%82%AC&coding=2&charset=UTF-8 But if i do same using sqlbox it doesn't works fine. Can you kindly help ? On Wed, Feb 24, 2010 at 1:14 PM, Jovan Kostovski wrote: > On Wed, Feb 24, 2010 at 8:05 AM, preeteesh kakkar >

Re: Help needed for sending Utf-8 characters using Kannel

2010-02-24 Thread preeteesh kakkar
the SMS capacity. With Jovan's > sugestion you don't. > > BR, > Nikos > > - Original Message - > *From:* preeteesh kakkar > *To:* Jovan Kostovski > *Cc:* users@kannel.org > *Sent:* Wednesday, February 24, 2010 9:52 AM > *Subject:* Re: Help neede

Re: Mallformed addr

2010-04-19 Thread preeteesh kakkar
Hi, This 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" On Mon, Apr 19, 2010 at 1:30 PM, Marcelo Aguila wrote: > > Hi, all. > > Just a little question. With one of the operators I'm connected I > receive i

Porting Kannel to Windows

2010-04-23 Thread preeteesh kakkar
Hi All, Can someone tell me how much work will be to Port Kannel to Windows? I know we can run kannel using cygwin but i am more interested in direct port to window? May be developers can tell me what kind of tasks would be included to do that?

Regarding Euro sign mapping to 7 bit GSM

2010-04-26 Thread preeteesh kakkar
Hi All, Is it possible to map Euro sign to 7 bit GSM. I am asking this because i connect to some providers using 7 bit GSM. If i need to send Euro sign from PHP can i do that, if yes what i need to do? any ideas?

Issues regarding Sending SMS using Serial Modem

2010-05-19 Thread preeteesh kakkar
Hi All, I am facing some issues using modem for sending sms The modems seems to be getting initialized properly but when sms is sent its giving error & seems to keep queing the connections instead of sending it. Below is bearerbox log... Kindly help 2010-05-19 23:34:46 [13267] [16] DEBUG

Re: Advice on sending other than sendsms

2010-05-22 Thread preeteesh kakkar
Google abt SqlBox On Sun, May 23, 2010 at 12:12 PM, Barry Murphy wrote: > Hi, > > I'm using Kannel to act as a SMS gateway between my webserver and my > upstream SMPP providers. Does Kannel have an option to run as a SMSC or is > there an easy way to send messages other than smsbox. I'd prefer no

Re: Kannel freelancers needed for occasional work

2012-04-04 Thread preeteesh kakkar
Hi, I am available for Kannel freelancing jobs. Let me know what you have for me at the moment... Thanks, Preeteesh On Wed, Apr 4, 2012 at 3:40 AM, Eugene Ohu wrote: > Hi all, > > Please any Kannel freelancers available for occasional programming jobs? > Kindly get in touch by email. > > Regard

SMS callback - Integrating Kannel and a2billing

2007-08-06 Thread preeteesh kakkar
Hi, I have a kannel configured on one box and A2billing configured on another box. I want to implement sms callbacks. What this means is that a customer is able to SMS a phone number to a number on which kannel is configured and the system will then connect the two parties via VoIP. I want to kno

Recieve SMS

2007-08-07 Thread preeteesh kakkar
What i have to do so that my kannel recieves sms... I am able to send sms using kannel as of now. Also How can i check if someuser sends an sms to kannel..? I mean is there any possible way in logs or anywhere to check that kannel box recieved sms from abc number??

Sending SMS problem..!

2007-08-15 Thread preeteesh kakkar
Hi, I am trying to send an sms from my kannel server. It works fine but when i try to send it too fast like if i try to execute url of kannel server from my browser twice without waiting for sometime the second sms in that case just fails. Kindly tell me how can i correct it...!

How to run WAP and Send WAP Message

2007-08-22 Thread preeteesh kakkar
Can Some one tell me how can i run WAP And send WAP Message using Kannel??

Wap Sms

2007-08-24 Thread preeteesh kakkar
How can i send a WAP Sms through kannel. I need to send a sms so that when user clicks on it they open a website or whatever that link is pointing too..!

Bulk SMS

2007-08-24 Thread preeteesh kakkar
I need to send bulk sms from my kannel box can some one give me idea of how can i do that??? Is there some simple web based software that already does it.. I looked at ksms and playsms but they are too much than i need. I just need a easily configurable software so i can send bulk sms. Please hel

Re: Setting up kannel with mac os x and a samsung-e890

2007-09-01 Thread preeteesh kakkar
Try setting AT+CNMI=1,1 in you confg file..! On 9/1/07, Kenshi Arasaki <[EMAIL PROTECTED]> wrote: > > Sorry, I responded too hastily - I have setup the phone to correctly > connect to Kannel without requiring user prompting. However, looking at the > logs, I am seeing the > error below. Could it b

Re: DLR-URL

2007-09-04 Thread preeteesh kakkar
dlr-url should contain the URL to which Kannel should place a HTTP requests once the delivery report is ready to be delivered back to your system. An example transaction would work as following. - 1. you send a message using dlr-mask=7 and dlr-url= http://www.xyz.com/cgi/dlr.php?type=%d

WAP SMS

2007-09-04 Thread preeteesh kakkar
What i have to do so send a wap sms to some user mobile, I have wap gateway configured using kannel. What i want is to send a sms so a user can click on it and it will take to a desired url or say will download a ringtone from a desired URL. Please let me know.

Re: Kannel and Tambur

2007-09-05 Thread preeteesh kakkar
Hi, Just install Tambur and configure it on some port. lets say your configured it on 81 Port. # SMS SERVICE GET-URL EXAMPLE group = sms-service keyword = default #get-url = "http://localhost:81/tambur/api/sms"; #get-url = http://localhost:81/tambur/api/sms?to=%p&l=test&p=test&msg=%a&msi

Re: Provisionning and billing in Kannel

2007-09-09 Thread preeteesh kakkar
You can try writing your own custom scripts, the only one i have used is Tambur. yes the support for it is less but it can be configured quite well..! On 9/9/07, info.ubichip <[EMAIL PROTECTED]> wrote: > > Hello all, > > Does anyone got some experience and advice on software or packages to make >

Re: Sending Message Via Updatind a DB

2007-09-18 Thread preeteesh kakkar
Hi, Below is table format for send_sms table CREATE TABLE IF NOT EXISTS %S (sql_id bigint(20) not null auto_increment primary key, momt enum('MO', 'MT', 'DLR') null, sender varchar(20) null, receiver varchar(20) null, udhdata blob null, msgdata text null, time bigint(20) null, smsc_id varchar(2

Deleting Received SMS from Kannel Modem

2007-09-18 Thread preeteesh kakkar
Hi All, I have a Kannel Gateway configured but my modem doesn't deletes any sms it receives. I want to delete a sms as soon as its received. I read that i need to send AT+CMGD=1,4 to delete all sms. Can someone tell me where i can do this in kannel and how can i have sms deleted from modem

Re: Deleting Received SMS from Kannel Modem

2007-09-18 Thread preeteesh kakkar
s of sms), do anyone got this > issue as well ? > > > > Hope that help > > > > > -- > > *From:* preeteesh kakkar [mailto:[EMAIL PROTECTED] > *Sent:* mardi 18 septembre 2007 11:47 > *To:* users@kannel.org; [EMAIL PROTECTED] > *Subject:* Deleting Received SMS from Ka

Need help related to smpp

2007-10-01 Thread preeteesh kakkar
Hi, I need to configure kannel to use clickatell smpp service for sending sms and i have modem attached to my pc which has kannel running and its being used as of now for sending as well as recieving sms. Now i want to use clickatell smpp service to send sms but for recieving sms i want to use

Hi Reset Modem through kannel

2007-10-05 Thread preeteesh kakkar
hi, Is there someway i can reset my modem using kannel after some regular intervals. Please let me know. Thanks..!

Kannel sms not deleted

2007-10-05 Thread preeteesh kakkar
is there someway i can tell my kannel to do so after some intervals. Also for some reason all sms are not deleted from kannel modem any idea what i have to do?

Re: Question about UCP

2007-10-15 Thread preeteesh kakkar
*3.4 What SMSC protocols does the SMS part of the gateway support?* CIMD 1.3, CIMD 2.0, SMPP 3.4, UCP/EMI 4.0, SEMA SMS2000 OIS protocol for SMS centers over Radiopad and X.25 and several modems and mobile phones through AT protocol On 10/15/07, Dr Sexpert <[EMAIL PROTECTED]> wrote: > > I'm thinki

Re: Sending Multiple SMS's using PHP script

2007-10-20 Thread preeteesh kakkar
I have used file_get_contents successfully use rawurlencode instead of urlencode On 10/20/07, Raphael Maseko <[EMAIL PROTECTED]> wrote: > > Hi, > > I have tried using file_get_contents( $url ) of file( $url ) to call > kannel > but I keep ending up with the error: > > " [function.file]: failed to

Re: Starting Kannel through Daemons

2007-10-21 Thread preeteesh kakkar
Run it as service, play with init files..! On 10/22/07, Jinson <[EMAIL PROTECTED]> wrote: > > Hello all > > I have Bearerbox, Sqlbox, Smsbox running on my CentOS server, ..How can i > start my kannel through daemons. Can somebody provide me a solution??? >

Invoking PHP Script through Kannel

2008-01-14 Thread preeteesh kakkar
Hi, I am invoking a PHP script when kannel recieves any sms. The received sms is then stored in db from that PHP script. In case the sms is too large it is cut and whole sms is not stored in db. I am using GET request as paramter in kannel. I think becuase of limit of url lenght the whole sms

Re: Invoking PHP Script through Kannel

2008-01-15 Thread preeteesh kakkar
ve received this e-mail by mistake and delete > this e-mail from your system. If you are not the intended recipient you are > notified that disclosing, copying, distributing or taking any action in > reliance on the contents of this information is strictly prohibited. > > > preetees

Re: Invoking PHP Script through Kannel

2008-01-15 Thread preeteesh kakkar
Anyone got any idea?? Please help me with this..! On Jan 15, 2008 2:05 PM, preeteesh kakkar <[EMAIL PROTECTED]> wrote: > Its Text Type...! > > > On Jan 15, 2008 1:18 PM, Mads N. Vestergaard - CoolSMS <[EMAIL PROTECTED]> > wrote: > > > Wh

Kannel Message Splitting Problem

2008-01-25 Thread preeteesh kakkar
Hi All, I am facing a problem in case when kannel receives a long sms. I am invoking a script on recieving of sms from kannel, the same is stored in db. When i checked kannel sms log i found kannel is splitting a long sms but though logs shows that for sec part of sms its invoking a script but

Re: sending many SMS using PHP through the HTTP interface

2008-01-28 Thread preeteesh kakkar
Hey Can you tell me how you provide sleep 10 sec between every URL hit? I mean how u specify this in kannel.conf or did u modify kannel source code? -- can u tell me file which u modified? On 1/28/08, hafez ahmad <[EMAIL PROTECTED]> wrote: > > I do that before, the problem still there . > > I

Re: sending many SMS using PHP through the HTTP interface

2008-01-28 Thread preeteesh kakkar
I have done that already, it doesn't helps. I have seen the same stuff and posted few times this issue on kannel user lists...! If you see sms logs it shows the second part of sms invoking the script but in actual it doesn't seems to do, i don't know why.. anyone having any hints for it?! On 1/

Re: GUI

2008-03-12 Thread preeteesh kakkar
I totally agree if somone is doing the best language for it would be PHP...! On Wed, Mar 12, 2008 at 6:00 PM, Michael Sole <[EMAIL PROTECTED]> wrote: > For the love of God do not do this in JSP! > > > > PHP is the only way to go in my opinion. > > > > *From:* Atul Chaudhari [mailto:[EMAIL PROTEC

Re: GUI

2008-03-12 Thread preeteesh kakkar
ROR can be another choice also..! On Wed, Mar 12, 2008 at 6:03 PM, preeteesh kakkar < [EMAIL PROTECTED]> wrote: > I totally agree if somone is doing the best language for it would be > PHP...! > > > On Wed, Mar 12, 2008 at 6:00 PM, Michael Sole <[EMAIL PROTECTED]> >

Re: help

2008-06-04 Thread preeteesh kakkar
Hi, I can help setting kannel for you. We have done lot of work in kannel. Please visit us at http://successivesoftwares.com/ If you are ready to pay us you can outsource your work to us. Thanks, Preetish Kakkar. 2008/6/4 boka yannick paul <[EMAIL PROTECTED]>: > is my mobile phone (motoro

Re: Concatenation Problems

2008-06-19 Thread preeteesh kakkar
Did you got any solutions i have been facing troubke in concatenation from past 4 months..! On Fri, Jun 20, 2008 at 1:38 AM, Bryan Gintz <[EMAIL PROTECTED]> wrote: > Hello, > I have the following settings for my sendsms-user > > group = sendsms-user > username = xyz > password = 123 > max-message

About Patch for concatenate

2008-06-28 Thread preeteesh kakkar
Hi, I checked that a patch for concatenate was released as pointed in link --> http://www.kannel.org/pipermail/devel/2006-September/000314.html What i wanted to know is if this patch is already provided in latest version of kannel.? Please let me know.

Re: Information

2008-12-22 Thread preeteesh kakkar
Regarding using kannel on windows, you can use cygwin but its said kannel is not very stable if you use it on cygwin. best is to use on linux.. With Cygwin there are some pthreads issues. please google.! On Mon, Dec 22, 2008 at 2:00 PM, Nikos Balkanas wrote: > 1) Flacom GSM modems. > > Kannel

Re: Bearbox panic with cvs-20090113 [AGAIN]

2009-01-21 Thread preeteesh kakkar
Hi can u provide contents of /var/log/kannel/nextel2.log It seems octstr_format gave some exception. This doesn't seems good may be some code bug! On Tue, Jan 20, 2009 at 12:23 PM, Alvaro Cornejo wrote: > Hi list > > After a couple of days running, kannel panics again with exactly the > same err

Re: kannel stops with 1.4.2

2009-01-21 Thread preeteesh kakkar
Seems like a bug, a user recently posted same issue with octstr_format ... Must be reported! On Sun, Jan 18, 2009 at 9:37 PM, Surya wrote: > Hi Users, > > > > My bearerbox panics: > > > > 2009-01-18 20:36:32 [8499] [7] PANIC: octstr_format format string syntax > error. > > 2009-01-18 20:36:32