Re: URGENT: Error and Not submitting messages

2009-09-09 Thread Benaiad
change your smsbox group to be like this: group = smsbox bearerbox-host = localhost #smsbox-id = smsbox #bearerbox-port = 13010 sendsms-port = 14001 global-sender = 1234456 #sendsms-chars = , access-log = /var/log/kannel/kannel.smsbox.access-log log-file = /var/log/kannel/kannel.smsbox.log

Re: Kannel broken after upgrade

2009-09-09 Thread Nikos Balkanas
Hi, Besides, the way mailing lists operate, the original messages have already been downloaded to the client PCs. Can only be deleted by the PC owner. Sending additional delete messages would only create unnecessary traffic. BR, Nikos - Original Message - From: Konstantin Vayner

kannel not picking up keyword

2009-09-09 Thread Bashir Jahed
I have noticed that kannel is not picking up a keyword on every occasion, about 10% of the time it send to the default service even though the keyword is spelt properly Is there any way to prevent this from happening? Bashir

Re: kannel not picking up keyword

2009-09-09 Thread Donald Jackson
Send your configs and some logs. Sometimes Unicode messages cause issues. Cheers, D 2009/9/9 Bashir Jahed bashir.ja...@nha.co.za I have noticed that kannel is not picking up a keyword on every occasion, about 10% of the time it send to the default service even though the keyword is spelt

Re: Nokia 5310 error

2009-09-09 Thread Alvaro Cornejo
It should work if you can compile it on cygwin... what is your smsc-at config? Seems you are not defining a valid tty port Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto

Re: Kannel broken after upgrade

2009-09-09 Thread Alejandro Guerrieri
...and lots of mailing list aggregators already perpetuated it forever :) 2009/9/9 Nikos Balkanas nbalka...@gmail.com Hi, Besides, the way mailing lists operate, the original messages have already been downloaded to the client PCs. Can only be deleted by the PC owner. Sending additional

Re: kannel not picking up keyword

2009-09-09 Thread Cezary Siwek
kannel not picking up keywordmake sure, there is no 'space' char at the end of SMS body. BR - Original Message - From: Bashir Jahed To: users@kannel.org Sent: 09 September 2009 13:56 Subject: kannel not picking up keyword I have noticed that kannel is not picking up a

RE: kannel not picking up keyword

2009-09-09 Thread Bashir Jahed
Thanks guys, but its a human error, user sent a 0 instead of o, just picked up on that Sorry... From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Cezary Siwek Sent: 09 September 2009 04:48 PM To: users@kannel.org Subject: Re: kannel not picking up keyword

Re: @ sign in Message

2009-09-09 Thread seikath
send a message with @ in it like : [...@] get the message from the SMSC, and get the code of the character the SMSC is using for the @ sign. then before to proceed the SMS text, do a replace, the best is to use regexp ... :) same for MT traffic, before to inject the message at smsbox, regexp

Re: users Digest, Vol 37, Issue 33

2009-09-09 Thread Peter Hyeroba
, Peter Lum pe...@hotsource.net wrote: Config: ? -- next part -- An HTML attachment was scrubbed... URL: http://www.kannel.org/pipermail/users/attachments/20090909/d7caad46/attachment-0001.html -- Message: 2 Date: Wed, 9

Re: Nokia 5310 error

2009-09-09 Thread Siddhartha` Adhikari
Hi Alvaro, My smsc config is: group = smsc smsc = at smsc-id=nokia5310 modemtype = nokiaphone device = /dev/COM34 speed = 9600 The device manager shows the Nokia 5310 at the port 34 and hence i have used the same. Still its not working. Thanks Siddhartha On Wed, Sep 9, 2009 at 6:56 PM, Alvaro

Re: users Digest, Vol 37, Issue 33

2009-09-09 Thread Nikos Balkanas
-- An HTML attachment was scrubbed... URL: http://www.kannel.org/pipermail/users/attachments/20090909/d7caad46/attachment-0001.html -- Message: 2 Date: Wed, 9 Sep 2009 15:48:15 +0100 From: Cezary Siwek cza...@thebestisp.co.uk Subject: Re: kannel

Re: Nokia 5310 error

2009-09-09 Thread Alvaro Cornejo
I don't know about cygwin, but you need to test connectivity to your modem within cygwin in order to be sure kannel can talk to that port. Have you tried minicom vwdial? Regards Alvaro

Re: Nokia 5310 error

2009-09-09 Thread Nikos Balkanas
Sorry for budding in, but I have met a similar problem recently. Seems that /dev/COM34 is not a valid unix device. You cannot use windows devices and expect them to work under cygwin or unix. To find out how cygwin interprests windows ports, you have to address a cygwin forum. What is the

Re: smpp box

2009-09-09 Thread Stipe Tolj
Michal Ajduk schrieb: Hi, Do you know any opensource (and free) smppbox for kannel? Hi Michal, in fact the Kannel SMPP v3.4 server (smppbox) in not available as open source, it's a commercial add-on component to the normal Kannel. I provide a reasonable discount on the licensing fee for any

Multiple SMS Center To Web Application

2009-09-09 Thread karl alexander
Hi ... Here is my configuration file. # Default kannel configuration file group = core admin-port = 13000 admin-password = nosurrender status-password = nosurrender admin-deny-ip = *.*.*.* admin-allow-ip = 127.0.0.1 #smsbox-port = 13001 #wapbox-port = 13002 box-deny-ip = *.*.*.* box-allow-ip =

Re: Multiple SMS Center To Web Application

2009-09-09 Thread Alvaro Cornejo
Just add in your sms-service the get-url kannel should call. You can add any of the available informaton kannel provides. Check manual for details Alvaro |-| Envíe y Reciba Datos y

Re: Multiple SMS Center To Web Application

2009-09-09 Thread karl alexander
I added to configuration # SERVICES group = sms-service keyword = default catch-all = yes get-url = http://118.69.206.98/test.php?smsvendor=kannelfrom=%Pto=%ptext=%b; assume-plain-text = true max-messages = 3 Is that all ? From: Alvaro Cornejo

Re: Multiple SMS Center To Web Application

2009-09-09 Thread Alvaro Cornejo
Yes, it should work On Wed, Sep 9, 2009 at 5:00 PM, karl alexanderkarl_alexande...@yahoo.com wrote: I added to configuration # SERVICES group = sms-service keyword = default catch-all = yes get-url = http://118.69.206.98/test.php?smsvendor=kannelfrom=%Pto=%ptext=%b; assume-plain-text =