|
Description:
|
hwPstnCTPRegState OBJECT-TYPE
SYNTAX INTEGER {initializing(1), -- the user has not send register request
registering(2), -- the user has send register request and is waiting for response
failRegistered(3), -- the user received failed response or register timeout
unregistering(4), -- the user is unregistering
active(5), -- the user is actived
deactive(6), -- the user is deactived
invalidusertype(7) -- the user is not SIP user}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the register status of the PSTN port.
Options:
1.initializing(1) - the user has not send register request
2.registering(2) - the user has send register request and is waiting for response
3.failRegistered(3) - the user received failed response or register timeout
4.unregistering(4) - the user is unregistering
5.active(5) - the user is actived
6.deactive(6) - the user is deactived
7. invalidusertype(7) -- the user is not SIP user"
|
|
|