dect
/
asterisk
Archived
13
0
Fork 0

missed a line...

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6682 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-09-28 20:35:47 +00:00
parent e5249d1e8e
commit d832a9f718
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {