aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 20:35:47 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 20:35:47 +0000
commitd832a9f718ee848713ca160aa50d689b5dc70ae9 (patch)
tree8c695c4e5562204dc913735a206fd8b68d983781 /channels/chan_zap.c
parente5249d1e8eda028ff1048f9ed620fe7624db07bb (diff)
missed a line...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6682 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-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)) {