[svn-commits] rmudgett: branch 1.4 r2227 - /branches/1.4/pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 28 14:58:43 CST 2011


Author: rmudgett
Date: Mon Feb 28 14:58:41 2011
New Revision: 2227

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2227
Log:
Add determined remote node type to pri_dump_info_str().

Modified:
    branches/1.4/pri.c

Modified: branches/1.4/pri.c
URL: http://svnview.digium.com/svn/libpri/branches/1.4/pri.c?view=diff&rev=2227&r1=2226&r2=2227
==============================================================================
--- branches/1.4/pri.c (original)
+++ branches/1.4/pri.c Mon Feb 28 14:58:41 2011
@@ -1729,6 +1729,8 @@
 	used = pri_snprintf(buf, used, buf_size, "Switchtype: %s\n",
 		pri_switch2str(ctrl->switchtype));
 	used = pri_snprintf(buf, used, buf_size, "Type: %s\n", pri_node2str(ctrl->localtype));
+	used = pri_snprintf(buf, used, buf_size, "Remote type: %s\n",
+		pri_node2str(ctrl->remotetype));
 	/* Remember that Q921 Counters include Q931 packets (and any retransmissions) */
 	used = pri_snprintf(buf, used, buf_size, "Q931 RX: %d\n", ctrl->q931_rxcount);
 	used = pri_snprintf(buf, used, buf_size, "Q931 TX: %d\n", ctrl->q931_txcount);




More information about the svn-commits mailing list