mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
From: Dr Scofield <hud@zurich.ibm.com>
ansgar and i have been working on an asterisk voice module that will allow
us to couple opensim with an asterisk VoIP gateway.
the patch below consists of
* AsteriskVoiceModule region module: alternative to the plain-vanilla
VoiceModule, will make XmlRpc calls out to an asterisk-opensim
frontend
* asterisk-opensim.py frontend, living in share/python/asterisk, takes
XmlRpc calls from the AsteriskVoiceModule
* account_update: to update/create a new SIP account (on
ProvisionVoiceAccountRequest)
* region_update: to update/create a new "region" conference call
(on ParcelVoiceInfo)
* a asterisk-opensim test client, living in share/python/asterisk, to
exercise astersik-opensim.py
this still does not give us voice in OpenSim, but it's another step on
this path...
This commit is contained in:
16
share/python/asterisk/asterisk-opensim.cfg
Normal file
16
share/python/asterisk/asterisk-opensim.cfg
Normal file
@@ -0,0 +1,16 @@
|
||||
[xmlrpc]
|
||||
baseurl = http://127.0.0.1:53263/
|
||||
debug = true
|
||||
|
||||
[mysql]
|
||||
server = localhost
|
||||
database = asterisk
|
||||
user = asterisk
|
||||
password = asterisk
|
||||
debug = true
|
||||
|
||||
[mysql-templates]
|
||||
tables = create-table.sql
|
||||
user = create-user.sql
|
||||
region = create-region.sql
|
||||
debug = true
|
||||
Reference in New Issue
Block a user