* @desc charstring for PX_AUTH_ALGORITHM security algorithm Possible values: MD5 or AKAv1-MD5
*/
@@ -348,31 +144,12 @@ module LibSip_PIXITS {
}// group Registration parameters
groupReleaseCause{
/**
* @desc integer for Release cause to be used in BYE and in Failure messages
*/
moduleparintegerPX_SIP_BYE_CAUSE:=16;
}// group ReleaseCause
groupRTPStreamControlAndCheck{
/**
* @desc boolean for True, if conversation check is implemented.
*/
moduleparbooleanPX_SIP_CheckConversation:=false;
/**
* @desc boolean for True, if DTMF check is implemented.
*/
moduleparbooleanPX_SIP_CheckDTMF:=false;
/**
* @desc boolean for True, if Announcement sending is implemented.
*/
moduleparbooleanPX_SIP_SendAnnouncement:=false;
/**
* @desc boolean for True, if ringing check is implemented.
*/
@@ -395,76 +172,7 @@ module LibSip_PIXITS {
}// group SwitchToEnableAuthentication
groupNofifyAndSubscribe{
/**
* @desc boolean for option controlling if notification is enabled/disabled
*/
moduleparbooleanPX_SIP_NOTIFICATION:=true;
/**
* @desc boolean for option controlling if subscription is enabled/disabled
*/
moduleparbooleanPX_SIP_SUBSCRIPTION:=true;
}
// PIXITS in group ParametersForHTTP_Authentication can be ignored if this information is provided in other modules of the ATS that uses this SIP
// library
groupParametersForHTTP_Authentication{
/**
* @desc charstring for RFC 2617 clause 3-2-1 qop options: Quoted string of one or more tokens indicating the "quality of protection" values supported by the server. The value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
*/
moduleparcharstringPX_SIP_SUT_UE1_QOP:="auth";
/**
* @desc charstring for RFC 2617 clause 3-2-2 username: The name of user in the specified realm
* @desc charstring for RFC 2617 clause 3-2-2-2 passwd: A known shared secret, the password of user of the specified username
*/
moduleparcharstringPX_SIP_SUT_UE1_PASSWD:="1234";
/**
* @desc charstring for RFC 2617 clause 3-2-1 qop options: Quoted string of one or more tokens indicating the "quality of protection" values supported by the server. The value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
*/
moduleparcharstringPX_SIP_SUT_UE2_QOP:="auth";
/**
* @desc charstring for RFC 2617 clause 3-2-2 username: The name of user in the specified realm