| CONTACT | DEVELOPER CENTER | PARTNERS | SITEMAP
GO
Useful Links
  • Search Helpweb
    
    

Dialogic Support Helpweb

Dialogic® Host Media Processing (HMP) Software

Web Server issues on Linux server running Dialogic® Host Media Processing (HMP) Software

Symptoms:
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.


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:
################################################################
#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
 




Feedback

Please rate the usefulness of this page:  

0 - not useful at all
1 - potentially useful
2 - quite useful
3 - very useful
4 - exactly the information I needed     

Please enter a comment about this page: