aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-28 19:58:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-28 19:58:56 +0000
commit772de150290392178696c748f55ad4c7732ae837 (patch)
tree6a797eab3767f02d7cb21310208dd72c3cea07e0 /apps/app_meetme.c
parent8508bd740ecae2d4340afc2a7dff7db01a888c86 (diff)
Minor formatting change
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57146 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 5688a61e4..b3f4910f3 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1014,13 +1014,13 @@ static int sla_show_trunks(int fd, int argc, char **argv)
ast_cli(fd, "=== ---------------------------------------------------------\n"
"=== Trunk Name: %s\n"
"=== ==> Device: %s\n"
- "=== ==> AutoContext: %s\n"
- "=== ==> RingTimeout: %s\n"
- "=== ==> BargeAllowed: %s\n"
- "=== ==> Stations ...\n",
- trunk->name, trunk->device,
- S_OR(trunk->autocontext, "(none)"),
- ring_timeout,
+ "=== ==> AutoContext: %s\n"
+ "=== ==> RingTimeout: %s\n"
+ "=== ==> BargeAllowed: %s\n"
+ "=== ==> Stations ...\n",
+ trunk->name, trunk->device,
+ S_OR(trunk->autocontext, "(none)"),
+ ring_timeout,
trunk->barge_disabled ? "No" : "Yes");
AST_RWLIST_RDLOCK(&sla_stations);
AST_LIST_TRAVERSE(&trunk->stations, station_ref, entry)