<%@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 - Technologies Support Notes
   
   
 
 

Technologies

   
All
#04092404 vPoint HD Calls Over the Internet Not Working Properly
#04070503 Configuring a D-Link Cable/DSL Access Point for Videoconferencing
#03081201 PIM Protocol Recommendations for Emblaze-VCON Interactive Multicast
#03070502 IP Multicast Address Selection for Emblaze-VCON Interactive Multicasts
#03011601 Required Cisco PIX firewall settings
#02122601 How to define a conference password for RADVision MCU.
#02070901 Configuring a LinkSys Cable/DSL Gateway for Videoconferencing
#02050808 Accord MCU version 2.x cannot call out from the MCU to an endpoint
#02050807 Problem registering Accord MCU to the MXM
#02050806 Inviting a Hunting Group into a call using the Accord MCU
#02050805 T.120 data connection problem using RADVISION viaIP
#02050804 Call forwarding using RADVISION ECS and MXM
#02050803 Using the FVC Server (MCU) with the MXM
#02050802 Inviting a user from another zone into an Accord MCU conference
#02050702 Call forwarding of an inbound call through a RAD gateway not working
#02050608 Call Forwarding through Gateway
#02043007 Interperability problem between Accord MCU and MeetingPoint 4.51
#02043006 Accord MCU sessions - no video for some participants
#02043004 No audio/video during T.120 enabled Accord MCU session
#02042405 NIC settings on endpoints and switch ports
#02042402 LDAP services installation steps
#02042401 Firewall ports to open for video conferencing
   

 

   
 
 
Support Notes Library:
Most Recent
Room Systems
Desktop Systems
Multipoint Video
Audio Conferencing
Instant Messaging
Management Systems
Technologies
Integrators/Developers
 
 
Technologies:
All
 
 
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 %>