d42util
Use the d42util
program to examine a line when transferring or placing a call with Phone Password Manager.
Usage
d42util.exe [<options>]
Argument | Description |
---|---|
-b | Specify the board name; the default device is dxxxB1. |
-c | Specify the channel number; the default channel is 1. |
-d | Dial the specified string, then exit. By default, the hook state is "off-hook" before dialing the string. If the string starts with = then the program dials the string without changing the hook state. If the string starts with ! then the program sets the hook state to "on-hook" before dialing the string. |
-i | Specify the refresh interval in milliseconds; the default is 1000. |
Examples
To monitor the dxxxB1 line, channel 2 status, and display:
d42util -b dxxxB1 -c 2
To make a call to extension 332:
d42util -d "<ESC>K1,332,,"
To monitor with a specified interval of 10 milliseconds:
d42util -i 10