- Home
- Services & Support
- Downloads
- Helpweb
- Dialogic API information
- Find a Dialogic API
- DM3 & JCT Media Boards
- Host Media Processing (HMP)
- Global Call API
- Brooktrout Fax
- IP Media Server
- CSP / MSP / IMG
- DMG-series Media Gateways
- Signaling products
- Global Call API
- Multimedia Platform for ATCA
- Diva Media Boards
- Diva SDK
- Diva Client
- Eiconcards (X.25)
- Other products
- Online Training
- Manuals
- Contact
Dialogic Support Helpweb
Dialogic® Host Media Processing (HMP) Software
Web Server issues on Linux server running Dialogic® Host Media Processing (HMP) Software
Symptoms:
- Port 80 cannot be used because it is 'busy'
- Other applications cannot access port 80
- Netstat shows OamWebguiagent is taking port 80
Reason for the issue:
The Dialogic® Web Management Console demonstration application 'OamWebguiagent' is provided with Dialogic® Host Media Processing (HMP) Software for Linux. This demonstration application shows how a user can choose to create a tool to enhance the remote manageability of their Dialogic HMP Software-based application.
The Dialogic® Web Management Console demonstration application 'OamWebguiagent' is provided with Dialogic® Host Media Processing (HMP) Software for Linux. This demonstration application shows how a user can choose to create a tool to enhance the remote manageability of their Dialogic HMP Software-based application.
Fix / Solution:
OamWebguiagent is started automatically by a shell script when Dialogic HMP Software services are started on a Linux machine.
Change the WEB_LISTENER=80 value in the shell script to another value, such as 8080.
The script location is /etc/init.d/ct_intel. The relevant section is:
OamWebguiagent is started automatically by a shell script when Dialogic HMP Software services are started on a Linux machine.
Change the WEB_LISTENER=80 value in the shell script to another value, such as 8080.
The script location is /etc/init.d/ct_intel. The relevant section is:
################################################################
#Start NGMIT Web Agent
################################################################
ngmit_webagent_start()
{
WEB_LISTENER=80
ARGS=" -port ${WEB_LISTENER}"
PROG=${INTEL_DIALOGIC_WEBAGENT}/oamwebguiagent
MSG="Starting Web Agent Service"
REQ="$1"
dlg_server_start_web "${PROG}" "${ARGS}" "${MSG}" "${REQ}"
RC=$?
return $RC
}
Product List:Dialogic® Host Media Processing (HMP) Software Release 3.1 for Linux


