mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Add CLI "pri show channels" command.
List the current mapping of DAHDI B channels to Asterisk channel names and which calls are on hold or call-waiting. Calls on hold or call-waiting are not associated with any B channel. JIRA LIBPRI-27 JIRA SWP-2547 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@307964 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -572,6 +572,8 @@ void sig_pri_chan_delete(struct sig_pri_chan *doomed);
|
||||
|
||||
int pri_is_up(struct sig_pri_span *pri);
|
||||
|
||||
void sig_pri_cli_show_channels_header(int fd);
|
||||
void sig_pri_cli_show_channels(int fd, struct sig_pri_span *pri);
|
||||
void sig_pri_cli_show_spans(int fd, int span, struct sig_pri_span *pri);
|
||||
|
||||
void sig_pri_cli_show_span(int fd, int *dchannels, struct sig_pri_span *pri);
|
||||
|
Reference in New Issue
Block a user