[asterisk-commits] bmd: branch group/newcdr r117251 - /team/group/newcdr/main/cli.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 19 17:27:48 CDT 2008
Author: bmd
Date: Mon May 19 17:27:47 2008
New Revision: 117251
URL: http://svn.digium.com/view/asterisk?view=rev&rev=117251
Log:
include linkedid in core show channel
Modified:
team/group/newcdr/main/cli.c
Modified: team/group/newcdr/main/cli.c
URL: http://svn.digium.com/view/asterisk/team/group/newcdr/main/cli.c?view=diff&rev=117251&r1=117250&r2=117251
==============================================================================
--- team/group/newcdr/main/cli.c (original)
+++ team/group/newcdr/main/cli.c Mon May 19 17:27:47 2008
@@ -1025,6 +1025,7 @@
" Name: %s\n"
" Type: %s\n"
" UniqueID: %s\n"
+ " LinkedID: %s\n"
" Caller ID: %s\n"
" Caller ID Name: %s\n"
" DNID Digits: %s\n"
@@ -1052,7 +1053,7 @@
" Application: %s\n"
" Data: %s\n"
" Blocking in: %s\n",
- c->name, c->tech->type, c->uniqueid,
+ c->name, c->tech->type, c->uniqueid, c->linkedid,
S_OR(c->cid.cid_num, "(N/A)"),
S_OR(c->cid.cid_name, "(N/A)"),
S_OR(c->cid.cid_dnid, "(N/A)"),
More information about the asterisk-commits
mailing list