[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnokii smsc error
From: |
Pawel Kot |
Subject: |
Re: Gnokii smsc error |
Date: |
Thu, 7 Dec 2006 23:54:30 +0100 |
Hi,
On 12/7/06, haydar akpınar <address@hidden> wrote:
send sms example script:
----------------------------------
#!/bin/sh
#
# Gnokii Plugin script
# (c) Horst venzke
# v 0.1 - 17.01.2004
mess=$2
number=$1
echo $mess | gnokii --sendsms $number
what I would like to know is how can I check to see where send sms fails (is
there a log that gnokii keeps so I can check to see where exactly the send
sms fails)
Result is in $? variable. Alternative is to use smsd.
take care,
pkot
--
Pawel Kot