|
Description:
|
hwPstnCTPCallState OBJECT-TYPE
SYNTAX INTEGER {idle(1), -- there is no call on the user
offhook(2), -- the user hung up
dialing(3), -- the user is dialing
establishing(4), -- the call is establishing
ringing(5), -- the phone is ringing
ringback(6), -- the phone is ringback
connecting(7), -- the call is connecting
connected(8), -- the call is connected
hold(9), -- the call is hold
disconnecting(10), -- the call is disconnecting
locked(11), -- the port is locked
invalidusertype(12) -- the user is not SIP user}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the register status of the PSTN port.
Options:
1. idle(1)- there is no call on the user
2. offhook(2)- the user hung up
3. dialing(3)- the user is dialing
4.establishing(4)- the call is establishing
5.ringing(5)- the phone is ringing
6.ringback(6)- the phone is ringback
7.connecting(7)- the call is connecting
8.connected(8)- the call is connected
9.hold(9)- the call is hold
10.disconnecting(10)- the call is disconnecting
11.locked(11)- the port is locked
12. invalidusertype(12) -- the user is not SIP user"
|
|
|