On Fri, Jun 29, 2012 at 04:18:25PM +0400, Anna Skorokhodova (Yandex) wrote:
so for now i'd like to write protocol of delivery.
for each successful delivery gnokii writes
----
GNOKII Version 0.6.29
Send succeeded with reference 18!
-------
how can i suppress output of gnokii version at "sudo gnokii
--sendsms XXXX>> gnokii.log" I'd like to log sending status only
to log.
maybe there is any logger for gnokii ?
None that I'm aware of. I've always wanted a --quiet mode with a status
code only. Depending on your needs, grep -v "GNOKII Version" could work
for you.