#author("2024-09-02T03:24:30+00:00","default:iseki","iseki") ** XML (V: Viewer, S: SIM) [#h26afdec] *** 最初の問い合わせと,その返答(CAPS) [#be5d3b38] - V->S <llsd><array> <string>ParcelVoiceInfoRequest</string> <string>ProvisionVoiceAccountRequest</string> </array></llsd> - S->V <llsd><map> <key>ProvisionVoiceAccountRequest</key> <string>http://202.26.148.246:9000/CAPS/f3c48fbc-e0e5-48ae-ba04-48a98bc9b03b0008/</string> <key>ParcelVoiceInfoRequest</key> <string>http://202.26.148.246:9000/CAPS/f3c48fbc-e0e5-48ae-ba04-48a98bc9b03b0007/</string> </map></llsd> - V->S~ CAPS URLへの問い合わせ (V->S) #br *** CAPSリクエストに対する Region(SIM)サーバからのVoiceの情報[#c8eb1e52] **** SecondLife [#r68ec75f] - S -> V -- for ProvisionVoiceAccountRequest <llsd><map> <key>password</key><string>uDXQC0R9L00XTLU0SRLX0SS</string> <key>username</key><string>xMVjKOM2VSiOeIrVffPimZg==</string> <key>voice_account_server_name</key><string>https://www.bhr.vivox.com/api2/</string> <key>voice_sip_uri_hostname</key><string>bhr.vivox.com</string> </map></llsd> - S -> V -- for ParcelVoiceInfoRequest <llsd><map> <key>parcel_local_id</key><integer>16</integer> <key>region_name</key><string>TUIS</string> <key>voice_credentials</key> <map> <key>channel_uri</key><string>sip:confctl-652688@bhr.vivox.com</string> </map> </map></llsd> **** OpenSim2 [#a3288887] - S -> V -- for ProvisionVoiceAccountRequest <llsd><map> <key>username</key><string>xZL329vXzS-qcot12Ohm2ig==</string> <key>password</key><string>1234</string> <key>voice_sip_uri_hostname</key><string>202.26.159.210</string> <key>voice_account_server_name</key> <string>http://202.26.159.211:9000/fsapi/</string> </map></llsd> - S -> V -- for ParcelVoiceInfoRequest <llsd><map> <key>parcel_local_id</key><integer>1</integer> <key>region_name</key><string>Snow Land</string> <key>voice_credentials</key> <map> <key>channel_uri</key> <string>sip:conf-xMzBlNDBjN2UtMWMyOS00MGM4LWI1N2QtM2Q3MDkxYzE2MDMz@202.26.159.210</string> </map> </map</llsd> **** OpenSim1 [#m62d7fc7] - S -> V -- for ProvisionVoiceAccountRequest <llsd><map> <key>username</key><string>xTcFsV93tQvOgi4ttZjWnXQ==</string> <key>password</key><string>1234</string> <key>voice_sip_uri_hostname</key><string>172.22.1.76</string> <key>voice_account_server_name</key><string>http://202.26.148.246:9000/api/</string> </map></llsd> - S -> V -- for ParcelVoiceInfoRequest <llsd><map> <key>parcel_local_id</key><integer>1</integer> <key>region_name</key><string>SandBox3</string> <key>voice_credentials</key> <map> <key>channel_uri</key> <string>sip:conf-xOGFjN2NlMmYtYmNkOS00MjA4LWE3MGEtNz?VjOWY4MGUwYzg1@172.22.1.76</string> </map> </map></llsd>