flagflag  
6: 2009-04-29 (Wed) 13:06:25 iseki source 7: 2010-04-28 (Wed) 01:31:51 admin source
Line 1: Line 1:
* sl_voice_relay [#xa5f7861] * sl_voice_relay [#xa5f7861]
-[[日本語はこちら>sl_voice_relay]]+[[日本語はこちら>sl_voice_relay]]
- +
-''writing now''+
** Outline [#zefdad81] ** Outline [#zefdad81]
Line 9: Line 7:
- It is also possible to stop ''sip_forwarder'' function in sl_voice_relay, and to start only ''sip_forwarder'' with another machine (for debug). - It is also possible to stop ''sip_forwarder'' function in sl_voice_relay, and to start only ''sip_forwarder'' with another machine (for debug).
- ''sl_voice_relay'' is ''beta version in sl_proxy v1.7.x''. It is not tested whether the voice can be forwarded under all situations. - ''sl_voice_relay'' is ''beta version in sl_proxy v1.7.x''. It is not tested whether the voice can be forwarded under all situations.
-- now version is ''0.9.0b'' (2 March '09)+- now version is ''1.0.0'' (28 Apr. '10)
~ ~
~ ~
Line 17: Line 15:
~ ~
** Configuration [#e79fd545] ** Configuration [#e79fd545]
 +- V1.0.0 operates with ''zero configuration'' (auto configuration) by exchanging information with [[sl_relay>sl_relay (E)]].
 +- Please return it based on the setting when you set the following to Viewer.
 +- To make sl_voice_relay and sl_relay cooperate, it is necessary to execute sl_relay with ''-vs'' option.
 +#br
-*** Viewer [#l5589535] +**** %%Viewer settings for 0.9.0b%% [#l5589535] 
-+ display ''Advanced'' menu on Viewer by press ''Crtl+Alt+D'' keys. Ctrl+Alt+D is toggle. ++ %%display ''Advanced'' menu on Viewer by press ''Crtl+Alt+D'' keys. Ctrl+Alt+D is toggle.%% 
-+ select ''Advanced'' --> ''Debug Setteings...'' menu. ++ %%select ''Advanced'' --> ''Debug Setteings...'' menu.%% 
-+ input ''voicehost'', and replace ''127.0.0.1'' to IP address of host that executing ''sl_voice_relay''. ++ %%input ''voicehost'', and replace ''127.0.0.1'' to IP address of host that executing ''sl_voice_relay''.%% 
-+ input ''vivoxDegugLevel'', and add '' -i IP:44124'' behind ''-1''. IP is IP address of PC that executing Viewer.++ %%input ''vivoxDegugLevel'', and add '' -i IP:44124'' behind ''-1''. IP is IP address of PC that executing Viewer.%%
-**** Example [#gf81997a] +**** %%Attension%% [#l5e1a9ea] 
-- ''sl_voice_relay'' is executing on ''202.26.159.140'' ++ %%if ''-i'' option is specified, SLVoice permits to receive packets from all other PC.%% 
-- Viewer is executing on PC (''192.168.1.1''). ++ %%The Viewer slows very much, when the above-mentioned setting is done and sl_voice_relay not started and the Viewer's voice chat function is effective. So, Viewer is waitting for the communication with SLVoice.%%
- voicehost      -->  202.26.159.140 +
- vivoxDebugLevel -->  -1 -i 192.168.1.1 +
- +
-**** Attension [#l5e1a9ea] +
-+ if ''-i'' option is specified, SLVoice permits to receive packets from all other PC. +
-+ The Viewer slows very much, when the above-mentioned setting is done and sl_voice_relay not started and the Viewer's voice chat function is effective. So, Viewer is waitting for the communication with SLVoice.+
** Execute Options [#ab31e5c3] ** Execute Options [#ab31e5c3]
- sl_voice_relay  [-s account_server:port] [-p port] [-pv port] [-r sip_forwarder:port] + 
-                 [-f config_file] [-u user_name] [-pid pid_file]+ sl_voice_relay  [-p port] [-r sip_forwarder:port] 
 +                 [-f config_file] [-u user_name]
                 [-i internal_ip_address] [-ii internal_ip_address] [-ie external_ip_address]                  [-i internal_ip_address] [-ii internal_ip_address] [-ie external_ip_address]
-                 [-v syslog_level] [-d] [-x] [-xt] [-xu]+                 [-pid pid_file] [-l [logfile]] [-v syslog_level] 
 +                 [-as] [-aca] 
 +                 [-d] [-x] [-xt] [-xu
 +                 [--version] [--help] [-h]
-  -s  : specify Vivox Managemrnt Server. default is www.bhr.vivox.com:443 + -p  : port number that sl_relay connects. default is 8088
-   -p  : port number that Viewer connects. default is 4413. It doesn't change usually. + -r  : when external SIP relay server (sip_forwarder) is used, the address and the port number of the sip 
-   -pv  : port number of SLVoice. default is 4413. It doesn't change usually+        relay server are specified. if this option is specified, sip_forwarder built in sl_voice_relay stops. 
-  -r  : when external SIP relay server (sip_forwarder) is used, the address and the port number of the sip +        specify the address seen from SLVoice (it does not become 127.0.0.1). 
-          relay server are specified. if this option is specified, sip_forwarder built in sl_voice_relay stops. +        default is to use internal sip_forwarder.
-          specify the address seen from SLVoice (it does not become 127.0.0.1). +
-          default is to use internal sip_forwarder.+
-  -u  : effective user. + -f  : configuration file. default is /usr/local/etc/sl_proxy/sl_voice_relay.conf 
-   -f  : configuration file. default is /usr/local/etc/sl_proxy/sl_relay.conf + -u   : specify effective user.
-  -l   : log file. not implemented yet. +
-   -pid : pid file.+
-  -i  : if your server has two or more network interfaces, specify IP address of internal network. + -i  : if your server has two or more network interfaces, specify IP address of internal network. 
-  -ii  : same as -i option. + -ii  : same as -i option. 
-  -ie  : if your server has two or more network interfaces, specify IP address of external network. + -ie  : if your server has two or more network interfaces, specify IP address of external network. 
-          usually, it is detected automatically.+              usually, it is detected automatically.
-  -v  : level of syslog. default is LOG_INFO (7). + -pid : specify pid file. 
-   -d  : debug mode + -l  : specify log file. default is /var/sl_proxy/sl_voice_relay.log 
-  -x  : TCP packets are printed and saved part at working directory. SIP's UDP packets are printed. + -v  : level of syslog. default is LOG_INFO (7). 
-  -xt  : TCP packets are printed and saved part at working directory. + 
-  -xu  : SIP's UDP packet are printed.+ -as : use HTTPS between sl_voice and Voice Relay Server. 
 + -aca : confirms Vivox Server by using C:\Program Files\SecondLife\app_settings\CA.pem 
 + 
 + -d  : debug mode. display debug information. 
 + -x  : TCP packets are printed and saved part at working directory. SIP's UDP packets are printed. 
 + -xt  : TCP packets are printed and saved part at working directory. 
 + -xu  : SIP's UDP packet are printed
 + 
 + --version  : display Version information. 
 + --help, -h : display this Help messages.
** Mechanism [#hd26bcbb] ** Mechanism [#hd26bcbb]
 +*** SLVoice (Normal Action) [#xba03bf9]
#ref(vivox_sip1.jpg) #ref(vivox_sip1.jpg)
-~ +*** sl_voice_relay (v1.0.0) [#ja83949b] 
-~+#br 
 +#br 
 +#br 
 +*** sl_voice_relay (v0.9.0b) [#yd5d482c]
#ref(vivox_sip2.jpg) #ref(vivox_sip2.jpg)


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

92 user(s) are online (31 user(s) are browsing xpwiki)

Members: 0
Guests: 92

more...

Access Counter

Today : 3923392339233923
Yesterday : 1361113611136111361113611
Total : 2364233023642330236423302364233023642330236423302364233023642330
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com