How to configure kannel to select a telco network for wavecom modem?

2012-11-28 Thread mohamed keita
Hi It is possible to test the presence of a network with at command AT+CREG=? . Command AT+CSQ allows to know the level of reception of the signal transmitted by the nearest relay station GSM.

send command status:-1

2012-11-19 Thread mohamed keita
Hello I got the following error when I sent a message from kannel: send command status = -1 . Finally, I found the answer to my problem. My modem does not recognize the hardware flow control. I disabled the hardware flow control in the source code (gw / smsc / smsc_at.c) and I reinstalled

error send command status.

2012-11-05 Thread mohamed keita
I managed to start kannel (bearerbox and smsbox) with my modem wavecom fastrack , but when i want to send a message , i receive the following error : send command status: -1. Please i need your help. Thank you in advance.

urgent need for a modem that works with kannel

2012-10-24 Thread mohamed keita
Hi My wavecom fastrack is assigned to ttyUSB0. In fact , when i use minicom to try AT commands(115200 bauds) , it walk fine. But my bearerbox say always: wrong or no answer to atz. I noticed that the command wvdialconf to detect modem give me the following error: - ttyUSB0*1: ATQ0 V1 E1 --

kannel wavecom fastrack

2012-10-23 Thread mohamed keita
Hi finally, I have not managed to configure my wavecom fastrack USB M1306B WISMO. I want to buy a new modem that can send, receive messages andcompatible with kannel.what models do you propose me? Thank you in advance.

urgent need for a modem that works with kannel

2012-10-23 Thread mohamed keita
Hello My modem wavecom doesn't work . I need an other modem that works properly with kannel is to say can send and receive sms. What models do you offer me ? Thank you in advance.

kannel wavecom fastrack

2012-10-22 Thread mohamed keita
Hi Thi is very weird. I use minicom to use at commands. The configuration is the following: Serial Device : /dev/ttyUSB0 Lockfile Location : Callin Program : Callout Program : Bps/Par/Bits : 115200 8N1 Hardware Flow Control : No Software Flow Control : No I

kannel wavecom fastrack

2012-10-20 Thread mohamed keita
Hi Thank you for your answer. I don't think that the problem comes from my configuration. I feel that I must download the driver or modem firmware. Some sources say that the majority of USB modems need drivers to function properly. Can you give me a link where I can download a firmware or driver

kannel wavecom fastrack

2012-10-20 Thread mohamed keita
Hi I use my wavecom with at commands but when i use the command wvdialconf to know if a modem exists, I get the following error: - ttyUSB0*1: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud. - ttyUSB0*1: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud. - ttyUSB0*1: ATQ0 V1

kannel wavecom fastrack

2012-10-18 Thread mohamed keita
Hello I want to use a modem wavecom fastrack like a smsc. I managed to parameterize my modem with minicom. My AT commands work fine.My issue is the following: wvdial does not recognize wavecom fastrack like a modem. When i use the command wvdialconf to know if a modem exists, I get the

kannel wavecom fastrack

2012-10-18 Thread mohamed keita
Hi Thank you for your answer. My wavecom fastrack is assigned to ttyUSB0. In fact , when i use minicom to try AT commands , it walk fine. But my bearerbox say always: wrong or no answer to atz. I noticed that when i connect to minicom, i see always the wavecom is offline.

start the services kannel

2012-08-21 Thread mohamed keita
Hello I tested two methods which are not good. - At first, I tried kannel-monitor. I manage to stop my boxes when they are started, but i can't restart(start) any box. - I also tried the start-stop-daemon command in /usr/local/sbin: start-stop- daemon-S-b -0 ​​- user xxx - bearerbox. I can not

administration kannel

2012-02-02 Thread mohamed keita
Hello Thank you for your response. I did not understand very well what you meant. To start my bearerbox, normally I do the following command: / usr / local / sbin / bearerbox -v 1 / etc / kannel / gw / bearerbox. In my php code, I tried it : exec ('/ usr / local / sbin / bearerbox -v 1 /

administration kannel

2012-02-01 Thread mohamed keita
hello I want to do a form to manage kannel. Here is my problem, I can not start the bearerbox through the form. I read the documentation and tried a redirect to the url: http://localhost:13000/resume?password=, but I get no result. Does anyone have an idea? Thank you in advance.

Customize Kannel

2012-01-29 Thread mohamed keita
Hello finally, I used in my external application the exec () function that allows to execute commands in php. Thank you.

Customize Kannel

2012-01-20 Thread mohamed keita
Hello I properly configure kannel with sms-service group. When a user sends the keyword, he receives a perfect answer. Now I want to be informed by SMS that a user used my service (SMS notification). does anyone have an idea? Thank you in advance.

Authorization failed for sendsms error when i try from browser

2012-01-12 Thread mohamed keita
Hello. I think that you have not used the right parameters.Try this in your case. http://127.0.0.1:9000/cgi-bin/sendsms?username=foobarpassword=foobarto=xxxtext=test

notification sms with kannel

2012-01-12 Thread mohamed keita
Hello I managed to install kannel. I can receive and send messages correctly .Now i want to put a system in place who permits to prevent me when someone send an sms(keyword) to kannel. I used the function exec() in php but it does not work well. Do you have a solution? Thank you in advance.

notification sms with kannel‏

2012-01-12 Thread mohamed keita
Hello. Here is my configuration file. I want to be notified in addition to the server's response when the users send a message(keyword) to kannel. group = core admin-port = 13000 admin-password = fyle-gtw status-password = fyle-gtw admin-allow-ip = 127.0.0.1,192.168.2.12

Sqlbox doesn't save any sms into mysql tables

2012-01-05 Thread mohamed keita
hello I could not solve the problem, but I bypassed. I created in the table one column named date with type timestamp and it's worked. Did you find an other solution? thanks

Sqlbox doesn't save any sms into mysql tables

2012-01-03 Thread mohamed keita
Hello you need separate configuration files for bearerbox, smsbox and sqlbox. Under “normal” circumstances, bearerbox and smsbox could share the configuration file, but if you intend to put sqlbox in the middle, you need smsbox to point to sqlbox’s port and not bearerbox: For example, to use

Error installation sqlbox‏

2012-01-01 Thread mohamed keita
Hello thank you for the explanation. I have properly configured kannel, but my problem is the sqlbox. I have installed the sqlbox but I don't see incoming and outgoing messages in the two tables: sent_sms and send_sms. Thanks you.

Error installation sqlbox

2011-12-31 Thread mohamed keita
Hello. I managed to install sqlbox with the command ./configure - with-kannel-dir = / etc / kannel . / etc / kannel is the installation folder of kannel. Now i have one problem, configuring sqlbox. Here is my sqlbox configuration file. I managed to boot sqlbox but i have nothing in

Error installation sqlbox

2011-12-28 Thread mohamed keita
Hello I want to install sqlbox to store pieces of information about messages. During the compilation, i get the following message : Error: kannel gwlib is required. I tried to compile sqlbox with the option: --with kannel-dir= DIR but it doesn't work. What is the real problem? Thanks you in

Help store DLR REPORTS‏

2011-12-22 Thread mohamed keita
Hello I found the problem. Read carefully the user guide on page 116(SMS Delivery reports). I just add dlr-mask=31, in the url who permits to send a sms. Now i can store dlr on mysql. thanks

Help store DLR REPORTS

2011-12-20 Thread mohamed keita
Hello I managed to send and receive sms through kannel . Now, I want to store delivery reports files in mysql . I set up my file kannel.conf then create my database, but I can not see datas.Here , is my configuration file kannel.conf: group = core admin-port = 13000 admin-password =