diff options
author | Justin Clarke Casey | 2009-03-13 17:34:11 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-13 17:34:11 +0000 |
commit | d17314f331a40f58bae6ae891bc87f018c430450 (patch) | |
tree | e69cdb5557a9afe9411b1b0fa439967478cce2e6 /bin/config.preview.donotuseyet/region/user/voice/asterisk.ini.example | |
parent | Mark AssetBase.Metadata with [XmlIgnore] (diff) | |
download | opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.zip opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.gz opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.bz2 opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.xz |
* Config preview round 2
Diffstat (limited to 'bin/config.preview.donotuseyet/region/user/voice/asterisk.ini.example')
-rw-r--r-- | bin/config.preview.donotuseyet/region/user/voice/asterisk.ini.example | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bin/config.preview.donotuseyet/region/user/voice/asterisk.ini.example b/bin/config.preview.donotuseyet/region/user/voice/asterisk.ini.example deleted file mode 100644 index fc0b0e8..0000000 --- a/bin/config.preview.donotuseyet/region/user/voice/asterisk.ini.example +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | |||
9 | [AsteriskVoice] | ||
10 | ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs | ||
11 | enabled = false | ||
12 | ; SIP account server domain | ||
13 | sip_domain = testserver.com | ||
14 | ; SIP conf server domain | ||
15 | conf_domain = testserver.com | ||
16 | ; URL of the asterisk opensim frontend | ||
17 | asterisk_frontend = http://testserver.com:49153/ | ||
18 | ; password for the asterisk frontend XmlRpc calls | ||
19 | asterisk_password = bah-humbug | ||
20 | ; timeout for XmlRpc calls to asterisk front end (in ms) | ||
21 | asterisk_timeout = 3000 | ||
22 | ; salt for asterisk nonces | ||
23 | asterisk_salt = paluempalum | ||