[svn-commits] rmudgett: branch rmudgett/t312 r2229 - in /team/rmudgett/t312: ./ pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 28 15:09:59 CST 2011


Author: rmudgett
Date: Mon Feb 28 15:09:55 2011
New Revision: 2229

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2229
Log:
Merged revisions 2227 via svnmerge from 
https://origsvn.digium.com/svn/libpri/branches/1.4

........
  r2227 | rmudgett | 2011-02-28 14:58:41 -0600 (Mon, 28 Feb 2011) | 1 line
  
  Add determined remote node type to pri_dump_info_str().
........

Modified:
    team/rmudgett/t312/   (props changed)
    team/rmudgett/t312/pri.c

Propchange: team/rmudgett/t312/
------------------------------------------------------------------------------
--- t312-integrated (original)
+++ t312-integrated Mon Feb 28 15:09:55 2011
@@ -1,1 +1,1 @@
-/branches/1.4:1-2208
+/branches/1.4:1-2228

Modified: team/rmudgett/t312/pri.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/t312/pri.c?view=diff&rev=2229&r1=2228&r2=2229
==============================================================================
--- team/rmudgett/t312/pri.c (original)
+++ team/rmudgett/t312/pri.c Mon Feb 28 15:09:55 2011
@@ -1736,6 +1736,8 @@
 		pri_switch2str(ctrl->switchtype));
 	used = pri_snprintf(buf, used, buf_size, "Type: %s%s\n",
 		pri_node2str(ctrl->localtype), PTMP_MODE(ctrl) ? " PTMP" : "");
+	used = pri_snprintf(buf, used, buf_size, "Remote type: %s\n",
+		pri_node2str(ctrl->remotetype));
 	used = pri_snprintf(buf, used, buf_size, "Overlap Dial: %d\n", ctrl->overlapdial);
 	used = pri_snprintf(buf, used, buf_size, "Logical Channel Mapping: %d\n",
 		ctrl->chan_mapping_logical);




More information about the svn-commits mailing list