Class OPS
Class OPS is used to connect your application to Ozeki Phone System.
Methods
- initialize - Creates a new OPS object.
- make_call - Instance method to make a call.
- send_sms - Instance method to send an SMS message.
- send_email - Instance method to send an e-mail message.
- list_active_calls - Instance method to retrieve the list of active calls.
- self.make_call - Class method to make a call.
- self.send_sms - Class method to send an SMS message.
- self.send_email - Class method to send an e-mail message.
- self.list_active_calls - Class method to retrieve the list of active calls.