struct Asterisk::ARI::Channels::DialplanCEP

Overview

Dialplan location (context/extension/priority)

Included Modules

Defined in:

asterisk/ari/models/channels_dialplan_cep.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def app_data : String #

Parameter of current dialplan application


[View source]
def app_data=(app_data : String) #

Parameter of current dialplan application


[View source]
def app_name : String #

Name of current dialplan application


[View source]
def app_name=(app_name : String) #

Name of current dialplan application


[View source]
def context : String #

Context in the dialplan


[View source]
def context=(context : String) #

Context in the dialplan


[View source]
def exten : String #

Extension in the dialplan


[View source]
def exten=(exten : String) #

Extension in the dialplan


[View source]
def priority : Int64 #

Priority in the dialplan


[View source]
def priority=(priority : Int64) #

Priority in the dialplan


[View source]