SetInfo
("<attribute>", <value>)
Passes
the value directly to the driver DLL to set the driver
information.
Parameters
<attribute>
Attribute
of the driver DLL.
<value>
Value
of the attribute.
Example
SetInfo("DIALCLI","1234567890")
Here, in a
dial-out, the driver sets the caller-Id and displays it at the
receiving
end as "1234567890".
SetInfo("AllowIncoming", false)
- This setting will disable the incoming calls on
that
channel. All calls that arrive
on that channel will be rejected. By Default, its
true.
* In case of E1 card, channels in which
"AllowIncoming" is set to false are not considered for accepting an
incoming call. This is useful if you use, say 4 of the 30
channels, purely for dialing out or sending out faxes.