type of connected number is actually unknown.

This commit is contained in:
MelwareDE 2007-10-20 12:47:28 +00:00
parent 090192346b
commit b0aa88eab0
1 changed files with 1 additions and 1 deletions

View File

@ -1407,7 +1407,7 @@ static int capi_send_answer(struct ast_channel *c, _cstruct b3conf)
if (strlen(dnid)) {
buf[0] = strlen(dnid) + 2;
buf[1] = 0x21;
buf[1] = 0x01;
buf[2] = 0x80;
strncpy(&buf[3], dnid, sizeof(buf) - 4);
} else {