get notify if SMSC link is online¨?

2010-08-25 Thread Beatrice Tamburrino
Hi guys! I need some urgent help from you all!! follow situation: is there a way the gateway can send notification in case he detects that the link to the SMSC (provider) is online again? PLIIIS HELP thanks in advance! -- GMX.ch - Schweizer FreeMail-Dienst mit über 800.000 Mitgliedern

Re: get notify if SMSC link is online�?

2010-08-25 Thread Nikos Balkanas
No. The gateway doesn't have a notification mechanism. You should use a monitoring tool that either parses logs or the HTTP admin status page. BR, Nikos - Original Message - From: Beatrice Tamburrino beatrice.tamburr...@gmx.ch To: users@kannel.org Sent: Wednesday, August 25, 2010

Re: get notify if SMSC link is o nline¨?

2010-08-25 Thread Cezary Siwek
There is a kannel plugin for Nagios http://exchange.nagios.org/directory/Plugins/Others/check_kannel/details BR - Original Message - From: Beatrice Tamburrino beatrice.tamburr...@gmx.ch To: users@kannel.org Sent: Wednesday, August 25, 2010 10:42 AM Subject: get notify if SMSC link

Re: get notify if SMSC link is online¨?

2010-08-25 Thread Beatrice Tamburrino
hey thank you for your feedback! Cezary, thanks for your input.. so the only way to get the information about the SMSC is through the status.xml.? right? Original-Nachricht Datum: Wed, 25 Aug 2010 11:12:40 +0100 Von: Cezary Siwek cza...@thebestisp.co.uk An: Beatrice

Help on Kannel configuration

2010-08-25 Thread david ally
Hi All, I'm new user of kannel, and this is my use case; I want to use kannel server to receive sms (bulk data students' weekly performance data ) from schools in a particular locality to the Local Government education resource centre, and also from the LG resource centre to the state education

RE: service works with SMPPsim and not with real smsc

2010-08-25 Thread Rene Kluwen
Could you post your current configuration files? == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of gasmen Sent: Wednesday, 25 August, 2010 14:39 To: users@kannel.org Subject: service works with SMPPsim and not with real smsc HI all i am using kannel

mtbatch usage

2010-08-25 Thread Otandeka Simon Peter
Hello, I need instructions on how to use mtbatch for batch processing. The man page information is not enough. An example would help me understand faster. Thanks, Peter.

Re: Problem with Regular Expressions

2010-08-25 Thread Nikos Balkanas
Hi, Please post relevant smsbox logs at maximum detail (level = 0). Also post your whole configuration. BR, Nikos - Original Message - From: Cariotoglou Mike m...@singular.gr To: users@kannel.org Sent: Wednesday, August 25, 2010 8:22 PM Subject: Problem with Regular Expressions

Re: Help on Kannel configuration

2010-08-25 Thread Nikos Balkanas
Sure, start with kannel.conf under doc/examples. To understand it check UG. BR, Nikos - Original Message - From: ayokunle odusanya To: Nikos Balkanas Cc: david ally ; users@kannel.org Sent: Wednesday, August 25, 2010 5:14 PM Subject: Re: Help on Kannel configuration Hi, I understand

Re: Kannel queue with same priority is unpredictable

2010-08-25 Thread Nikos Balkanas
Wow! Did you sent all these through a real SMSc? It must have costed a bundle. Use fakesmpp for the tests to avoid charges. Will need also relevant bb logs and your configuration. BR, Nikos - Original Message - From: Jason Mule To: Nikos Balkanas Cc: Alejandro Guerrieri ;

Re: UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-25 Thread Anshu Sah
Hello Nikos, Can you please explain this below Line. *2010-08-25 13:01:27 [6057] [0] INFO: DLR rerouting for smsc id vFirstDEMO disabled.* One more thing by adding *dlr-mask=31* i got the DLR but i got only below params, But i want to add a custom column, which i will add while sending message

RE: help on mysql database

2010-08-25 Thread Rene Kluwen
Everything should be in the users manual that is available on http://www.kannel.org/. In case you have specific questions, please post them along with your current configuration files. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of

RE: Problem with Regular Expressions

2010-08-25 Thread Rene Kluwen
According to your regexp: ^SLG[0-9]+, there is not space in between SLG and the number. Shouldn't it be: ^SLG [0-9]+? (with a space). == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Cariotoglou Mike Sent: Wednesday, 25 August,

Re: UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-25 Thread Nikos Balkanas
Hi, For info read UG about reroute-smsc. Once you reroute that, you may also want to reroute its DLRs. Since you don't, you don't need to. Just ignore it. I see you are using a DB for dlr-storage (mysql)?. This table is for internal processing only. DLR is deleted once it is matched. If

Re: How does Kannel handle DLRs from multiple binds to the same SMSC

2010-08-25 Thread Nikos Balkanas
Please post configuration. BR, Nikos - Original Message - From: brett skinner To: Users Sent: Wednesday, August 25, 2010 11:09 PM Subject: How does Kannel handle DLRs from multiple binds to the same SMSC Hi In an effort to increase through put our SMSC suggested that we created

RE: Kannel queue with same priority is unpredictable

2010-08-25 Thread Rene Kluwen
If you send all of those messages at once, I don't know how priority queues behave. If priority is the same and the time that messages are sent are within the same second. What do priority queues do? == Rene -Original Message- From: users-boun...@kannel.org

Re: UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-25 Thread Anshu Sah
Hello Nikos, If the DLRs which are coming to MySQL is temporary, Then i can also use DLR storage Internal, and Make a SMALL application to sense DLRs. i am confused is there any Key Or any Value by which we can compare that the coming DLR is for any specfic Message Sent. for example : While

Re: How does Kannel handle DLRs from multiple binds to the same SMSC

2010-08-25 Thread Juan Nin
You need to use an external DLR storage (DB). If you use internal DLR storage, which is in memory, each Kannel server will store the info from the DLRs originated via that server, so if the SMSC send the DLR via the other server, it won't find it. See the external DB DLR storage options here:

Re: How does Kannel handle DLRs from multiple binds to the same SMSC

2010-08-25 Thread Juan Nin
Also, both binds will need to use the same smsc-id, since the SQL queries that search for the DLR info use the smsc-id on its WHERE conditions. Use smsc-admin-id to control each bind individually (start/stop/etc), but specify the same smsc-id on both On Wed, Aug 25, 2010 at 6:18 PM, Juan Nin

RE: UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-25 Thread Rene Kluwen
If you need a unique message ID, add it to your dlr-url. E.g.: dlr-url=http://www.example.com/dlr.php?id=[MY_ID]. (urlencoded). == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Wednesday, 25 August, 2010 23:18 To: Nikos

Re: UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-25 Thread Anshu Sah
Hello rene, http://xxx.xxx.xxx.xxx:13013/cgi-bin/sendsms?username=kannelpassword=hard2guessfrom=anshuto=919781114229text=Hi+Anshu+Testing+Kanneldlr-mask=31dlr-url=http://xxx.xxx.xxx.xxx/DLR/processDLR.php?messageID=8456 But got this dlr-url saved in DB but I didn't got whether the message has

RE: UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-25 Thread Rene Kluwen
Use: dlr-url=http://xxx.xxx.xxx/DLR/processDLR.php?messageID=type=%dtime=%t For the complete list of excape codes, see table 6-9 in the user manual. == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Wednesday, 25 August,

RE: Problem with Regular Expressions

2010-08-25 Thread Cariotoglou Mike
ok, here it is : -BEGIN CONF # # Sample configuration file for Kannel bearerbox on Debian. # See the documentation for explanations of fields. # # HTTP administration is disabled by default. Make sure you set the # password if you enable it. group = core admin-port = 13000

Processing Batch request from Kannel

2010-08-25 Thread Anshu Sah
Hello Nikos Can we give XML based batch request take XML based DLR response from kannel. It will increase scalability of sending sms. Regards, Anshu

RE: Problem with Regular Expressions

2010-08-25 Thread Rene Kluwen
From the users manual: Example 4: sms-service-configuration Please note that there are a mandatory keyword and an optional keyword-regex fields. That means that service selection can be simplified as in the following example. Suppose that some Web-content should be delivered to the mobile.

RE: Problem with Regular Expressions

2010-08-25 Thread Cariotoglou Mike
it is one of the places where the doc is not up-to-date. if you try this, you will get a PANIC error, saying either keyword OR keyword-regex must be defined, but not both. at least in version 1.4.3 -Original Message- From: Rene Kluwen [mailto:rene.klu...@chimit.nl] Sent: Thursday,

RE: Problem with Regular Expressions

2010-08-25 Thread Rene Kluwen
Then I don't know. Your config looks allright for the rest. - Oorspronkelijk bericht - Van: Cariotoglou Mike m...@singular.gr Verzonden: donderdag 26 augustus 2010 1:26 Aan: users@kannel.org Onderwerp: RE: Problem with Regular Expressions it is one of the places where the doc is not

Re: Problem with Regular Expressions

2010-08-25 Thread Nikos Balkanas
This is a bug in the keyword-regex. It converts all keywords to lower case, and works fine with keyword, but initializes kwyword-regex only for exact matches. Will submit patch in devel. BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl To: Cariotoglou Mike

Strange concatenated MO issue

2010-08-25 Thread Bopolissimus Platypus Jr
Hello all, I have an SMSC connection to Telecom New Zealand. When I test my connection by sending a multipart text message from a handset to a shortcode I get weird text at kannel. Sending a single part text message from exactly the same handset works correctly. My long text message is:

Re: Problem with Regular Expressions

2010-08-25 Thread Nikos Balkanas
Actually this patch is stupid. Just put pattern in lower case: keyword-regex = ^slg[0-9]+$ and it will work. I will retract patch. BR, Nikos - Original Message - From: Nikos Balkanas nbalka...@gmail.com To: Rene Kluwen rene.klu...@chimit.nl; Cariotoglou Mike m...@singular.gr;