2 compiling and linking, Compiling and linking – Intel IP Media Server User Manual
Page 18

18
IP Media Server for HMP Demo Guide — July 2005
Preparing to Run the Demo
 MediaAlarmLostPackets
 {
 Threshold = 20 # Threshold value
 DebounceOn = 10000 # Threshold debounce ON
 DebounceOff = 10000 # Threshold debounce OFF
 Interval = 1000 # Threshold Time Interval (ms)
 PercentSuccess = 60 # Threshold Success Percent
 PercentFail = 40 # Threshold Fail Percent
 }
 MediaAlarmJitter
 {
 Threshold = 60 # Threshold value
 DebounceOn = 20000 # Threshold debounce ON
 DebounceOff = 60000 # Threshold debounce OFF
 Interval = 5000 # Threshold Time Interval (ms)
 PercentSuccess = 60 # Threshold Success Percent
 PercentFail = 40 # Threshold Fail Percent
 }
# MediaAlarmResetAlarmState = 0
}
3.2
Compiling and Linking
Compile the IP Media Server demo project within one of the following environments:
Windows
To compile the IP Media Server demo on a Windows system, use Microsoft* Visual Studio* 6.0 
with Service Pack 5.
Set IPMediaServer as the active project and build.
Linux
To compile the IP Media Server demo on a Linux system, use gcc version 3.2.3.
To compile the entire project, go to the directory 
$(INTEL_DIALOGIC_DIR)/demos/IPMediaServer and issue the commands: 
make clean
make
To compile an individual module, go to the specific module directory (for example, 
$(INTEL_DIALOGIC_DIR)/demos/IPMediaServer/Modules/FaxModule for the fax module), and 
issue the commands:
make clean
make
