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

Audio Conferencing

   
All
#02042401 Firewall ports to open for video conferencing
   
IGC 2000
#05071702 IGC 2000 Date/Time Settings
#04031101 IGC Call Manager and Java VM Requirements
#03102307 Cannot Cancel a Connect Operation on the IGC Call Manager
#03102306 Can't Make a Call Using the Blackberry Device
#03102305 Browser Refresh Problems with IGC
#03102304 Bad Pronounciation of Name or Family Name for IGC Announcements
#03102303 User Not Appearing in the List of Users When Trying to Add to a Team
#03102302 Call Manager Repeatedly Gets Disconnected on Internet Explorer
#03102301 IGC Keeps Calling Cell Phone After Hanging Up
#03090301 While on a Conference, Hear or View Who Else is Participating
   
   

 

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