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: 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 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

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 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

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-22 Thread Zaharia Constantin
no change, and when i add the message-start = 0, kannel is not starting, whay? if ai add the init string like in you config, the log is verry quiet, but i don't know how to read the message from sim, when is recived. What is you metod to read the recived message? > Do you still have SMS stored in

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

2010-09-22 Thread Emmanuel CHANSON
Do you still have SMS stored in modem storage ? you should see it in bearerbox.log: * 2010-09-22 21:00:09 [1629] [20] DEBUG: AT2[huawei_e220]: --> AT+CPMS?^M 2010-09-22 21:00:09 [1629] [20] DEBUG: AT2[huawei_e220]: <-- +CPMS: "ME",0,255,"SM",0,60,"SM",0,60 2010-09-22 21:00:09 [1629] [20] DEBUG: AT2

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

2010-09-22 Thread Zaharia Constantin
yes, is in /dev/ttyUSB1. i have read the link above, but i don't know how to make this changes, or how to update the kannel using ubuntu. > Which /dev do you use to attache the modem ? /dev/ttyUSB1 ? > > read this > > http://kerneltrap.org/node/17017 > > Regards > > Emmanuel > > 2010/9/22 Zaharia

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

2010-09-22 Thread Emmanuel CHANSON
Which /dev do you use to attache the modem ? /dev/ttyUSB1 ? read this http://kerneltrap.org/node/17017 Regards Emmanuel 2010/9/22 Zaharia Constantin > hy, so, the config file is in atachment. > i use a Huawei e160e(E220) on ubuntu. The problem with that is that i > can't read the message fro

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

2010-09-22 Thread Zaharia Constantin
hy, so, the config file is in atachment. i use a Huawei e160e(E220) on ubuntu. The problem with that is that i can't read the message from this modem, i get this error in log files: 2010-09-21 16:04:41 [3780] [6] DEBUG: AT2[huawei_E160e]: not deleted. 2010-09-21 16:04:41 [3780] [6] DEBUG: AT2[huaw

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

2010-09-21 Thread Alex
Hi Zaharia This site should be able to solve your problem. However I suggest that you post your whole configuration file(you can mask the sensitve data like passwords, ips etc) so that we have a loook. Plus if you install new programes af

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

2010-09-21 Thread Zaharia Constantin
is not working with "message-start = 0" what i have to do, to read the sms from sim card? is any problem in init string?or something else? i have a USB modem E160e(E220) > Hi, > > Try to add: > > message-start = 0 > > to your "group = modems" section > > BR, > Tomasz > > W Twoim liście datowanym

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

2010-09-21 Thread Zaharia Constantin
is not working, when i restart the kannel is nothing happen, the log is just frozen. no new info. i have more init string, what is the best for the my modem. E160e or E220 init-string = "AT+CNMI=1,2,0,0,0" #init-string = "AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0" #init-string = "ATZ" #init-string = "ATQ

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

2010-09-20 Thread Tomasz
Hi, Try to add: message-start = 0 to your "group = modems" section BR, Tomasz W Twoim liście datowanym 20 września 2010 (14:56:44) można przeczytać: > i have restart the machine, but nothing, the seam error...what is wrong? > offtopic: > and the sqlbox, when i starting "sqlbox /etc/kannel/sq

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

2010-09-20 Thread Zaharia Constantin
i have restart the machine, but nothing, the seam error...what is wrong? offtopic: and the sqlbox, when i starting "sqlbox /etc/kannel/sqlbox.config" segmentation fault whay:( Constantin Zaharia > try restarting your machine > > 2010/9/20 Zaharia Constantin > >> How i setup the sqlbox? i hav

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

2010-09-20 Thread Zaharia Constantin
the seam error, no change.:(. Do you have any ideea whay? and the sqlbox i give me" r...@acron:~# sqlbox /etc/kannel/sqlbox.conf 2010-09-20 14:42:47 [1442] [0] INFO: Debug_lvl = -1, log_file = , log_lvl = 0 2010-09-20 14:42:47 [1442] [0] DEBUG: Kannel sqlbox version `1.4.3'. Build `Feb 14 2009

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

2010-09-20 Thread Zaharia Constantin
How i setup the sqlbox? i have installed using apt-get, but now i don't know what i have to do... is necessary to start some application? and now i get another error, regarding the read of sms from sim 2010-09-14 23:51:37 [10621] [6] DEBUG: AT2[huawei_E160e]: <-- OK 2010-09-14 23:51:37 [10621] [6

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

2010-09-20 Thread Alex
Here is my answer to the exact same question from a few months ago: http://www.mail-archive.com/users@kannel.org/msg20081.html 2010/9/17 Zaharia Constantin > hy, > how i read the message from SIM card and how i store the messages. > I want to see when a new message has arrived and store in a d