|
Description:
|
fcfLineModCallDirection OBJECT-TYPE
SYNTAX INTEGER {
calling(3),
called(2),
auto(1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The value of this object defines the mode used to
establish the connection with the remote system
for this serial line interface :
calling : the caller is the equipment,
called : the caller is the remote system,
auto : automatic choise between 'calling' and
'called' (not accepted when fcfLineModType
is set to 'direct').
The default value is 'auto'."
|
|
|