<%@LANGUAGE="VBSCRIPT"%> <% ' FileName="Connection_ado_conn_string.htm" ' Type="ADO" ' HTTP="true" ' Catalog="" ' Schema="" MM_Support_Notes_DB_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath("/db/support_notes.mdb") %> <% Dim MosReqNotes Dim MosReqNotes_numRows Set MosReqNotes = Server.CreateObject("ADODB.Recordset") MosReqNotes.ActiveConnection = MM_Support_Notes_DB_STRING MosReqNotes.Source = "SELECT CSN, inserted_to_site_date, Subject FROM Support_Notes_Archive ORDER BY inserted_to_site_date DESC" MosReqNotes.CursorType = 0 MosReqNotes.CursorLocation = 2 MosReqNotes.LockType = 1 MosReqNotes.Open() MosReqNotes_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 20 Repeat1__index = 0 MosReqNotes_numRows = MosReqNotes_numRows + Repeat1__numRows %> Emblaze-VCON - Support - Troubleshooting - Multipoint Video Support Notes
   
   
 
 

Multipoint Video

   
All
#04012901 CERT and NISCC H.323 Security Advisory - Emblaze-VCON Response
#02050816 Installing VCB ports onto an MXM server
#02042401 Firewall ports to open for video conferencing
   
VCB 2000
#02050816 Installing VCB ports onto an MXM server
   
 
VCB
#05080201 Services Unavailable After Updating to VCB 4.25
#03011602 How to invite an endpoint into an ad hoc conference from a non-Emblaze-VCON endpoint
#02123001 How to simultaneously multicast a VCB conference session
#02092501 Direct Dialing Into VCB Session Not Working
#02070801 Poor video quality on Falcon when in VCB conference
#02050816 Installing VCB ports onto an MXM server
#02043003 VCB and the MXM's Conference Control Option - how they work together
#02043001 Data connection when a 3rd participants is joined to an existing call
#02042904 VCB PC Requirements
#02042903 Describe the minimum PC requirements for the MXM
#02042403 Running VCB on same machine as Emblaze-VCON ViGO
   

 

   
 
 
Support Notes Library:
Most Recent
Room Systems
Desktop Systems
Multipoint Video
Audio Conferencing
Instant Messaging
Management Systems
Technologies
Integrators/Developers
 
 
Multipoint Video:
VCB 2000
VCB
 
 
Search a Support Note:
 
 
Search On :
All Words
Any Words
Phrase
 
 
 
 
Request more information
vPoint Free 30-Day Trial
 
 
Support Notes Actions:
Submit a new note
 
 
<% MosReqNotes.Close() Set MosReqNotes = Nothing %>