epretlac
07-31-08, 03:58 PM
Question:
How can I tell if there are live lines plugged into my PIKA analog HMP fxo card?
Answer:
You can use aohtest to detect the voltage on the line. In this example, we are using 4 port card. Only trunk 2 is actually connected to a live analog line. While the trunk is onhook, the voltage greater than 48V. When it’s offhook, it’s approximately 8V.
[root@localhost Desktop]# aohtest
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
aohtest 2.4.1.3
Comment: Standard Build
Compile date: Jul 3 2008 22:15:56
Copyright (c) 2008 PIKA Technologies Inc.
type 'help' for the list of supported functions
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
> board 0 open
> trunk 0-3 open
> trunk 0-3 get info
TRUNK 0: 1V 0mA
TRUNK 1: 1V 0mA
TRUNK 2: 54V 0mA
TRUNK 3: 1V 0mA
> trunk 0-3 start
> trunk 0-3 get info
TRUNK 0: 1V 0mA
TRUNK 1: 1V 0mA
TRUNK 2: 54V 0mA
TRUNK 3: 0V 0mA
> trunk 2 offhook
> TRUNK 2: OFFHOOK
> trunk 0-3 get info
TRUNK 0: 0V 0mA
TRUNK 1: 1V 0mA
TRUNK 2: 9V 48mA
TRUNK 3: 1V 0mA
Eric Pretlac
PIKA Support
How can I tell if there are live lines plugged into my PIKA analog HMP fxo card?
Answer:
You can use aohtest to detect the voltage on the line. In this example, we are using 4 port card. Only trunk 2 is actually connected to a live analog line. While the trunk is onhook, the voltage greater than 48V. When it’s offhook, it’s approximately 8V.
[root@localhost Desktop]# aohtest
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
aohtest 2.4.1.3
Comment: Standard Build
Compile date: Jul 3 2008 22:15:56
Copyright (c) 2008 PIKA Technologies Inc.
type 'help' for the list of supported functions
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
> board 0 open
> trunk 0-3 open
> trunk 0-3 get info
TRUNK 0: 1V 0mA
TRUNK 1: 1V 0mA
TRUNK 2: 54V 0mA
TRUNK 3: 1V 0mA
> trunk 0-3 start
> trunk 0-3 get info
TRUNK 0: 1V 0mA
TRUNK 1: 1V 0mA
TRUNK 2: 54V 0mA
TRUNK 3: 0V 0mA
> trunk 2 offhook
> TRUNK 2: OFFHOOK
> trunk 0-3 get info
TRUNK 0: 0V 0mA
TRUNK 1: 1V 0mA
TRUNK 2: 9V 48mA
TRUNK 3: 1V 0mA
Eric Pretlac
PIKA Support