Skip to content

Instantly share code, notes, and snippets.

@bklang
Created April 8, 2011 20:43
Show Gist options
  • Save bklang/910695 to your computer and use it in GitHub Desktop.
Save bklang/910695 to your computer and use it in GitHub Desktop.
Example restful_rpc custom method
methods_for :rpc do
def transfer(channel, exten)
Adhearsion::VoIP::Asterisk::manager_interface.send_action(...)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment