Error on incoming messages SMPP..

2010-05-10 Thread Thomas Hansen
Hi, I get this error when routing messages to a Kannel VAS from Comverse SMSC via SMPP 3.4 to Kannel. This Error ocurrs when the message is larger then 160 Characters. Does Kannel support Messages containing charakters like “ðáéý” incoming? Any suggestion how to solve this? Thanks in advance.

Upgrading and TLV

2010-05-10 Thread Wilhelm Ellmann | Fontera
Hi, I would just like some guidance, I have been running kannel as my message server for a number of years with very little issues, I have now come to the situation where I need to start using TLV's. I know that kannel has now got support for TLV but I would like to know if that support is

Re: Upgrading and TLV

2010-05-10 Thread Nikos Balkanas
Hi, Yes, but you should always go with the latest CVS, it is production quality and as you mentioned is 1 year ahead from the 1.4.3 release. BR, Nikos - Original Message - From: Wilhelm Ellmann | Fontera To: users@kannel.org Sent: Monday, May 10, 2010 1:07 PM Subject: Upgrading and

Re: Error on incoming messages SMPP..

2010-05-10 Thread Nikos Balkanas
Nope. The error is associated with unknown TLVs that you need to configure in. Contact your provider about them. BR, Nikos - Original Message - From: Thomas Hansen To: users@kannel.org Sent: Monday, May 10, 2010 12:47 PM Subject: Error on incoming messages SMPP.. Hi,

Receiver prefix

2010-05-10 Thread Marc ANDREAS
Hi, Can someone tell me how i can get recevier-prefix ? I would like to put it in a database as I have many short codes from Mobile operators. I mean i want to get in by database the short code to where my subscribers send sms. I'm using an http application. Regards, Marc.

Error Reading From fd22

2010-05-10 Thread Kiran Reddy
Hi Team, I'have installed kannel 1.4.3 and trying to setup the same with ssl. While starting the kannel client am getting the below error. its says Error reading from fd 22. Can any one help us out to setup the ssl in conf file with some examples. 2010-05-10 18:10:37 [3704] [6] DEBUG:

Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Hi Team, I'have installed kannel 1.4.3 and trying to setup the same with ssl. While starting the kannel client am getting the below error. its says Error reading from fd 22. Can any one help us out to setup the ssl in conf file with some examples. 2010-05-10 18:10:37 [3704] [6] DEBUG:

Re: Error reading from fd 22

2010-05-10 Thread Nikos Balkanas
Hi, Please do not spam. Resending the same message within 20' will not get you the help you want. BR, Nikos - Original Message - From: Kiran Reddy ki...@uniceltech.com To: users@kannel.org Sent: Monday, May 10, 2010 4:04 PM Subject: Error reading from fd 22 Hi Team, I'have

Re: Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Hi Nikos, I am sorry Please help me about this error. Regards, Kiran Reddy ---Original Message--- From: Nikos Balkanas nbalka...@gmail.com To: Kiran Reddy ki...@uniceltech.com, users@kannel.org Subject: Re: Error reading from fd 22 Sent: May 10 '10 6:44pm Hi,

Re: $50 reward for solution to +CME ERROR: 515 when sending sms on gsm modem

2010-05-10 Thread Alvaro Cornejo
sim-buffering is for MO retrival from the modem, ie, periodically, kannel will query the modem to see if there is a MO stored in modem. This is the oposte from CNMI that will tell the modem to pass the MO to kannel. Your original problem was with MT. CMGS was telling the modem to receive an MT,

Re: Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Hi Nikos, Please find the attached configuration file. Regards, Kiran Reddy ---Original Message--- From: Nikos Balkanas nbalka...@gmail.com To: Kiran Reddy ki...@uniceltech.com, users@kannel.org Subject: Re: Error reading from fd 22 Sent: May 10 '10 6:52pm Please

Re: Regarding OTA Message

2010-05-10 Thread Benaiad
Harmeet, Please reply to Kannel users list to get help from other members and keep a guide for others. Provide the settings doc that you are trying to send and a part of your program related to building this document. Add \r\n at the end of every line of your document, and test adding

smsbox_list is empty

2010-05-10 Thread Andy Beak
Hi, I've searched the archive and can't find a solution for the error [15629] [7] WARNING: smsbox_list empty!. I originally set my config up from scratch by reading through the documentation. I have tried using the example config that ships with Kannel but it also gives the same error.

Re: smsbox_list is empty

2010-05-10 Thread Kiran Reddy
Hi Andy, Please add conf file. Regards, Kiran Reddy ---Original Message--- From: Andy Beak andr...@cellsmart.co.za To: users@kannel.org Subject: smsbox_list is empty Sent: May 10 '10 9:08pm Hi, I've searched the archive and can't find a solution for the error

Re: smsbox_list is empty

2010-05-10 Thread Andy Beak
Hi, Thanks for the swift reply! I wasn't expecting that :) My conf file is listed below. I commented out the fake smsc because I thought it would be better to test with an smsc emulator. When I connect the bearerbox it starts saying WARNING: smsbox_list empty! When I connect the smsbox it

Invalid recipient number CMS ERROR: 500 requeuing such messages

2010-05-10 Thread Tomasz
Hello, We have some problems with sending messages via GSM Modem (smsc=at) when recipient number is invalid (nonexisting). Normally we should get DLR REJECTED or UNDELIVERED but instead of it in logs we have CMS ERROR: +CMS ERROR: 500 and message is being queued and kannel try to resend it within

Re: Invalid recipient number CMS ERROR: 500 requeuing such messages

2010-05-10 Thread Alvaro Cornejo
Add CMEE=1 or 2 to your modem init string to see if you get more info from the modem. Repost logs if something changes |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde

Re: Invalid recipient number CMS ERROR: 500 requeuing such messages

2010-05-10 Thread Tomasz
We have yet in modem init string: init-string = AT+CNMI=2,1,2,2,0;+CMEE=1 I've tried also with +CMEE=2 but no more info we get from modem - only CMS ERROR: 500. Modems we use are Huawei E1550. Tomasz Add CMEE=1 or 2 to your modem init string to see if you get more info from the modem.

Re: smsbox_list is empty

2010-05-10 Thread Nikos Balkanas
Hi, gw/bb_boxc.c considers new smsbox connections unroutable until they are identified or an MT is sent from them. I don't know what identification it means, but why don't you try to send an MT to FAKE smsc through your smsbox to start with? BR, Nikos - Original Message - From:

Re: Error reading from fd 22

2010-05-10 Thread Nikos Balkanas
Hi, Read User's guide about use-ssl in group smsc. BR, Nikos - Original Message - From: Kiran Reddy ki...@uniceltech.com To: Nikos Balkanas nbalka...@gmail.com; users@kannel.org Sent: Monday, May 10, 2010 4:33 PM Subject: Re: Error reading from fd 22 Hi Nikos, Please find the

WAP Push messages don't reach receiver

2010-05-10 Thread Thomas
Kannel-Version: 1.4.3 Handset (SMSC): Motorola RAZR V3 OS: Debian / Linux 2.6.33.3 #1 SMP x86_64 GNU/Linux Hi together, if I try to send a WAP push I get the following logs. I can see the message in the store-status, but kannel won't send it to the receiver phone. As sender I see '1234' instead

Need explaination: Phone Vs modem

2010-05-10 Thread sirc saira
Dear Guys, I need some explainations. Which is better a phone or a modem? A phone does have a modem, right? Can a sim card (with number -xxx) inserted in a modem? So how does kannel work with a modem? thanks guys cris arias

Re: Need explaination: Phone Vs modem

2010-05-10 Thread Nikos Balkanas
Hi, A phone has a modem in addition to other features. Both take a SIM card to work. A modem is dedicated to SMS receiving/sending, more reliable and some providers won't send a DLR to a phone, only a modem. BR, Nikos - Original Message - From: sirc saira sirc_j...@yahoo.com To:

DLR not fw to Kannel when mailling SMS is performed

2010-05-10 Thread Emmanuel CHANSON
Hello, I would like to ask the community about this behavior. I am using a Nokia 6230 as modem. When I send a single SMS I got the ACK and the STATUS-REPORT, behavior is Ok. 2010-05-11 13:51:44 [14368] [6] DEBUG: AT2[nokiaphone]: -- +CDS: 24 2010-05-11 13:51:44 [14368] [6] DEBUG:

Re: smsbox_list is empty

2010-05-10 Thread Andy Beak
Hi, Thanks for this reply Nikos. I had also read your reply to somebody else about routing so I checked the source you mention and saw how that error is produced. Thanks for the tip - the bearerbox is now recognizing the smsbox and as soon as it connects the messages stop. Thanks, Andy

Re: smsbox_list is empty

2010-05-10 Thread Kiran Reddy
Hi Andy, Please comment as below and try it should not show any smsbox empty error. :-) #smsbox-id = TestSMSbox Regards, Kiran Reddy +91-9036971573 Http://www.Uniceltech.com ---Original Message--- From: Andy Beak andr...@cellsmart.co.za To: Nikos Balkanas

Re: smsbox_list is empty

2010-05-10 Thread Kiran Reddy
Hi Andy, please use this configuration and check. #-CONFIGFile group=core admin-port=13000 admin-password=adminpass admin-deny-ip= admin-allow-ip=192.168.0.* wapbox-port=13002 smsbox-port=13003 wdp-interface-name=* log-file=/var/log/kannel/bearerbox.log box-deny-ip=

Re: smsbox_list is empty

2010-05-10 Thread Andy Beak
Hi, Thanks for this - I had to comment the wapbox-port out as well, but this config still gave the smsbox_list empty when the bearer starts up. I actually rather expect this behaviour though because there is no smsbox connected when the bearer box starts up. The initial problem was that

Re: Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Dear Nikos, We prepared the configuration file using user guide only. In that it clearly mentioned under CORE to enable ssl-server-cert-file, ssl-server-key-file, ssl-client-certkey-file sendsms-port-ssl under smsbox. But when i starting the client it throwing the Error reading from file fd