Skip to content

xiaosongfu/eslgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslgo

The ESL client of golang for FreeSWTICH. (FreeSWTICH ESL 的 Golang 客户端)

source file

  • esl.go : core file,handle connect,read and write data.
  • apicommand.go : send api commands to FreeSWITCH
  • sendevent.go : send events to FreeSWITCH
  • sendmsg.go : send messages to FreeSWITCH

reference

the same project