Page tree

This page contains code snippets that demonstrate various Unified API requests that can be implemented in your App when using the Ruby language.

Requirements

Ruby 1.9.3 or higher with SSL support is required.

The code is on GitHub

Download here. Do not hesitate to contribute in order to make this example better - we welcome Pull Requests!

Make a call between two public numbers

curl "https://raw.githubusercontent.com/4psa/uapi-example-ruby/master/01_public_call.rb" -o 01_public_call.rb -L

Make a Sandbox call

curl "https://raw.githubusercontent.com/4psa/uapi-example-ruby/master/02_sandbox_call.rb" -o 02_sandbox_call.rb -L

Park a phone call

The example below demonstrates how you can use Unified API to park a party of an ongoing phone call. It uses the Park PhoneCalls request.

curl "https://raw.githubusercontent.com/4psa/uapi-example-ruby/master/03_park_call.rb" -o 03_park_call.rb -L

Transfer a call to a public number

The example below demonstrates how you can use Unified API to transfer a call to a public number, not registered with VoipNow. It uses the Transfer PhoneCalls request.

curl "https://raw.githubusercontent.com/4psa/uapi-example-ruby/master/04_transfer_call.rb" -o 04_transfer_call.rb -L

Record an ongoing conversation

The example below demonstrates how you can use Unified API to record an ongoing conversation. This action is possible for phone numbers that are registered with VoipNow. The recording is saved in the wav format and uses the StartRecording PhoneCalls request.

curl "https://raw.githubusercontent.com/4psa/uapi-example-ruby/master/05_record_call.rb" -o 05_record_call.rb -L

Log in an agent to a queue

The example below demonstrates how you can use Unified API to log in an agent to a queue. It uses the Update QueueAgents request.

curl "https://raw.githubusercontent.com/4psa/uapi-example-ruby/master/06_agent_login.rb" -o 06_agent_login.rb -L

List the registration status of an extension

The example below demonstrates how you can use Unified API to list the status of an extension. It uses the List Presence request.

curl "https://raw.githubusercontent.com/4psa/uapi-example-ruby/master/07_list_registration.rb" -o 07_list_registration.rb -L
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.