Re: Proposal: Kannel Wiki

2008-03-08 Thread Anand Gupta
I had proposed something like this a long time, even wanted to host the same. However didn't get much of feedback on it. It would surely be nice to have it. If everyone is interested and is ready I would like to take the oppurtunity and setup the same. Please let me know if that is ok.

Re: Kannel on CentOS with Plesk

2007-08-03 Thread Anand Gupta
to MySQL. Will Kannel work? Will it break Plesk? Please advise. Thank you very much! Peter -- regards, Anand Gupta

Re: smsc name inside mysql dlr

2007-06-23 Thread Anand Gupta
resolve the above problem. -- regards, Anand Gupta

Re: smsc name inside mysql dlr

2007-06-22 Thread Anand Gupta
Does no one have any idea / solution on this ? Anand Gupta wrote: Hi! I am using mysql dlr with kannel. Now inside mysql, kannel stores the smsc-id inside smsc column. It seems that kannel is truncating first few chars of the smsc-id at random. When the deliver_sm_resp comes, kannel again

smsc name inside mysql dlr

2007-06-21 Thread Anand Gupta
= service field-url = url field-mask = mask field-status = status field-boxc-id = boxc ** Thanks. -- regards, Anand Gupta

load balance smsc

2007-06-20 Thread Anand Gupta
Hi! I am getting 2 smpp connections from my smsc for load balancing. Can i use it inside kannel to automatically do load balance between messages ? And incase one is down, shift to another smpp link ? Is above possible ? Any suggestions / comments would be appreciated. -- regards, Anand

Re: load balance smsc

2007-06-20 Thread Anand Gupta
Thanks for the pointer Rodrigo. I will test it out. Rodrigo Cremaschi wrote: Yes, check this thread: http://www.kannel.org/pipermail/devel/2007-May/001040.html On 6/20/07, Anand Gupta [EMAIL PROTECTED] wrote: Hi! I am getting 2 smpp connections from my smsc for load balancing. Can i use

Re: dlr url and message id

2007-06-15 Thread Anand Gupta
extracted to the tmp variable, look at using function. /* * Delete part of an octet string. */ void octstr_delete(Octstr *ostr1, long pos, long len); Hope this helps. -Original Message- From: Anand Gupta [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 21:45 To: users@kannel.org

dlr url and message id

2007-06-13 Thread Anand Gupta
-- regards, Anand Gupta

Re: kannel, store messages

2007-06-13 Thread Anand Gupta
Thanks for the help Heru. Heru Tjatur wrote: On Jun 11, 2007, at 7:20 PM, Anand Gupta wrote: Dear Tjatur, Thanks for the response. Heru Tjatur wrote: 2 3. Absoultely yes, you could do that. You just have to write down script to store messages in or out of kannel. Kannel won't do

Re: kannel, store messages

2007-06-11 Thread Anand Gupta
or something on how to store the messages ? --tjatur On Thu, 2007-06-07 at 01:15 +0530, Anand Gupta wrote: Hi Everyone! I am trying to setup kannel on debian using standard deb packages. My smsc is basically providing me an smpp connectivity. Here is what i have in kannel.conf right now

kannel, store messages

2007-06-06 Thread Anand Gupta
in mysql and not permanent. Any help on this will be appreciated. -- regards, Anand Gupta

smpp server

2006-07-21 Thread Anand Gupta
open source... Thanks. Anand Gupta

Re: smpp server

2006-07-21 Thread Anand Gupta
Hi! Stipe! Can i know the cost of this smppbox? - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Anand Gupta [EMAIL PROTECTED] Cc: users@kannel.org; devel@kannel.org Sent: Friday, July 21, 2006 7:18 PM Subject: Re: smpp server Anand Gupta wrote: Hi Everyone! I know

Re: smpp server

2006-07-21 Thread Anand Gupta
Hi Iain anand gupta... didn't i meet you at university of sydney? Sorry you are mistaking me for someone else ;) regards, Anand Gupta

Re: newbie - bulk sms

2005-11-14 Thread Anand Gupta
Here is my own code (GPL) http://fluorine.vps.kotisivut.com/code/ Hopefully you can use parts of it to send bulk-sms. Any chance of getting the source ? These are php files. regards, Anand

Re: newbie - bulk sms

2005-11-14 Thread Anand Gupta
Thanks. regards,Anand Sorry! Now in http://fluorine.vps.kotisivut.com/code/ as zip-file. ItÂ’s a mobile learning environment using sms and www. There is not yet documentation :( but I think that it is quite easy to find main parts there This is part

Re: Log File Analyzers

2005-09-04 Thread Anand Gupta
May someone point me towards any known good logfile analyzers for kannel. I am especially looking for a tool to process my WAP gateway's log files. Not sure whether one exists. I would love one myself. -- regards, Anand

Re: esm_class

2005-08-02 Thread Anand Gupta
Thx a lot. That is because kannel makes a transformation to GSM charset and the character ' does not exist in GSM charset. On Saturday 30 July 2005 08:37, Anand Gupta wrote: Anyone ? Here is what i am using to kannel lynx --dump http://127.0.0.1:13030/cgi-bin/sendsms?username

esm_class

2005-07-28 Thread Anand Gupta
I see that kannel sets esm_class as 3 by default, however my smsc requires it to be 0. How can i set it as 0 ? -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
Apart from the esm_class to be set as 0, there are more parameters which i want to change for kannel. These are specific to the smpp protocol. SERVICE_TYPE (This is send as null by kannel, however i need to set this as CMT) Any help would be appreciated. -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
/smsc_smpp.c and change it there. It should be on (or nearby) line 638. Hope it helps, Alejandro. On 7/28/05, Anand Gupta [EMAIL PROTECTED] wrote: Apart from the esm_class to be set as 0, there are more parameters which i want to change for kannel. These are specific to the smpp protocol

Re: esm_class

2005-07-28 Thread Anand Gupta
Thx this worked for me. I specified service-type=CMT and kannel took it Try service-type=TYPE in your configuration file. -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
[23003] [7] DEBUG: short_message: ?Hi? 2005-07-28 17:04:07 [23003] [7] DEBUG: SMPP PDU dump ends. -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
? -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
Here is what i am using to kannel lynx --dump http://127.0.0.1:13030/cgi-bin/sendsms?username=testpassword=footo=11text=%60Hi%60from=anandcoding=0; The message shown in kannel logs is ?Hi? :(( -- regards, Anand Gupta

Re: SMSC DLR Takes long time to arrive

2005-07-28 Thread Anand Gupta
? Not much idea though isn't the dlr dependent on the smsc ? Since its suppose to send it to kannel. There are smsc's (like mine) who don't provide instant dlr for the messages send to them. -- regards, Anand Gupta

Problems with DATA_CODING

2005-07-21 Thread Anand Gupta
? -- regards, Anand Gupta

Re: Kannel Message Boards?

2005-07-18 Thread Anand Gupta
I am ready to register and host the forums if members here can recommend a domain for the same. I posted earlier also however no commented till now. -- regards, Anand Gupta Original message Subject:Re: Kannel Message Boards? Author: Gareth Reakes

RE: Kannel Message Boards?

2005-07-18 Thread Anand Gupta
How about forum.kannel.org if you ask for a record In their DNS ? That's probably the best thing to do. But will they provide the record in their dns ? i thought abt that however kannel.org maintainers need to agree on this. If they do i can set it up immediatly. -- regards, Anand Gupta

RE: Kannel Message Boards?

2005-07-18 Thread Anand Gupta
Would people see the mailing lists as redundant if there were web based forums? well both can serve the purpose, at times mailing lists are better and sometimes forums. -- regards, Anand Gupta Original message Subject:RE: Kannel Message Boards

Re: Kannel Message Boards?

2005-07-18 Thread Anand Gupta
very true -- regards, Anand Gupta Original message Subject:Re: Kannel Message Boards? Author: Christian Vandrei [EMAIL PROTECTED] Date: 18th July 2005 4:9:6 I think we should have just one communication platform. For sure mailinglists

RE: Kannel Message Boards?

2005-07-18 Thread Anand Gupta
you have my vote on all those points ;) -- regards, Anand Gupta Original message Subject:RE: Kannel Message Boards? Author: Stephane Rosa [EMAIL PROTECTED] Date: 18th July 2005 6:21:59 Well, I think that forums can easily (and should

Re: kannel installation

2005-07-17 Thread Anand Gupta
of people compiling backdoors etc. -- regards, Anand Gupta

Re: Kannel Message Boards?

2005-07-16 Thread Anand Gupta
this many times myself. Can anyone suggest a domain name ? I will register it and put up the forums on one of my server. I would like to volunteer to host the forums for kannel. -- regards, Anand Gupta

Re: sending binary data

2005-04-20 Thread Anand Gupta
Look in the kannel/contrib folder, there are examples for sending all sorts of messages. For sending binary content you need to specify the UDH header for each type of message, whether its logo or tone etc. -- regards, Anand Hi all, how can I send binary data over SMS? right now i can sen

Re: [Kannel-Users] Re: dlr mysql entries

2005-04-18 Thread Anand Gupta
Dear Naren, I have been following this thread (regarding DLR) for a while. I just want to know if i can get a sample script for handling the DLRs (the one u have mentioned above). I have started using kannel recently, i would be very much grateful if get this favour. From ur discussion i

Re: [Kannel-Users] Re: [Kannel-Users] Re: dlr mysql entries

2005-04-18 Thread Anand Gupta
Beckman On Mon, 18 Apr 2005, Anand Gupta wrote: Dear Naren, I have been following this thread (regarding DLR) for a while. I just want to know if i can get a sample script for handling the DLRs (the one u have mentioned above). I have started using kannel recently, i would be very much

Re: [Kannel-Users] Re: Link DLR - SMS

2005-04-15 Thread Anand Gupta
What most people do in this situation is use a database to store information about a message with a unique ID (primary key, auto incremented). This way when they send the message to kannel with a DLR URL, they can include this in the DLR URL, ie: insert into log values (NULL,

dlr mysql entries

2005-04-15 Thread Anand Gupta
hello everyone stupid question probably. when i use mysql with kannel to store the dlr, after kannel recieves the dlr from the smsc are the entries removed from the mysql db ? -- regards, Anand

Re: dlr mysql entries

2005-04-15 Thread Anand Gupta
Dear Yanik, thx for the reply. is it possible (it should be actually for a kannel hacker) that when the mysql inserts are made, a second insert is made in another db which will probably be a clone of the dlr db of kannel except certain parameters will be kept in for further use ? I guess i

Re: [Kannel-Users] Re: dlr mysql entries

2005-04-15 Thread Anand Gupta
. -- regards, Anand On Fri, 15 Apr 2005, Anand Gupta wrote: is it possible (it should be actually for a kannel hacker) that when the mysql inserts are made, a second insert is made in another db which will probably be a clone of the dlr db of kannel except certain parameters will be kept

Re: [Kannel-Users] message id

2005-04-14 Thread Anand Gupta
, about protecting the code and not making the code too specific; I don't know if anyone ever made a patch. Beckman On Thu, 14 Apr 2005, Anand Gupta wrote: Here is the response from my smsc while sending a message 2005-04-14 14:16:41 [15081] [7] DEBUG: SMPP[smsc11]: Got PDU: 2005-04-14 14:16

Re: [Kannel-Users] message id

2005-04-14 Thread Anand Gupta
, or via DLR. There was a big fight over it a few months back, about protecting the code and not making the code too specific; I don't know if anyone ever made a patch. Beckman On Thu, 14 Apr 2005, Anand Gupta wrote: Here is the response from my smsc while sending a message 2005-04-14 14

Re: [Kannel-Users] message id

2005-04-14 Thread Anand Gupta
... id:GFN1421584 sub:001 dlvrd:001 submit date:0504142010 done date:0504142010 stat:UNDELIV err:PBD text:Thank you for your p Then you have the message ID in the response. You'll have to write a regex or something to grab the ID itself out of the message. Beckman On Thu, 14 Apr 2005, Anand Gupta

logs

2005-04-14 Thread Anand Gupta
i start the bearerbox and smsbox with the following command gw/bearerbox /etc/kannel.conf gw/smsbox /etc/kannel.conf Both of them are started in different screens. Now both of them show lot of messages etc on the screen, when i looked at the /var/log/kannel log files i don't find those log

Re: [Kannel-Users] message id

2005-04-14 Thread Anand Gupta
kannel will send more than one message in a single second, ts will confuse the DLR and the reply is not unique. J Anand Gupta wrote: Thx Beckman for taking time to reply. Well the whole reason for which i want to track the message_id is based on that only. My smsc has the reports available

Re: MessageID

2005-04-14 Thread Anand Gupta
Dear Hillel, Thx for the reply. Looks like there are people after the same feature as i am ;) I hope someone really finishes this feature and submits it. -- regards, Anand Dear Anand, This is a feature I also require and would ideally like it to be in the Kannel CVS so everyone can try

Re: [Kannel-Users] logs

2005-04-14 Thread Anand Gupta
the panics or errors. Beckman On Thu, 14 Apr 2005, Anand Gupta wrote: i start the bearerbox and smsbox with the following command gw/bearerbox /etc/kannel.conf gw/smsbox /etc/kannel.conf Both of them are started in different screens. Now both of them show lot of messages etc on the screen

Re: [Kannel-Users] Re: [Kannel-Users] logs

2005-04-14 Thread Anand Gupta
Thx for the quick response. Step 1. Check to see if /var/log/kannel exists yes it does Step 2. Check to see if /var/log/kannel/kannel.log is being written to. yes Step 4. Check to see if user you are running kannel as can write to kannel.log (did you run it as root the first

Re: [Kannel-Users] logs

2005-04-14 Thread Anand Gupta
Thx David. I got it running under a user :) I had missed the commandline parameters section of the guide which Beckman pointed out and helped me do it. -- regards, Anand Anand Gupta wrote: Step 4. Check to see if user you are running kannel as can write to kannel.log (did you run

Re: Kannel on RH EL3/4

2005-04-12 Thread Anand Gupta
I am thinking of purchasing a new box (HP DL360 G4, Xeon, SCSI) for kannel and DB purposes. So, here comes the question: Has anybody compiled and tested kannel successfully on a box running RH EL 3/4? I compiled it on Centos 3.4 which is actually a rebuild of RHEL 3. Its working without any