Skip to content

Instantly share code, notes, and snippets.

@bryckbost
Created July 9, 2009 15:56
Show Gist options
  • Save bryckbost/143763 to your computer and use it in GitHub Desktop.
Save bryckbost/143763 to your computer and use it in GitHub Desktop.
require 'drb'
Adhearsion = DRbObject.new_with_uri "druby://192.168.0.58:9050"
options = { :channel => 'SIP/flowroute/16163186739',
:exten => '16164055286',
:priority => '1',
:context => 'outgoing' }
Adhearsion.originate options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment