Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
freeswitch-esl
v1.0.2
Freeswitch
ESL
Connection
ApiResponse
CommandResponse
Event
Header
Inbound
Outbound
ReadEventError
WaitError
Built with Crystal 1.9.2
2023-10-08 13:08:05 UTC
class
Freeswitch::ESL::Outbound
Freeswitch::ESL::Outbound
Reference
Object
Defined in:
outbound.cr
Constructors
.new
(conn : Connection)
Class Method Summary
.listen
(host : String, port : Int32, &block : Outbound, Channel(Event) -> _)
Instance Method Summary
#execute
(app, arg =
nil
, event_lock =
false
)
Constructor Detail
def self.
new
(conn :
Connection
)
#
[
View source
]
Class Method Detail
def self.
listen
(host : String, port : Int32, &block :
Outbound
, Channel(
Event
) -> _)
#
[
View source
]
Instance Method Detail
def
execute
(app, arg =
nil
, event_lock =
false
)
#
[
View source
]