LanScape VOIP Media Engine
CHALLENGE_MODE
The CHALLENGE_MODE enumeration defines values that an application can use to specify the type of authentication challenge it wants the media engine to perform.
typedef enum
{
CHALLENGE_MODE_NONE = 0,
CHALLENGE_MODE_WWW_AUTHENTICATE,
CHALLENGE_MODE_PROXY_AUTHENTICATE
}CHALLENGE_MODE;
Members:
CHALLENGE_MODE_NONE
Do not perform a message challenge.
CHALLENGE_MODE_WWW_AUTHENTICATE
Perform WWW authentication challenge. If you are developing an endpoint application like a soft phone or voicemail server, you will want to use this mode of message challenge.
CHALLENGE_MODE_PROXY_AUTHENTICATE
Perform Proxy authentication challenge. Use this mode of challenge if your intended application type is a media bridge/media proxy or other similar type application.