Specifies the Nonce Manager configuration. Identity authentication
and SIP digest authentication modules need the Nonce Manager to cache nonce and call-id values respectively.
The syntax for the property's value attribute is
as follows:
id=identity-nonce-config,maxNonceAge=millis;id=sip-nonce-config,maxNonceAge=millis
You can specify identity-nonce-config, sip-nonce-config, or both. The maxNonceAge parameter
units are milliseconds. The default for the identity-nonce-config maxNonceAge is 3600000 (1
hour). The default for the sip-nonce-config maxNonceAge is 600000 (10 minutes).
|