https://github.com/fiorix/go-eventsocket
FreeSWITCH Event Socket library for the Go programming language.
https://github.com/fiorix/go-eventsocket
Last synced: 10 days ago
JSON representation
FreeSWITCH Event Socket library for the Go programming language.
- Host: GitHub
- URL: https://github.com/fiorix/go-eventsocket
- Owner: fiorix
- License: other
- Created: 2013-07-15T02:44:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T14:39:01.000Z (7 months ago)
- Last Synced: 2025-03-30T22:11:13.942Z (17 days ago)
- Language: Go
- Size: 25.4 KB
- Stars: 132
- Watchers: 12
- Forks: 68
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-telco - go-eventsocket - FreeSWITCH Event Socket library for the Go programming language. (Interco / SBC, IMS)
README
# eventsocket
FreeSWITCH [Event Socket](http://wiki.freeswitch.org/wiki/Event_Socket) library
for the [Go programming language](http://golang.org).It supports both inbound and outbound event socket connections, acting either
as a client connecting to FreeSWITCH or as a server accepting connections
from FreeSWITCH to control calls.This code has not been tested in production and is considered alpha. Use at
your own risk.## Installing
Make sure $GOPATH is set, and use the following command to install:
go get github.com/fiorix/go-eventsocket/eventsocket
The library is currently a single file, so feel free to drop into any project
without bothering to install.## Usage
There are simple and clear examples of usage under the *examples* directory. A
client that connects to FreeSWITCH and originate a call, pointing to an
Event Socket server, which answers the call and instructs FreeSWITCH to play
an audio file.