From 82e6b0217e63d5a77e7f673bc2a7c3712c84b7e6 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 3 Oct 2007 16:46:13 +0000 Subject: New xpp release: r4786: * New firmware protocol version: 2.9 . * fpga_load: initial clean-ups before interface split. * genzaptelconf: Don't leave an empty directory behind (4784) * Increase xpp poll_timeout to 1000ms - useful for CentOS 4 (r4781). * Fix initialization anoyance: if AB don't answer to polls, don't waitfor_xpds, and show no waiting XPDs (r4725). * Disable dtmf_detect by default once again (r4712). * Don't check twice for asterisk to stop. The second test was done while Asterisk was still stopping (r4708). * Support building the kernel with M= instead of with SUBDIRS= , as used in some newer build systems (r4677). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3105 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/utils/zt_registration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xpp/utils/zt_registration') diff --git a/xpp/utils/zt_registration b/xpp/utils/zt_registration index 9a8323f..fdcf33e 100755 --- a/xpp/utils/zt_registration +++ b/xpp/utils/zt_registration @@ -42,8 +42,8 @@ sub myprintf { my @spans = Zaptel::spans; -foreach my $xbus (Zaptel::Xpp::xbuses('SORT_CONNECTOR')) { - myprintf "%-10s\t\t%s\n", $xbus->name, $xbus->connector; +foreach my $xbus (Zaptel::Xpp::xbuses('SORT_SERIAL')) { + myprintf "%-10s\t%s\t%s\n", $xbus->name, $xbus->serial, $xbus->connector; next unless $xbus->status eq 'CONNECTED'; foreach my $xpd ($xbus->xpds()) { my $prev = $xpd->zt_registration($on); -- cgit v1.2.3