From b0aa88eab090113288d22201e467eeaaa6319702 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Sat, 20 Oct 2007 12:47:28 +0000 Subject: [PATCH] type of connected number is actually unknown. --- chan_capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chan_capi.c b/chan_capi.c index 73b082f..8d20201 100644 --- a/chan_capi.c +++ b/chan_capi.c @@ -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 {