OPS send_sms
You could send an SMS message with the aid of the send_sms instance method.
def send_sms to, message, from=nil, delivery_report_url=nil |
Method parameters
to | string value e.g. '1469' |
Recipient of the SMS message. | (None) | Yes |
message | string value e.g. 'Hello world!' |
Content of the SMS message. | (None) | Yes |
from | string value e.g. '1469' |
Sender of the SMS message. | Empty string | No |
delivery_report_url | string value e.g. 'http://yourapp.com/smsdelivered.php' |
URL that will be requested with delivery details when delivery report arrives to this message. | Empty string | No |
Example
ops = OPS.new '192.168.0.1', nil, '9999', 'admin', 'password' puts ops.send_sms '2000', 'Ni hao ma?' |
More information
- NG initialize
- NG send_SMS
- NG send_SMS
- OPS initialize
- OPS make_call
- OPS send_SMS
- OPS send_email
- OPS list_active_calls
- OPS self.make_call
- OPS self.send_SMS
- OPS self.send_email
- OPS self.list_active_calls
- Call attended_transfer
- Call blind_transfer_callee
- Call blind_transfer_caller
- Call forward
- Call hangup
- Call hold
- Call play_file
- Call play_file_to_callee
- Call play_file_to_caller
- Call record_mp3
- Call record_wav
- Call dtmf
- Call dtmf_to_callee
- Call dtmf_to_caller
- Call speak
- Call speak_to_callee
- Call speak_to_caller
- Call unhold
- Class NG
- Class OPS
- Class Response
- Class OPS
- SMS self.ng_send_SMS
- SMS self.ops_send_SMS
- Class SMS