kannel 1.4.3 issue charset

2010-07-20 Thread Umed Shodmonov
Hi guys! i upgraded my kannel from 1.4.1 to 1.4.3  and got problems. i use smpp connection with operator. Kannel 1.4.3 uses UTF-8 charset instead ISO-8859-1 and received messages is blank. This problem was not in 1.4.1 Help me please.

kannel access-log error!!!

2010-07-20 Thread gasmen
i am using kannel gateway1.4.3 on ubuntu 9.04 and i connect to a real smsc and this is my configuration group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar status-password = foo admin-deny-ip = #admin-allow-ip = 172.16.50.75 log-file =

Kannel queue with same priority is unpredictable

2010-07-20 Thread Waqas Farooq
Hi All, I have a very large queue with all the messages in the queue and the new incoming messages from the smsbox are with the same priority. The problem is that new messages get delivered earlier than the ones already queued. I have no idea what sort of queue it is? Is it a FIFO queue or

Re: kannel 1.4.3 issue charset

2010-07-20 Thread Nikos Balkanas
Hi, This is not a problem, but a feature. 1.4.1 is ~6 y old. UTF-8 had been default charset before 1.4.3. Best to upgrade to latest svn. You can specify your charset in your sendsms url. BR, Nikos - Original Message - From: Umed Shodmonov umed...@gmail.com To: users@kannel.org

Re: kannel access-log error!!!

2010-07-20 Thread Nikos Balkanas
Hi, So, what is your problem? The %1 you put in your access-log-format? BR, Nikos - Original Message - From: gasmen xma...@live.com To: users@kannel.org Sent: Tuesday, July 20, 2010 11:08 AM Subject: kannel access-log error!!! i am using kannel gateway1.4.3 on ubuntu 9.04 and i

Re: Kannel queue with same priority is unpredictable

2010-07-20 Thread Nikos Balkanas
Hi, Priority is not used by kannel. It is part of the SMPP spec and is passed to receiving SMSc. Queue is FIFO, subject to constraints like sms-resend-freq and sms-resend-retry. If in doubt check store-queue from http admin. BR, Nikos - Original Message - From: Waqas Farooq To:

Re: kannel access-log error!!!

2010-07-20 Thread gasmen
HI the problem is in the flags : [flags:-1:-1:-1:-1:-1] that means the messages is not sent i ascked if there is a sollution make flags like: [flags:0:1:0:0:0] -- View this message in context: http://old.nabble.com/kannel-access-log-error%21%21%21-tp29204959p29212985.html Sent from the

Re: kannel access-log error!!!

2010-07-20 Thread Nikos Balkanas
Hi, Please keep original mail text when replying. Otherwise, your logs get lost. Do not expect that people will keep your old mail forever. I can't understand what is going on with your access logs. Please comment out the access-log-format (make it use default) and repost. Also post maximum

Re: kannel access-log error!!!

2010-07-20 Thread gasmen
Nikos Balkanas wrote: Hi, So, what is your problem? The %1 you put in your access-log-format? BR, Nikos - Original Message - From: gasmen xma...@live.com To: users@kannel.org Sent: Tuesday, July 20, 2010 11:08 AM Subject: kannel access-log error!!! i am using

Re: kannel access-log error!!!

2010-07-20 Thread gasmen
gasmen wrote: Nikos Balkanas wrote: Hi, So, what is your problem? The %1 you put in your access-log-format? BR, Nikos - Original Message - From: gasmen xma...@live.com To: users@kannel.org Sent: Tuesday, July 20, 2010 11:08 AM Subject: kannel access-log error!!!

Re: kannel access-log error!!!

2010-07-20 Thread gasmen
gasmen wrote: gasmen wrote: Nikos Balkanas wrote: Hi, So, what is your problem? The %1 you put in your access-log-format? BR, Nikos - Original Message - From: gasmen xma...@live.com To: users@kannel.org Sent: Tuesday, July 20, 2010 11:08 AM Subject: kannel

Re: kannel access-log error!!!

2010-07-20 Thread Nikos Balkanas
Enough spamming the list!!! Nikos - Original Message - From: gasmen xma...@live.com To: users@kannel.org Sent: Tuesday, July 20, 2010 1:22 PM Subject: Re: kannel access-log error!!! gasmen wrote: gasmen wrote: Nikos Balkanas wrote: Hi, So, what is your problem? The %1

Re: Kannel queue with same priority is unpredictable

2010-07-20 Thread Alejandro Guerrieri
That's not correct. At least on SVN for a good time now, Kannel honors priorities, being 3 the highest and 0 the lowest. That means that if you have a big queue of priority-1 messages and send one priority-2 or 3 message, it will get delivered before the rest of the queue. The priority is also

Re: restarting bind causes SMS to be DISCARDED

2010-07-20 Thread Adam Di Blasio
Hi, I am facing a problem at the moment where an smsc stop/start causes queued messages to be discarded with the following error: WARNING: Cannot find SMSCConn for message to , rejected. I have seen 'sms-outgoing-disable-on-no-smsc' discussed in a thread in the devel maillist some time ago

RE: kannel access-log error!!!

2010-07-20 Thread Rene Kluwen
Could you post your bearerbox log files? Probably there you can find why your messages are not sent. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of gasmen Sent: dinsdag 20 juli 2010 12:23 To: users@kannel.org Subject: Re: kannel

Re: Kannel queue with same priority is unpredictable

2010-07-20 Thread Nikos Balkanas
Thanks. It turns that priority queue in kannel is dtermined both by SMS priority and age of sms. I.e. if 2 sms have the same priority, the older one gets the call (FIFO). It is also implemented only in SMPP, EMI at. BR, Nikos - Original Message - From: Alejandro Guerrieri To:

Re: restarting bind causes SMS to be DISCARDED

2010-07-20 Thread Nikos Balkanas
Hi, Default behaviour is to try to send it indefinitely. This is configured by sms-resend-retry in group core. However, in your case something really bad is going on. It seems that you have lost your detination number. Without it, kannel considers the SMS unroutable and discards it. BR,

Re: kannel access-log error!!!

2010-07-20 Thread gasmen
gasmen wrote: i am using kannel gateway1.4.3 on ubuntu 9.04 and i connect to a real smsc and this is my configuration group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar status-password = foo admin-deny-ip = #admin-allow-ip = 172.16.50.75 log-file =

RE: kannel access-log error!!!

2010-07-20 Thread Rene Kluwen
I mean kannel.log. But with log-level = 0. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of gasmen Sent: dinsdag 20 juli 2010 19:31 To: users@kannel.org Subject: Re: kannel access-log error!!! gasmen wrote: i am using kannel

Re: Asterisk voicemail SMS alert through SMSC gateway using kannel

2010-07-20 Thread Iain Dooley
This is my first post here. Has any one implemented this? If yes, please share your experience. We use asterisk as voicemail server for our Cellular network. and do have access to SMSC gateway. So how can use kannel to send SMS as voicemail alert? asterisk sends an email by default right?

Re: Asterisk voicemail SMS alert through SMSC gateway using kannel

2010-07-20 Thread Benaiad
This is my first post here. Has any one implemented this? If yes, please share your experience. We use asterisk as voicemail server for our Cellular network. and do have access to SMSC gateway. So how can use kannel to send SMS as voicemail alert? asterisk sends an email by default

KANNEL latest SVN

2010-07-20 Thread Umed Shodmonov
Hi Nikos! From where i can download latest svn of kannel?

RE: KANNEL latest SVN

2010-07-20 Thread Rene Kluwen
svn co https://svn.kannel.org/gateway/trunk -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Umed Shodmonov Sent: woensdag 21 juli 2010 6:17 To: users@kannel.org Subject: KANNEL latest SVN Hi Nikos! From where i can download latest svn of