Hi to all

2008-12-16 Thread Kaliya perumal
Hi Now i can able to connect my smsc,but i got error while sending message to my number, My kannel call is below * http://127.0.0.1:13131/cgi-bin/sendsms?username=testerpassword=foobarfrom=919362968751; to=919986131642text=Hismsc=smppcoding=0* My bearerbox result is 2008-12-16 05:55:37 [16043]

Re: src compiling failed... dont know why =(

2008-12-16 Thread Aldo Zavala
I do have the libiconv installed, I downloaded the cvs version and still fails the make... what can be wrong? this is the proof that I have the libiconv installed: [output] radius# pkg_info | grep libiconv libiconv-1.11_1 A character set conversion library [output] Here is the ./configure

Re: Authorization failed for XML post

2008-12-16 Thread Nikos Balkanas
Actually, On a second thought, it doesn't look like you send test.xml at all. I cannot believe that curl miscalculates the length. Therefore a simple tcpdump, as first asked, or (2) which will show what kannel receives should settle this. BR, Nikos - Original Message - From: Nikos

Re: src compiling failed... dont know why =(

2008-12-16 Thread Nikos Balkanas
Both configure output: checking for libiconv in -liconv... no And make error: wmlscript/wmlsc.o(.text+0x511):wmlscript/wmlsc.c:299: undefined reference to `ws_utf8_to_latin1' indicate that configure cannot find libiconv. Is libiconv in your LD_LIBRARY_PATH? BR, Nikos - Original Message

Re: Cell phone companes - will they shut me down?

2008-12-16 Thread Ken Bellars
Hi, You may want to read the terms again, but i really thing the unlimited plan is for personal use only. If you want to do commercial sms i suggest you get an alternative. Its only logical that they might terminate your account if your traffic is much. On 12/16/08, David A. Burgess

Re: Kannel support

2008-12-16 Thread Alvaro Cornejo
Please send messages to list so you can have more answers to your issues You need to add allow / deny entries in your config or setup a routing group. check manuals The max troughput of each link is controlled by your provider. Kannel can't do anything about it. traffic load balancing can do the

Re: How to know the delay between submitting and sending an SMS

2008-12-16 Thread Nikos Balkanas
Maybe, Try the core access.log. Will tell you when it was sent to smsc. For all practical purposes submitted to kannel is when you (the client) sent it. BR, Nikos - Original Message - From: Richard Spencer To: users@kannel.org Sent: Tuesday, December 16, 2008 12:18 PM

Re: Hi to all

2008-12-16 Thread Tharanga
you need to use dlr-mask with unique id when sending the request to the SMSC (via ur smpp..or what ever). I have posted a small how to on this sometimes back.. http://www.kannel.org/pipermail/users/2008-June/005035.html hope that helps to fix ur issue. good luck! Tharanga Abeyseela -

Re: Hi to all

2008-12-16 Thread Nikos Balkanas
Just a minor clarification for the unworry... dlr-mask is not a unique id. Its fields are documented in the User Manual (min 0 - no dlr, max 31 - all dlrs). If missing you shouldn't get any DLRs. In summary just try to add dlr-mask=31 (or whatever) to your URL to see if it helps. Just add in

Re: Hi Thank you for your information

2008-12-16 Thread Alvaro Cornejo
Please reply to list so everyone gets the info you are not specifying a dlr-url in your call to kannel. check kannel docs for info on how to doit and its opctions |-| EnvĂ­e y Reciba

unsubscribe

2008-12-16 Thread Roy Walker

Re: src compiling failed... dont know why =(

2008-12-16 Thread Aldo Zavala
[output] radius# gmake bindir=/usr/local/kannel install /usr/bin/install -c -d /usr/local/kannel for prog in wmlscript/wmlsc wmlscript/wmlsdasm utils/seewbmp utils/mtbatch gw-config; do \ /usr/bin/install -c $prog \ /usr/local/kannel/`basename $prog`; \

How to know the delay between submitting and sending an SMS

2008-12-16 Thread Richard Spencer
Dear community, Is there an easy way to determine the elapsed time between the moment when an SMS was submitted to kannel (and placed in queue) and the moment when it was actually sent to the SMSC? Best regards, Richard

correct keyword usage

2008-12-16 Thread Rob Whyte
Hey all, Quick question on keywords. I have 2 keywords in my config file, one is dev and one is default .. I use this to attempt to direct dev xxx to my development server, and anything else to production. If I send JUST the word dev it works correctly, but if I send something like dev rob it

Re: Kannel support

2008-12-16 Thread Nikos Balkanas
Core access log will print smscid for any sms and dlr. Check it out. - Original Message - From: Alvaro Cornejo cornejo.alv...@gmail.com To: Avinash Pawar // Viva avin...@vivainfomedia.com; users@kannel.org Sent: Tuesday, December 16, 2008 5:11 PM Subject: Re: Kannel support Please

Re: correct keyword usage

2008-12-16 Thread Nikos Balkanas
Hi, I don't know what you send to be able to tell you more about it, but maybe you want to use keyword-regex instead of keyword. BR, Nikos - Original Message - From: Rob Whyte To: users@kannel.org Sent: Tuesday, December 16, 2008 9:55 PM Subject: correct keyword usage

Re: src compiling failed... dont know why =(

2008-12-16 Thread Aldo Zavala
Hello, does anybody have a working release of Kannel running on FreeBSD 7 ?

Re: src compiling failed... dont know why =(

2008-12-16 Thread Nikos Balkanas
If I understand you correctly you want the init scripts for kannel. Try configure --enable-start-stop-daemon BR, Nikos - Original Message - From: Aldo Zavala a...@cleartalk.net To: preeteesh kakkar preeteesh.kak...@gmail.com Cc: Nikos Balkanas nbalka...@gmail.com; users@kannel.org

Re: src compiling failed... dont know why =(

2008-12-16 Thread Aldo
hello, how can I just undo or delete all what gmake install has installed? I think I will back to the port version... :S I found harder compiling it from csv release Nikos Balkanas wrote: If I understand you correctly you want the init scripts for kannel. Try configure

Hi

2008-12-16 Thread Kaliya perumal
Hi whenever i send message i got *3:queued for later delivery* ,Message was not sent to the destination,where do make correction , below is my kannel call