Centos 5.2:
V3:
Smsd installed from: package repository
Wavecom M1306B:
Interface: USB
I need to query account status of my SIM for money / days left,
and process that further through the shell script. It is a simple
task, except I can't figure how to dial the following string using
smssend: *101*2*9#. No text content, just dial the string.
Using minicom it is a trivial task: ATD*101*2*9#
That causes that system sends in return SMS with the all details
I need. but 'smssend *101*2*9#' generates an error and is
removed from queue.
So, how could I go about that using SMS Server Tools ?
Thank you for any relevant pointers.