Kannel do not receive SMS

2011-01-12 Thread Helen Sang
Dear Kannel users, I connect a Nokia E72 phone to my Fedora 7 box with a usb cable.  The port is ttyACM0.  mod for the device is changed to 666 with command chmod 666 ttyACM0 The setup is fine to send out SMS.  When there is SMS being sent out, I can see the signal interaction in smsbox and be

Re: SMPP Binds not UP

2011-01-12 Thread Bob O\'Souna
Do you have any suggestions here please? I am keen to resolve this today

Re: Kannel do not receive SMS

2011-01-12 Thread Emmanuel CHANSON
Is your phone able to use AT+CNMI command using minicom ? AT+CNMI? If ERROR then your phone won't be able to forward SMS to kannel BR Emmanuel 2011/1/12 Helen Sang > Dear Kannel users, > > I connect a Nokia E72 phone to my Fedora 7 box with a usb cable. The port > is ttyACM0. mod for the d

Re: Kannel do not receive SMS

2011-01-12 Thread Helen Sang
Emmanuel, Thanks for your reply.  I have tried minicom again.  I confirm that this phone, Nokia E72, doesn't support CNMI.  I played with the commands for a while, it seems that the phone do not allow AT command to access any of it's memories.  Any operations, receiving a SMS, sending SMS fro

Re: mobile bookmarks and vcal message

2011-01-12 Thread Alejandro Guerrieri
Vijay, Kannel could be used to send all kinds of OTA messages supported by the receiver's phone, including ringtones, vcal, pictures, etc. There's actually some examples on the contrib folder (on the source code). Regarding the question about the folder/bookmark, it's not something related to Kan

Re: bearerbox error

2011-01-12 Thread Harbhag Singh Sohal
I am using Standard SIM with the Huawei E220 GSM Modem. On Wed, Jan 12, 2011 at 12:40 PM, Harbhag Singh Sohal < harbhag.so...@gmail.com> wrote: > I am not able to send sms and when I checked the bearerbox.log I got the > following > > 2011-01-12 12:38:07 [15333] [7] DEBUG: sms_router: handling me

Re: bearerbox error

2011-01-12 Thread Harbhag Singh Sohal
Is this because my SIM is blocked by the carrier because we are sending high amount of SMS ? can somebody please confirm it ? On Wed, Jan 12, 2011 at 4:01 PM, Harbhag Singh Sohal < harbhag.so...@gmail.com> wrote: > I am using Standard SIM with the Huawei E220 GSM Modem. > > > On Wed, Jan 12, 2011

Re: bearerbox error

2011-01-12 Thread Milan P. Stanic
On Wed, 2011-01-12 at 16:07, Harbhag Singh Sohal wrote: > Is this because my SIM is blocked by the carrier because we are sending high > amount of SMS ? It could be. > can somebody please confirm it ? The +CMS ERROR 500 means an unknown error, usually. > On Wed, Jan 12, 2011 at 4:01 PM, Harbha

Re: bearerbox error

2011-01-12 Thread atulrasto
You can dial the number to check if it is temporarily blocked by carrier it will give announcement generally and u can put the sim in mobile handset and see if sms is ok Sent from my BlackBerry® wireless device -Original Message- From: "Milan P. Stanic" Sender: users-boun...@kannel.org

RE: bearerbox error

2011-01-12 Thread elt...@gmail.com
Opeator does not deactivate the msisdn for this reason, does not have the right to do it. Instead they might have some rules in SMSC to block sms traffic for specific msisdn that reaches some threshold. If you want to confirm this, send to their customer care your complaint including timestam

French Character support !

2011-01-12 Thread samuel
Hi all I need French accent character support with kannel, as m not able to decode the characters sent as it simply sends question mark signs to user. Please guide me if it has to do with character set , n which one should i use , plus plz do further help by mentioning other things that are to

Kannel with SQL-Server SMS Spool

2011-01-12 Thread Santiago Cattaneo
Hello all, I new to Kannel and I'm trying to set it up on this way: 1. Connect to several SMPP gateways (no problem) 2. Insert MT and MO messages on a SQL-Server Spool Database (problem!!!) I tried SQLBOX and it works very well, but, I need to use a Stored Procedure interface to access to t

Re: Kannel with SQL-Server SMS Spool

2011-01-12 Thread Alejandro Guerrieri
Santiago, You'd need to modify sqlbox's queries to call stored procedures instead. They're defined on macros on sqlbox_mssql.h You'll probably need to tweak the code for the responses to match what your stored procedure returns. Hope it helps. Alejandro On Wed, Jan 12, 2011 at 4:37 PM, Santiag

Change the log level of an smpp smsc group

2011-01-12 Thread Tshimanga Minkoka
Dear, How can I change the log level of an smpp smsc group? The HTTP administration command loglevel seems to only act on bearbox logging. Do I need to modify the configuration file, stop the smsc and then restart it? TIA. TSHIMANGA Minkoka VAS Manager È +243 814443113 * + 243 815560341 ext. 058

Re: Change the log level of an smpp smsc group

2011-01-12 Thread Alejandro Guerrieri
log-level works for the smsc's as well (it changes _all_ log levels at once). If you need to change a single smsc instance, you need to change the conf and restart it. Regards, Alex On Wed, Jan 12, 2011 at 5:16 PM, Tshimanga Minkoka < tshimanga.mink...@vodacom.cd> wrote: > Dear, > > > > How ca

RE: Change the log level of an smpp smsc group

2011-01-12 Thread Rapture
Hi, You need to modify the variable log-level in the group smsc and set it to the desired level. This you do per smcs Check user guide: log-level number 0..5 Minimum level of log-file events logged. 0 is for ’debug’, 1 ’info’,2 ’warning, 3 ’error’ and 4’panic’ From: users-boun...@kan

send cgi - Unknown request

2011-01-12 Thread Daniel Camacho
Hi there, I have never used the http interface for sending sms, since I have installed the mysql box. >From my browser Im trying to send some sms, with no Sent result, just the Unknown request. The log(0) says: 2011-01-12 14:21:07 [3261] [2] DEBUG: HTTP: Creating HTTPClient for `10.27.1.226'. 2

Kannel sending sms but not receiving

2011-01-12 Thread Mutuku Ndeti
I am using kannel 1.4.3. I have set up a modem as the smsc. I am able to send smses, but not receive. There is nothing on the logs when I try receiving smses on kannel. what could be wrong with my config? group = core admin-port = 13000 admin-password = foo status-password = foo_status smsbox-por

Re: Kannel sending sms but not receiving

2011-01-12 Thread Alvaro Cornejo
you need to configure your modem to fwd messages to kannel. use cnmi cpmmand in init string. check ug for details On 1/12/11, Mutuku Ndeti wrote: > I am using kannel 1.4.3. I have set up a modem as the smsc. I am able to > send smses, but not receive. There is nothing on the logs when I try > rec

RE: Change the log level of an smpp smsc group

2011-01-12 Thread Tshimanga Minkoka
Hi Rapture, Sorry I had to specify that I needed it on the fly, without restarting kannel. Alex have answered specifying that the http command changes all the log levels (SMSCs included). I will give it a try, and feedback. Thanks to all. TSHIMANGA Minkoka VAS Manager È +243 814443113 * + 243

Re: send cgi - Unknown request

2011-01-12 Thread Alejandro Guerrieri
You changed the sensms-url to be /sendsms, not /cgi-bin/sendsms... Hope it helps. -- Alex Guerrieri On 12/01/2011, at 21:01, "Daniel Camacho" wrote: > Hi there, > > I have never used the http interface for sending sms, since I have > installed the mysql box. > > From my browser Im trying to

Re: Change the log level of an smpp smsc group

2011-01-12 Thread Alejandro Guerrieri
The stop-smsc and start-smsc can be performed without restarting kannel, it will only reconnect the given smsc. Regards, -- Alex Guerrieri On 13/01/2011, at 07:58, Tshimanga Minkoka wrote: > Hi Rapture, > > > > Sorry I had to specify that I needed it on the fly, without restarting kannel.

Re: Kannel do not receive SMS

2011-01-12 Thread Helen Sang
Dear Kannel users, I changed to a Motorola U9 phone.  In minicom, I have this response from the phone: AT+CNMI=? +CNMI: (0,3),(0-2),(0),(0),(0) So, I set the init-string to:  AT+CNMI = 3,2,0,0,0 I can also use minicom to send SMS out. My modem config file is as this: group = modems id = mot