Skip to content

Instantly share code, notes, and snippets.

@JustinAiken
Created December 10, 2013 17:38
Show Gist options
  • Save JustinAiken/c63f41be77addb5dc45a to your computer and use it in GitHub Desktop.
Save JustinAiken/c63f41be77addb5dc45a to your computer and use it in GitHub Desktop.
sound playing
def play_agent_sound(sound='confbridge-join')
if agent = get_agent_channel
options = {
"Channel" => "Local/s@whisperto",
"Application" => 'Playback',
"Data" => sound,
"Variable" => "target_channel=#{agent}"
}
Adhearsion::Asterisk.execute_ami_action 'Originate', options
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment