summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index dd3cf5eae..34c408933 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -1951,6 +1951,7 @@ static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
snprintf(p->dop.dialstr, sizeof(p->dop.dialstr), "P%sw", c);
else
snprintf(p->dop.dialstr, sizeof(p->dop.dialstr), "T%sw", c);
+ break;
}
if (p->echotraining && (strlen(p->dop.dialstr) > 4)) {