Author |
Post |
|
#1 Sat Jan 05, 2013 14:52, 144 months ago.
|
Member
Registered: Dec 2012
Location: Cáceres, Brazil
|
Operating system name and version: ubuntu-12.04.1 Version of smsd: smstools3 Smsd installed from: sources Name and model of a modem / phone: huawei e303c modem 3G Interface: USB
how do I send a sms per line every day for example I want to see my balance torpedoes every day and I have to send a sms to 222 with the word SALD and how?
¿Cómo puedo enviar un sms por línea todos los días, por ejemplo, yo quiero ver mi saldo torpedos todos los días y tengo que enviar un SMS al 222 con la palabra SALD y cómo?
|
|
#2 Sun Jan 06, 2013 22:04, 144 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Check if you can use USSD. Here is a sample script: Sample config and script for regular_run and balance of prepaid SIM using USSD. Usually USSD can be used, but if in your case it is not available, you just have to create daily messages with cron, and monitor received messages from 222. This can be done with eventhandler, but I have no samples for it. About USSD, if you can check balance without SMS, directly from keypad using *100# for example, USSD is available and should work.
|
|
#3 Mon Jan 07, 2013 12:48, 144 months ago.
|
Member
Registered: Dec 2012
Location: Cáceres, Brazil
Topic owner
|
This balancing serves so I can send alternately between modems is that? in my case use 10 gsm modems so I can do a load-balancing with this script?
|
|
#4 Mon Jan 07, 2013 13:27, 144 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
|
|
#5 Tue Jan 08, 2013 03:42, 144 months ago.
|
Member
Registered: Dec 2012
Location: Cáceres, Brazil
Topic owner
|
I'm testing the load balancing script suggested by you and I got a doubt this trade will send sms How often because my carrier blocking mass mailing so I have to send a sms every 50 seconds how should I proceed?
Estoy probando el script de balanceo de carga sugerida por usted y tengo una duda, este comercio enviará sms ¿Con qué frecuencia porque mi compañía de bloqueo de correo masivo así que tengo que enviar un sms cada 50 segundos ¿cómo debo proceder?
|
|
#6 Tue Jan 08, 2013 05:13, 144 months ago.
|
Member
Registered: Dec 2012
Location: Cáceres, Brazil
Topic owner
|
loadbalace.sh the script is giving the following error
|
|
#7 Tue Jan 08, 2013 05:34, 144 months ago.
|
Member
Registered: Dec 2012
Location: Cáceres, Brazil
Topic owner
|
Look after much trying I figured out how to solve it installed procmail and solved this error I reported above, now realized something loadbalance.sh the script is sending sms only for a modem how do I send it hour by one hour on the other? ?
Cuida mucho tratando de que me di cuenta de cómo resolver instalado procmail y solucionado este error que se informó anteriormente, ahora se dio cuenta de algo loadbalance.sh el guión está enviando sms sólo para un módem cómo puedo enviar horas por una hora en el otro? ?
Gracias a todos y buena noche Thank you all and good night
|