flagflag  
13: 2009-12-09 (Wed) 19:39:26 iseki source Cur: 2016-05-03 (Tue) 16:33:49 iseki source
Line 4: Line 4:
- SL Viewer が自動的に起動し,XML通信によりViewerから制御される. - SL Viewer が自動的に起動し,XML通信によりViewerから制御される.
-***Meno [#oda708a3]+#br 
 +** メモ [#oda708a3]
- http://wiki.secondlife.com/wiki/Voice - http://wiki.secondlife.com/wiki/Voice
- http://wiki.secondlife.com/wiki/Voice/Te​chnical - http://wiki.secondlife.com/wiki/Voice/Te​chnical
Line 11: Line 12:
-- ast5ax1.vivox.com:3478 (UDP) -- ast5ax1.vivox.com:3478 (UDP)
-[[Vivox SIP memo>./memo]] -[[Vivox SIP memo>./memo]]
-~ +- SLVoiceのデフォルトのポート番号が ''44124'' から ''44125'' に変わった模様 ('09 12/9) 
- +#br 
-** Viewer Settings [#v3814a00+**** Viewer Settings for sl_voice_relay[#v3814a00]
-***設定変更 [#we3952e1]+
+ Ctrl+Alt+Delete で Advanced モード表示 + Ctrl+Alt+Delete で Advanced モード表示
+ Advanced -> Debug Setting.... + Advanced -> Debug Setting....
Line 40: Line 40:
       </map>        </map>
-** XML [#l7c3b8fe+#br 
-<llsd><array> +** 通信プロトコル [#t1cfc82d] 
-<string>ParcelVoiceInfoRequest</string> +*** XML [#b39f4d25
-<string>ProvisionVoiceAccountRequest</string> +**** Region(SIM)サーバ [#zd878e70] 
-</array></llsd>+- [[Viewer <--> Region(SIM)>./XML_viewer]]
-<llsd><map> +**** SLVoice [#c31180ff]
-<key>ProvisionVoiceAccountRequest</key><​string>http://202.26.148.246:9000/CAPS/f​3c48fbc-e0e5-48ae-ba04-48a98bc9b03b0008/​</string> +
-<key>ParcelVoiceInfoRequest</key><string​>http://202.26.148.246:9000/CAPS/f3c48fb​c-e0e5-48ae-ba04-48a98bc9b03b0007/</stri​ng> +
-</map></llsd> +
- +
- +
- +
-<llsd><undef /></llsd> +
- +
-<llsd><map><key>username</key><string>xT​cFsV93tQvOgi4ttZjWnXQ==</string><key>pas​sword</key><string>1234</string><key>voi​ce_sip_uri_hostname</key><string>172.22.​1.76</string><key>voice_account_server_n​ame</key><string>http://202.26.148.246:9​000/api/</string></map></llsd> +
- +
- +
- +
-<llsd><undef /></llsd> +
- +
-<llsd><map><key>parcel_local_id</key><in​teger>1</integer><key>region_name</key><​string>SandBox3</string><key>voice_crede​ntials</key><map><key>channel_uri</key><​string>sip:conf-xOGFjN2NlMmYtYmNkOS00MjA​4LWE3MGEtNzVjOWY4MGUwYzg1@172.22.1.76</s​tring></map></map></llsd> +
- +
- +
- +
- +
-<llsd><map><key>parcel_local_id</key><in​teger>16</integer><key>region_name</key>​<string>TUIS</string><key>voice_credenti​als</key><map><key>channel_uri</key><str​ing>sip:confctl-652688@bhr.vivox.com</st​ring></map></map></llsd> +
- +
-<llsd><map><key>password</key><string>uD​XQC0R9L00XTLU0SRLX0SS</string><key>usern​ame</key><string>xMVjKOM2VSiOeIrVffPimZg​==</string><key>voice_account_server_nam​e</key><string>https://www.bhr.vivox.com​/api2/</string><key>voice_sip_uri_hostna​me</key><string>bhr.vivox.com</string></​map></llsd> +
- +
-*** SLVoice [#c31180ff]+
- [[Viewer <--> SLVoice>./XML_slvoice]] - [[Viewer <--> SLVoice>./XML_slvoice]]
-*** Vivox [#fa84bf73]+**** Vivox [#fa84bf73]
- [[SLvoice <--> Vivox>./XML_vivox]]~ - [[SLvoice <--> Vivox>./XML_vivox]]~
~ ~
-** SIP [#o056cfa7] +*** SIP [#o056cfa7] 
-*** Vivox [#kec79522]+**** Vivox [#kec79522]
- [[Vivox: Sip Request>./SIP_request]]~ - [[Vivox: Sip Request>./SIP_request]]~
-~ 
- 
-** Source Code Sample [#pbebc777] 
-*** linden/indra/newview/llvoiceclient.cpp [#oc7b5c90+#br 
-   1037 void LLVoiceClient::userAuthorized(const std::string& firstName, const std::string& lastName, const LLUUID &agentID) +*** Fig [#sc7f424f
-   1038 { +#ref(vivox_sip1.jpg
-   1039    mAccountFirstName = firstName; +#br
-   1040    mAccountLastName = lastName; +
-   1041 +
-   1042    mAccountDisplayName = firstName; +
-   1043    mAccountDisplayName += " "; +
-   1044    mAccountDisplayName += lastName; +
-   1045 +
-   1046    LL_INFOS("Voice") << "name \"" << mAccountDisplayName << "\" , ID " << agentID << LL_ENDL; +
-   1047 +
-   1048    sConnectingToAgni = LLViewerLogin::getInstance()->isInProduc​tionGrid(); +
-   1049 +
-   1050    // MBW -- XXX -- Enable this when the bhd.vivox.com server gets a real ssl cert. +
-   1051    if(sConnectingToAgni+
-   1052    { +
-   1053        // Use the release account server +
-   1054        mAccountServerName = "bhr.vivox.com"; +
-   1055        mAccountServerURI = "https://www." + mAccountServerName + "/api2/"; +
-   1056    } +
-   1057    else +
-   1058    { +
-   1059        // Use the development account server +
-   1060        mAccountServerName = gSavedSettings.getString("VivoxDebugServerName"); +
-   1061        mAccountServerURI = "https://www." + mAccountServerName + "/api2/"; +
-   1062    } +
-   1063 +
-   1064    mAccountName = nameFromID(agentID); +
-   1065 }+
-*** app_settings/settings.xml [#n4bd693d] +** [[Sample Source Code>./Sample_Source]] [#pbebc777] 
-   9610    <key>VivoxDebugServerName</key> +#br
-   9611    <map> +
-   9612      <key>Comment</key> +
-   9613      <string>Hostname of the vivox account server to use for voice when not connected to Agni.</string> +
-   9614      <key>Persist</key> +
-   9615      <integer>1</integer> +
-   9616      <key>Type</key> +
-   9617      <string>String</string> +
-   9618      <key>Value</key> +
-   9619      <string>bhd.vivox.com</string> +
-   9620    </map>+


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

34 user(s) are online (2 user(s) are browsing xpwiki)

Members: 0
Guests: 34

more...

Access Counter

Today : 704704704
Yesterday : 4345434543454345
Total : 2365784523657845236578452365784523657845236578452365784523657845
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com