CAUSE
The Netscape browser does not support the CALLTO protocol. As a result, any anchors with href=callto:// are treated as local paths, and are appended to the base URL for the specified Web site. For example, if a Netscape browser requests the following hyperlink
callto://ils.microsoft.com:1002/username@hotmail.com
from http://www.microsoft.com, the browser interprets the request as
http://www.microsoft.com/callto://ils.microsoft.com:1002/username@hotmail.com
Because this interpreted URL does not exist, the server returns a standard HTTP 404 message, indicating that the page cannot be found.
WORKAROUND
In addition to configuring the CALLTO protocol, when you install NetMeeting, Setup also registers the .uls application extension for use with the NetMeeting client. This association of the .uls extension with NetMeeting allows applications that do not support the CALLTO protocol to initiate a NetMeeting call to another NetMeeting user, assuming the appropriate information is included in the file. Two methods for generating a .uls file are provided in this section.
Microsoft provides programming examples for illustration only, without warranty either
expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes
that you are familiar with the programming language being demonstrated and the
tools used to create and debug procedures. Microsoft support professionals can
help explain the functionality of a particular procedure, but they will not
modify these examples to provide added functionality or construct procedures to
meet your specific needs. If you have limited programming experience, you may
want to contact a Microsoft Certified Partner or the Microsoft fee-based
consulting line at (800) 936-5200. For more information about Microsoft Certified
Partners, please visit the following Microsoft Web site:
For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:
Method 1
Develop a custom ISAPI extension or COM object to generate the .uls file. A sample COM object is available from the link below.
The following file is available for download from the Microsoft Download Center:
Release Date: January 14, 2000
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591 How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
Method 2
Generate the .uls file dynamically by using a scripting language, such as Microsoft Visual Basic, Scripting Edition, (VBScript), JScript, or Perl, and the
FileSystemObjects.