sms with voipbuster
Posted: Thu Apr 03, 2008 8:21 am
i found another way tot send sms notivications
no need for email 2 sms gateways or mobile phones
and sms messages are 1 cent each and sometimes free
i activated the send email filter and checked the box to execute custom event example: /home/user/sendsms
in sendsms i have
curl -k "https://myaccount.voipbuster.com/clx/se ... rmdetected"
Explanation of the variables:
username: your VoipBuster username
password: your VoipBuster password
from: your username or your verified phone number. Always use international format for the number starting with +, for instance +491701234567
to: the number you wish to send the sms to. Always use international format starting with +, for instance +491701234567
text: the message you want to send
no need for email 2 sms gateways or mobile phones
and sms messages are 1 cent each and sometimes free
i activated the send email filter and checked the box to execute custom event example: /home/user/sendsms
in sendsms i have
curl -k "https://myaccount.voipbuster.com/clx/se ... rmdetected"
Explanation of the variables:
username: your VoipBuster username
password: your VoipBuster password
from: your username or your verified phone number. Always use international format for the number starting with +, for instance +491701234567
to: the number you wish to send the sms to. Always use international format starting with +, for instance +491701234567
text: the message you want to send