aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/python (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-0/+0
|
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-291-0/+39
| | | | | | | | | * Fixes the admin_shutdown xmlrpc method * Adds a share/python/console/shutdown.py script for shutting down a background OpenSim * For more details see http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/ * There should also be instructions in the opensimulator wiki soon as well
* Update svn properties.Jeff Ames2008-04-162-0/+0
|
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-156-0/+346
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...