class Freeswitch::ESL::Inbound
- Freeswitch::ESL::Inbound
- Reference
- Object
Defined in:
inbound.crConstructors
- .new(host : String, port : Int32, pass : String, user : String | Nil = nil)
- .new(conn : Connection, pass : String, user : String | Nil = nil)
Instance Method Summary
- #api(app, arg = nil)
- #connect(timeout : Time::Span = 5.seconds)
- #events
- #exit
- #filter(key, value = "")
- #filter_delete(key, value = "")
- #linger
- #log(level)
- #myevents(uuid : String)
- #nixevent(events : String)
- #noevents
- #nolinger
- #nolog
- #sendevent(event, headers : Hash(String, String | Int64) = {} of String => String | Int64, body = "")
- #set_events(name : String)
Constructor Detail
Instance Method Detail
def sendevent(event, headers : Hash(String, String | Int64) = {} of String => String | Int64, body = "")
#