Version of smsd: 3.1.14 / 3.1.11 respectively
Smsd installed from: package repository respectively
Name and model of a modem / phone: ZTE MF363
Interface: USB
Hello friends.
I'm really new to linux and English is not my native language (Spanish is).

I am implementing a newsgathering service for events in my NOC.
SMS Sever help me send a "multicast" several stakeholders defined.
The modem is configured Ok, send and recive sms ok ... just beautiful
I have set the script to deposit the message in the folder "outgoing" ...
Try setting the script in checkhandler ... Ok starts the daemon, but apparently never executed the script, because not send SMS to more than one recipient. In Syslog I have no warning about it, in fact to deposit a formatted text:
To: 1234567
To: 0987654
Text .....
SMS Server sends the SMS to 0987654 only
So I can not make it work the script to send the message to multiple recipients.
I followed the post:
http://smstools3.kekekasvi.com/topic.php?post=332
http://smstools3.kekekasvi.com/topic.php?id=495
But I fear that the problem is not able to run the script in my bash (none).
Something basic, sure... most likely it is a nonsense to the variables ... but I'm going crazy

The script already has permits and keep it in "sbin" to have it available to a "tab" while doing debugging.
The problem is that it goes beyond the line 8:
that is (script):
Please help ..!
Any suggestions are welcome ...

