Categorygithub.com/SongtaoDu/goesl
modulepackage
0.0.0-2
Repository: https://github.com/songtaodu/goesl.git
Documentation: pkg.go.dev

# README

Fork from github.com/0x19/goesl

Add Client reconnection feature

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewClient - Will initiate new client that will establish connection and attempt to authenticate against connected freeswitch server.
NewOutboundServer - Will instanciate new outbound server.
No description provided by the author
StringInSlice - Will check if string in list.
No description provided by the author

# Variables

Freeswitch events that we can handle (have logic for it).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Size of buffer when we read from connection.

# Structs

Client - In case you need to do inbound dialing against freeswitch server in order to originate call or see sofia statuses or whatever else you came up with.
Message - Freeswitch Message that is received by GoESL.
OutboundServer - In case you need to start server, this Struct have it covered.
Main connection against ESL - Gotta add more description here.