gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help requested with capturing output from gnokii after send sms


From: Godfrey
Subject: Help requested with capturing output from gnokii after send sms
Date: Sun, 8 Feb 2015 22:49:17 +0200

Hello 

I have set up a number of scripts that notify me of a range of server room
potential issues.

Everything is working fine. 

How ever this evening I realised that I am not keeping tabs on the number of
sms's sent out. I load the phone with say 200 sms's I need to know when they
about to run out.

I am happy to figure out a bash script to do this if needs be. However I
have a problem. 

I dont seem to have any success at capturing the output form after gnokii
after send sms 

address@hidden ~ # echo "This is a test message" | gnokii --sendsms
+27mycellnumber --report > /var/lock/smscounter/count.txt
GNOKII Version 0.6.31
Send succeeded with reference 168!
address@hidden ~ # echo "This is a test message" | gnokii --sendsms
+27mycellnumber
GNOKII Version 0.6.31
Send succeeded with reference 169!
address@hidden ~ # echo "This is a test message" | gnokii --sendsms
+27mycellnumber >> /var/lock/smscounter/count.txt
GNOKII Version 0.6.31
Send succeeded with reference 170!


> or >> does not capture any out put 

as you can see here 

address@hidden ~ # touch /var/lock/smscounter/count.txt
address@hidden ~ # cat /var/lock/smscounter/count.txt
address@hidden ~ # cat /var/lock/smscounter/count.txt
address@hidden ~ #

My question has a bash script been written to keep tabs on the number of
sms's sent, if not is there any way of keeping a record of the number of
sms's sent, or if that is not possible is there any way of capturing the
output specifically this part 

GNOKII Version 0.6.31
Send succeeded with reference 170!

for later processing. 

Your assistance would be most appreciated.

Thank you for your time in helping me.

-- 
Kind Regards

Godfrey

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compu-Doc On-Line - http://www.compudoc.co.za
We're a Internet and Computer Repair Company
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Godfrey J. Hamshire      Compu-Doc On-Line
                                    10 Perth Place
                                     Umbilo Durban 4001
                                     Phone 031 465 9009
                                     Fax   086 777 8286 
                                     Cell  083 773 8776
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
St. Teresa's Bookmark

Let nothing trouble you, 
let nothing frighten you. 
All things are passing; 
God never changes.

Patience obtains all things.
He who possesses God lacks nothing:
God alone suffices.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]