Fwd: Weird binding issue that causes queues to build up.

2010-09-23 Thread brett skinner
Hi guys We have just hit this issue AGAIN this morning. Can ANYONE please give some guidance here. I have had zero response on this critical issue for over two weeks now. Can someone please help. This issue is becoming increasingly urgent. Regards, Brett -- Forwarded message -- F

Re: how i read messages from SIM card, and how i store the message

2010-09-23 Thread Emmanuel CHANSON
You should: - stop kannel - use minicom to connect to your modem and use the following command AT+CMGD described here ( http://www.developershome.com/sms/cmgdCommand.asp ) to delete SMS *Here is another example. Suppose you want to delete all SMS messages stored in the message storage area. To do

Re: how i read messages from SIM card, and how i store the message

2010-09-23 Thread Zaharia Constantin
if i start kannel with message-start=0, stop responding, no info in log files. nothning. > You should: > > - stop kannel > - use minicom to connect to your modem and use the following command AT+CMGD > described here ( http://www.developershome.com/sms/cmgdCommand.asp ) to delete SMS > > *Here is

unable to receive SMS

2010-09-23 Thread Harbhag Singh Sohal
Hi, I am able to send SMS using kannel. But I am not able to receive SMS. I am trying to send SMS from my cellphone to the PC where kannel is running. But kannel is not showing any activity about SMS being received. Below is my configuration file. Thanks #Sample configuration file for Kannel beare

RE: Can kannel Accept XML request

2010-09-23 Thread Rene Kluwen
See XML Post in userguide. From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Wednesday, 22 September, 2010 04:35 To: users Cc: Rene Kluwen; Nikos Balkanas Subject: Can kannel Accept XML request Hello Rene, Nikos can you plz guide me if kann

RE: unable to receive SMS

2010-09-23 Thread Rene Kluwen
Maybe you should +CNMI in your init string. Read users guide about it. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Thursday, 23 September, 2010 12:01 To: users@kannel.org Subject: unable to receive SMS

Weird binding issue that causes queues to build up.

2010-09-23 Thread brett skinner
Hi We are using transmitter and receiver because apparently there are performance issues when using transceiver due to both the transmitting/receiving being handled on a single thread. We were advised to use Tx and Rx. We have contacted the provider and while they acknowledge that they had an out

Re: unable to receive SMS

2010-09-23 Thread Alex
Hi check you get url. This is meant to be a server script say a php script in which you can pick the prameters sents by kannel. you can then decide to store these in a DB. in php you'd have say http://localhost/sms.php?phone=%p&text=%a"; and then you'd get the sms like $sms=$_GET['text]; $number =$

Re: Weird binding issue that causes queues to build up.

2010-09-23 Thread Benaiad
Hi Brett, I've found that workaround, which was offered by Mr. Donald Jackson. you may find it at http://www.mail-archive.com/users@kannel.org/msg15958.html Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libya On Thu, Sep 23, 2010 at 2:58 PM, brett skinner wrote: > Hi > >

Re: Weird binding issue that causes queues to build up.

2010-09-23 Thread brett skinner
Thank you VERY MUCH for your help. We will give that a try. On Thu, Sep 23, 2010 at 3:13 PM, Benaiad wrote: > Hi Brett, > > I've found that workaround, which was offered by Mr. Donald Jackson. > you may find it at > http://www.mail-archive.com/users@kannel.org/msg15958.html > > Regards > -- > Ab

Re: unable to receive SMS

2010-09-23 Thread Harbhag Singh Sohal
On Thu, Sep 23, 2010 at 6:15 PM, Rene Kluwen wrote: > Maybe you should +CNMI in your init string. > Read users guide about it. At what place in the following string ""AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"" I have to add +CNMI. I copied the string from /etc/wvdial.conf file and there was not CNMI in

RE: unable to receive SMS

2010-09-23 Thread Rene Kluwen
The purpose of CNMI is getting indications and/or incoming messages on your TE (in this case Kannel). For the syntax: Read the users manual of your modem/phone. The values that you can put there differ per model/brand of the modem you are using. == Rene -Original Message- From: users-boun

Re: how i read messages from SIM card, and how i store the message

2010-09-23 Thread Benaiad
Hi, Are you using the latest kannel from svn, Because I think message-start was added to the svn version only, but not on the stable version. Please correct me if I'm wrong. Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly 2010/9/23 Zaharia Constantin > message-start=

Re: how i read messages from SIM card, and how i store the message

2010-09-23 Thread Nikos Balkanas
Yes. i submitted a patch for it on April 26, 2010. BR, Nikos - Original Message - From: Benaiad To: soulra...@muscel.ro Cc: kannel users list Sent: Thursday, September 23, 2010 5:56 PM Subject: Re: how i read messages from SIM card, and how i store the message Hi, Are you using the

sqlbox configuration problem

2010-09-23 Thread Harbhag Singh Sohal
I dont understand what wrong I am doing. Seems like there is conflict between the ports. Bearerbox starts without problem , after starting bearerbox I try to start smsbox and it also start fine but after that sqlbox dont start. it says port already in use. But if I start sqlbox after bearerbox then

Re: sqlbox configuration problem

2010-09-23 Thread Nikos Balkanas
You have problems in your sqlbox configuration. If you want to connect sqlbox to bearerbox, you should set: bearerbox-port = 13016 smsbox-port = 13017 If you want to connect smsbox to bearerbox, you are OK. If you want to connect smsbox to sqlbox, then you should set in group smsbox: bearer

MS SQLServer support

2010-09-23 Thread Luís Tiago Rico
Hi, What versions of MS SQLServer does latest CVS version of kannel supports for DLR storage? 2005? 2008? both? Is it mature to use in production enviorment? Thanks in advance. -- Luís Tiago Rico *Present Technologies* Rua D. João de Castro, Lote 12 Urbanização Quinta da Fonte 3030-384 Coimbra P

Re: MS SQLServer support

2010-09-23 Thread Alejandro Guerrieri
It's done over FreeTDS, so as long as FreeTDS supports it it will work. I've tested it with both (and also some Sybase engines) and I know it's running on production with no issues on many places. Regards, Alex On Thu, Sep 23, 2010 at 5:55 PM, Luís Tiago Rico < lti...@present-technologies.com> w

Re: sqlbox configuration problem

2010-09-23 Thread Harbhag Singh Sohal
Now I am not even able to start sqlbox , below is error that I am getting 2010-09-23 22:09:46 [2090] [0] INFO: Debug_lvl = 1, log_file = , log_lvl = 0 2010-09-23 22:09:46 [2090] [0] INFO: Starting to log to file /var/log/kannel/kannel -sqlbox.log level 0 2010-09-23 22:09:46 [2090] [0] INFO: Added l

Re: sqlbox configuration problem

2010-09-23 Thread Harbhag Singh Sohal
Is this because I have commented the smsbox-port variable in my sqlbox config file ? On Thu, Sep 23, 2010 at 10:12 PM, Harbhag Singh Sohal wrote: > Now I am not even able to start sqlbox , below is error that I am getting > 2010-09-23 22:09:46 [2090] [0] INFO: Debug_lvl = 1, log_file = , > log_lv

Re: sqlbox configuration problem

2010-09-23 Thread Harbhag Singh Sohal
Well yes, that was the reason of segmentation fault. On Thu, Sep 23, 2010 at 10:35 PM, Harbhag Singh Sohal wrote: > Is this because I have commented the smsbox-port variable in my sqlbox > config file ? > > On Thu, Sep 23, 2010 at 10:12 PM, Harbhag Singh Sohal > wrote: >> Now I am not even able

Re: sqlbox configuration problem

2010-09-23 Thread Harbhag Singh Sohal
Is it possible to connect to smsbox and bearerbox together at the same time ? If not then how can I connect to either bearerbox or smsbox alone ? On Thu, Sep 23, 2010 at 10:36 PM, Harbhag Singh Sohal wrote: > Well yes, that was the reason of segmentation fault. > > On Thu, Sep 23, 2010 at 10:35 P

Re: sqlbox configuration problem

2010-09-23 Thread Nikos Balkanas
I told you how in my previous email. Read it through. BR, Nikos - Original Message - From: "Harbhag Singh Sohal" To: Sent: Thursday, September 23, 2010 8:09 PM Subject: Re: sqlbox configuration problem Is it possible to connect to smsbox and bearerbox together at the same time ? I

Re: sqlbox configuration problem

2010-09-23 Thread Harbhag Singh Sohal
In sqlbox config file I set bearerbox-port = 13016 and smsbox-port = 13017 and in kannel config file i defined new variable bearerbox-port = 13017 . So now When I start Bearerbox I see the following : 2010-09-24 00:35:08 [15786] [0] INFO: Debug_lvl = 1, log_file = , log_lvl = 0 2010-09-24 00:35:08

Re: how i read messages from SIM card, and how i store the message

2010-09-23 Thread Zaharia Constantin
i am using kannel from ubuntu apt-get install. i don't know verry well hot to install from SVN. please help me > Hi, > > Are you using the latest kannel from svn, Because I think message-start > was > added to the svn version only, but not on the stable version. > Please correct me if I'm wro

Re: how i read messages from SIM card, and how i store the message

2010-09-23 Thread Milan P. Stanic
On Thu, 2010-09-23 at 18:39, Zaharia Constantin wrote: > i am using kannel from ubuntu apt-get install. > i don't know verry well hot to install from SVN. > please help me Few days ago I talked about uploading SVN version Debian/Ubuntu packages to Kannel site. I hope it will be soon. :) Drop

Re: sqlbox configuration problem

2010-09-23 Thread Nikos Balkanas
Sorry my mistake. In group smsbox change: sendsms-port = 13018 BR, Nikos - Original Message - From: "Harbhag Singh Sohal" To: Sent: Thursday, September 23, 2010 10:13 PM Subject: Re: sqlbox configuration problem In sqlbox config file I set bearerbox-port = 13016 and smsbox-port =

Multle SMSC

2010-09-23 Thread Iskren Stoyanov
Hello, I'm using Kannel 1.4.3 for MT. My Kannel is connected to two SMPP servers. >From what I have understood from the documentation bearbox chooses random a SMSC and thats what always happens. I tried to to set SMSC in the request URL - didn't worked. SMSC is chosen randomly. Tried to add diffe

Prenventing Kannel Send Replay Message

2010-09-23 Thread RIFQI
Dear All I already configured kannel using some key words, and I have test it if the keywords is right it will proceed to Some URL. but my problembs is if the keyword is not matched kannel will send message "Request Failed". how to disabled this replay if the wrong keyword detected? Thanks

Re: Prenventing Kannel Send Replay Message

2010-09-23 Thread Alex
Hi Rifqi Go to group = sms-service and set max-messages = 0 In your config file On 24 September 2010 03:19, RIFQI wrote: > Dear All > > I already configured kannel using some key words, and I have test it if the > keywords is right it will proceed to Some URL. but my problembs is if the > k

Re: Prenventing Kannel Send Replay Message

2010-09-23 Thread Benaiad
Hi Rifqi, Search in the user guide for the following parameters: omit-empty = true max-messages = 0 Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libya On Fri, Sep 24, 2010 at 2:19 AM, RIFQI wrote: > Dear All > > I already configured kannel using some key words, and I h

Re: Prenventing Kannel Send Replay Message

2010-09-23 Thread RIFQI
Oke Let Me read it first, thanks for the replay...:D On Fri, Sep 24, 2010 at 1:12 PM, Benaiad wrote: > Hi Rifqi, > > Search in the user guide for the following parameters: > omit-empty = true > max-messages = 0 > > Regards > -- > Abdulmnem Benaiad > Almontaha CTO > www.almontaha.ly > Tripoli-Lib