DAHDI: add information on span number, timeslot count to VTY
diff --git a/src/e1_input_vty.c b/src/e1_input_vty.c
index 8ab581f..3da62a3 100644
--- a/src/e1_input_vty.c
+++ b/src/e1_input_vty.c
@@ -165,6 +165,8 @@
 	vty_out(vty, "E1 Line Number %u, Name %s, Driver %s%s",
 		line->num, line->name ? line->name : "",
 		line->driver->name, VTY_NEWLINE);
+	if (line->driver->vty_show)
+		line->driver->vty_show(vty, line);
 	if (stats)
 		vty_out_rate_ctr_group(vty, " ", line->rate_ctr);
 }