Ifbyphone XML Generator
A simple interface for creating valid Ifbyphone XML strucures
Installation
gem install ifbyphone_response
Usage
Using the gem is easy:
require 'ifbyphone_response'
route = Route.new
# Performa a blind transfer
route.transfer(952457****)
# Route to an IVR
route.survo(1234)
# Route to a voicemail
route.voicemail(5555)
# Gracefully end a call
route.hangup
License
MIT