module Asterisk

Extended Modules

Defined in:

asterisk.cr
asterisk/ari.cr
asterisk/ari_events.cr
asterisk/logger.cr
asterisk/version.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Instance Method Summary

Class Method Detail

def self.logger #

[View source]

Instance Method Detail

def add_channel_to_bridge(channel_id, bridge_id) #

[View source]
def channel_available(bridge_id, channel_id) #

[View source]
def channel_hangup(channel_id) #

[View source]
def connect #

[View source]
def create_new_channel(exten) #

[View source]
def credentials(param_host = "", param_websocket_host = "", param_ari_app = "", param_username = "", param_secret = "") #

[View source]
def phone_dial(exten, bridge_id) #

[View source]
def phone_login(exten) #

[View source]
def phone_logout(bridge_id, channel_id) #

[View source]