Re: Throttling

2009-09-14 Thread sapna singh
Can you help me to resolve Throttling error. -- Regards Sapna 2009/9/13 Nikos Balkanas > Please address the list, so that others may benefit. Don't send me > personnals. I am not your unpaid personnal consultant. > > Nikos > > - Original Message - > *From:* sapna singh > *To:* nbal

Re: Throttling

2009-09-14 Thread Nikos Balkanas
Hi, What is your throttling error? Describe it. Please attach configuration and detailed logs relevant to the error. BR, Nikos - Original Message - From: sapna singh To: Nikos Balkanas ; users ; users-requ...@kannel.org Sent: Monday, September 14, 2009 4:37 PM Subject: Re: T

admin command does not work, SSL error

2009-09-14 Thread freeburn
this is .conf file group = core admin-port = 10030 admin-port-ssl = true admin-password = ikaruse_wings status-password = ikaruse_wings admin-deny-ip = *.*.*.* admin-allow-ip = 127.0.0.1 smsbox-port = 10031 smsbox-port-ssl = true box-deny-ip = *.*.*.* box-allow-ip = localhost log-file = "/var/log/

Re: Bearerbox and smsbox work, but I can't sending sms

2009-09-14 Thread Juxener
I'm sorry if I did not understand. Logs for bearerbox (/var/log/kannel.log) : http://pastebin.ca/1565673 Logs for smsbox (/var/log/smsbox.log) : http://pastebin.ca/1565679 At 35th line, I sent SMS via : lynx -dump 'http://127.0.0.1:13002/cgi-bin/sendsms?username=ju&password=test&from=06

using check directory

2009-09-14 Thread freeburn
In the checks directory there are bunch of .sh files. iguess they need to be edited to use them. only thing that i think should be edited is the various directories listed there. anything else should be edited?

prolem terminating bearerbox and smsbox

2009-09-14 Thread freeburn
I always start the bearerbox and smsbox separately. i dont use it as daemon process. but when i want to terminate this,they wont respond. like if press crtl+z they seems to stop but if i giv ps -ax that shows they are still running. they also ignores TERM,INT KILL signals. this prevents me from ru

Re: Bearerbox and smsbox work, but I can't sending sms

2009-09-14 Thread Nikos Balkanas
Hi, Sigh! You really have made a mess out of it, and at our expense. 1. You updated your configuration, but the logs are old without the update. Why? Creating more list traffic? 2. I explained to you to change only the core smsbox-port. Why did you change the sendsms-port, too? Revert sendsms-

Re: admin command does not work, SSL error

2009-09-14 Thread Nikos Balkanas
Hi, Please post detailed logs with error. BR, Nikos - Original Message - From: "freeburn" To: Sent: Monday, September 14, 2009 7:40 PM Subject: admin command does not work, SSL error this is .conf file group = core admin-port = 10030 admin-port-ssl = true admin-password = ikaruse

Re: admin command does not work, SSL error

2009-09-14 Thread freeburn
if i 'comment' the ssl variables then it works. using ssl seems very tricky. On Mon, 2009-09-14 at 20:44 +0300, Nikos Balkanas wrote: > Hi, > > Please post detailed logs with error. > > BR, > Nikos > - Original Message - > From: "freeburn" > To: > Sent: Monday, September 14, 2009 7:40

help with receiving message

2009-09-14 Thread rcong
Hi, I've read user manual and past mail reply, but maybe I am stupid, I really dont get it. Do I need write a own script to receive reply message from Kannel? Can I read in-coming message from http? I am able to send sms, but when people reply it, SMS shows received, but where/how can I read

Re: help with receiving message

2009-09-14 Thread Michael Bochkaryov
Hi! Do not mix "get-url" and "text" in sms-service group. If you want to forward MO message to HTTP service, you need only "get-url". 2009/9/15 rcong [skip] > group = sms-service > keyword = default > catch-all = yes > get-url = > "http://192.168.10.173/test.php?smsvendor=kannel&from=%P&to=%p&

Re: help with receiving message

2009-09-14 Thread Nikos Balkanas
Hi, You are correct, but no biggie. If the url reponds, response is returned, and text is ignored. BR, Nikos - Original Message - From: Michael Bochkaryov To: rcong Cc: users@kannel.org Sent: Tuesday, September 15, 2009 7:10 AM Subject: Re: help with receiving message

UCP SMSC Simulator

2009-09-14 Thread Aman S
Hi Is it possible to use kannel as UCP SMSC Simulator?  Actually i need to test UCP Client. Please guide me the configuration settings if answer is positive. Is there any UCP SMSC Simulator available which can accept ucp messages. By googling i found that Mobile Message Tester UCP 4.0 was avilab

Re: help with receiving message

2009-09-14 Thread rcong
Ok, let me clarify this, when people reply a message back to Kannel, it did receive it as I saw it on log, is my "get-url" will be triggered and automaticlly reply a message back to the sender again (i.e. test.php)? Second question, for the contents of reply the message, do I need a script to rea