https://github.com/lordnull/oacd_bots
Using the power of erlang and freeswitch, I can make freeswitch talk to itself
https://github.com/lordnull/oacd_bots
Last synced: about 1 year ago
JSON representation
Using the power of erlang and freeswitch, I can make freeswitch talk to itself
- Host: GitHub
- URL: https://github.com/lordnull/oacd_bots
- Owner: lordnull
- License: other
- Created: 2011-09-30T21:33:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-30T21:42:26.000Z (over 14 years ago)
- Last Synced: 2024-04-09T22:50:59.957Z (about 2 years ago)
- Language: Erlang
- Homepage:
- Size: 210 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Overview
========
Using the Power of Erlang, use a single Freeswitch instance to act as many
different callers or external callers.
When developing an application using FreeSWITCH, often there will be cases
where having one or two softphones simply won't be enough. This application
can make many calls into FreeSWITCH's loopback interface. If there is
an dialplan entry, it can also catch outgoing calls and create a
controllable process for that channel as well.
In essence, instead of having a softphone with multiple lines to switch
between, or multiple softphones, this allows one to control freeswitch
via Erlang.
Building and Running
====================
Designed to aid in testing OpenACD, it does have it a dependency. Future
versions will likely remove it. OpenACD does not need to be running to
use this application.
FreeSWITCH must be built with mod_erlang_event enabled.
./rebar get-deps compile && ./devboot
That will get the dependencies, compile the application, and start it in
a development state.