« Back to Training Forum

Re: media servers

Combination View Flat View Tree View
Threads [ Previous | Next ]
Is there an easy way to tell (using Java code) if media server is down.

This question is pretty old, but since I don't see an answer, let me bump it by asking the following: by java code, you mean through a Call Studio custom element, right? I'm asking because CVP has an installable component known as the Resource Manager that makes the media server status viewable on the CVP Ops Console. It is, incidentally written in Java...

JP

You are probably trying to handle media server redundancy in VXML Apps without a CSS box. The CSS uses keepalive that checks for a specific file in the media server. Similarly you can put a 'index.html' on the media server and try to access the file using Java code. Based on the HTTP return code, you'll know if the server is reachable or not.

Kamesh