(The original version is introduced first, so I have time to translate it)
Vocal Win32 Installation
This document explains how to build vocal on the windows
Platform. Currently the only portions of vocal ported to Windows
Are the sipstack and the user agent. For more information,
Please see the web site, http://www.vovida.org /.
This release supports the vocal's SIP stack and User Agent
On the Win32 platform.
The vocal SIP stack and user agent were built and tested on
Windows 2000.
Requirements:
Msvc ++ 6.0, Service Pack 4.
Note: This release requires msvc ++ 6.0's Service Pack 4.
If you are seeing internal compiler errors, chances are
Good that you have not installed the service pack.
Last time we checked the Service Pack was availabe from:
Http://msdn.microsoft.com/vstudio/sp/vs6sp4/readme.asp
Compile instructions:
1. Download the tar ball.
2. Unzip the vocal tar ball using WinZip or an equivalent
Tool. This shocould create a directory called vocal-n.n.n
That contains the software.
I. e. WinZip vocal-n.n.n.tar.gz
Where: N. N. N is the version number.
3. Using msvc ++ 6.0, open the workspace file vocal-n.n.n/vocal. DSW
For the vocal workspace.
4. Set your default project to the UA, and then build. This
Will build all the libraries and finally the user agent.
It will place the resulting executable in
Vocal-n.n.n/SIP/UA/obj. Debug. win32.i686/ua.exe.
5. Sample UA configuration files for the UA can be found in
Vocal-n.n.n/SIP/UA/sampleconfigfiles
6. To run the UA, The pthread. DLL files needs to be found in
Your path. The pthread. dll file can be found in
Vocal-n.n.n/contrib/Win32/pthreads/obj. Debug. win32.i686
You may want to move the pthread. dll file to the same directory
That you are running the UA from.
7. tone files for the UA can be found in
Vocal-n.n.n/SIP/UA/tone
When running the user agent, it will look for the various
Sound files in the tone subdirectory of the current directory.
Running the user agent:
Please see the README in
Vocal-n.n.n/SIP/UA/readme
For details.
Third party libraries:
The Windows Port of the SIP stack uses third party libraries
Support the POSIX pthread, regular expression, getopt, etc.
These open source libraries were used:
-PThread-win32 (http://sources.redhat.com/pthreads-win32 ).
-RegEx by Henry Spencer's Regular Expression Library
Ftp://ftp.zoo.toronto.edu/pub)
Testing:
Only basic testing has been already med.
The ua can successfully register with vocal.
The ua can successfully place a basic using vocal. Tested
Endpoints include another vocal UA, and the Cisco 7960 (SIP load ).
The ua can successfully place a point to point call from
One vocal UA to another.
Contributors:
This software consists of voluntary contributions made by vovida
Networks, Inc., Cisco Systems, Inc., cuseeme Networks, Inc., and
Using individuals including:
Russell Anson
Amit choksi
Sunitha Kumar
Mai vu
Contact information and website:
We welcome your feedback, suggestions and contributions. Contact Us
Via email if you have questions, feedback, code submissions, and
Bug reports.
For general inquiries-info@vovida.org
We have mailing lists for the vocal applications and protocol stacks:
Vocal-vocal@vovida.org
Sip-sip@vovida.org
You can subscribe to the mailing lists on www.vovida.org.
You can submit bug, patches, software contributions, and feature
Requests using Bugzilla. Access Bugzilla from www.vovida.org.