Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiorix/go-eventsocket
FreeSWITCH Event Socket library for the Go programming language.
https://github.com/fiorix/go-eventsocket
Last synced: 5 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T14:39:01.000Z (4 months ago)
- Last Synced: 2024-12-11T01:04:30.138Z (12 days ago)
- Language: Go
- Size: 25.4 KB
- Stars: 128
- Watchers: 13
- Forks: 66
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.