Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
alice
master
Alice
Freeswitch
ESL
Inbound
Built with Crystal 1.9.2
2023-10-07 10:55:36 UTC
class
Alice::Freeswitch::ESL::Inbound
Alice::Freeswitch::ESL::Inbound
Reference
Object
Defined in:
freeswitch/esl/inbound.cr
Constructors
.new
(host : String =
"127.0.0.1"
, port : String | Int32 =
5038
, auth : String =
""
)
Instance Method Summary
#auth
#close
#connect
#read_response
#start
#stop
Constructor Detail
def self.
new
(host : String =
"127.0.0.1"
, port : String | Int32 =
5038
, auth : String =
""
)
#
[
View source
]
Instance Method Detail
def
auth
#
[
View source
]
def
close
#
[
View source
]
def
connect
#
[
View source
]
def
read_response
#
[
View source
]
def
start
#
[
View source
]
def
stop
#
[
View source
]