Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dahdi_diag(8) [debian man page]

dahdi_diag(8)						      System Manager's Manual						     dahdi_diag(8)

NAME
dahdi_diag -- Dump DAHDI channel parameters SYNOPSIS
dahdi_diag channel DESCRIPTION
dahdi_diag asks the kernel to dump parameters for DAHDI channel no. channel to the kernel logs. You will be able to see them using, e.g. dmesg(1). OPTIONS
channel The number of the DAHDI channel whose parammeters should be dumped. May be any DAHDI channel (even if it is open). EXAMPLE
# /tmp/dahdi_diag 5 # dmesg | tail -n 15 Dump of DAHDI Channel 5 (XPP_BRI_TE/00/01/1,5,2): flags: 501 hex, writechunk: c5190948, readchunk: c5190954 rxgain: ccad2e80, txgain: ccad2e80, gainalloc: 0 span: c48a900c, sig: 80 hex, sigcap: 80 hex inreadbuf: -1, outreadbuf: 0, inwritebuf: 0, outwritebuf: -1 blocksize: 160, numbufs: 4, txbufpolicy: 0, txbufpolicy: 0 txdisable: 0, rxdisable: 0, iomask: 0 curzone: c78e7000, tonezone: 0, curtone: 00000000, tonep: 0 digitmode: 0, txdialbuf: , dialing: 0, aftdialtimer: 0, cadpos. 0 confna: 0, confn: 0, confmode: 0, confmute: 0 ec: 00000000, echocancel: 0, deflaw: 0, xlaw: ccab5e80 echostate: 00, echotimer: 0, echolastupdate: 0 itimer: 0, otimer: 0, ringdebtimer: 0 SEE ALSO
dahdi_cfg(8), asterisk(8), dmesg(1). AUTHOR
This manual page was written by Tzafrir Cohen <tzafrir.cohen@xorcom.com> Permission is granted to copy, distribute and/or modify this docu- ment under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. 2008-01-07 dahdi_diag(8)

Check Out this Related Man Page

FXSTEST(8)						System Manager's Manuals: Asterisk						FXSTEST(8)

NAME
fxstest - Simple tests for DAHDI FXS adapters SYNOPSIS
fxstest /dev/dahdi/N comand DESCRIPTION
fxstest can be used to issue one of a number simple tests to FXS adapters (analog adapters intended to connect phones). OPTIONS
All of those tests operate on a single dahdi channel which has to be an FXS port, and must not be in use by Asterisk or any other program. The command has two mandatory parameters. The first parameter is the device file to operate on. It is typically /dev/dahdi/NN , a device file under /dev/dahdi . The second parameter is the name of the command to run on that channel: stats Reports voltages regdump Dumps ProSLIC registers tones Plays a series of tones polarity Requests channel to reverse polarity. ring Rings phone SEE ALSO
dahdi_tool(8), dahdi_cfg(8), dahdi_monitor(8), asterisk(8). BUGS
Does not allow testing channels beyond 249. Should support opening channels through /dev/dahdi/channel . AUTHOR
This manual page was written by Tzafrir Cohen <tzafrir.cohen@xorcom.com> . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. asterisk 9 June 2007 FXSTEST(8)
Man Page

4 More Discussions You Might Find Interesting

1. IP Networking

dmesg error

Oct 8 05:01:48 servername raid: Sense=7000060000000098000000003FD8000000000000000000000000000000000000000000000008380 00000000000000000000000FF0F053154303338343333353320202020202003010300000000000000000000000000000000000000000000000000000... (1 Reply)
Discussion started by: yls177
1 Replies

2. UNIX for Dummies Questions & Answers

sort command

i am wondering is it possible to sort a file by day of the week for example if the file is name oncall-date phone number john wednsday 00000000 jane tuesday 00000000 alice monday 00000000 kevin thursday 00000000 can it be sorted... (1 Reply)
Discussion started by: melkor
1 Replies

3. Shell Programming and Scripting

Replacing numbers in bash scripts

Hi, I have lines in some files that look exactly as below, and the line numbers they occur in are always the same. (Lines 136-139) W 0.00000000 0.00000000 2.00000000 W 0.50000000 0.50000000 2.50000000 W 0.00000000 0.00000000 3.00000000 W 0.50000000 0.50000000 3.50000000 I'd like to... (0 Replies)
Discussion started by: bluesmodular
0 Replies

4. Shell Programming and Scripting

Weird Error (: No such file or directory)

Hi Everyone, I am trying to make this script to use, to find out the DAHDI channel status. Every thing works fine, I even get proper results, however I have this weird error that comes along. Can someone please help me. Thanks a lot. #!/bin/bash # Color to set the test to when a channel is... (3 Replies)
Discussion started by: jeetz
3 Replies