From 83c78f9e85a71e4b7d7e368fa265bb2dbb5dbaf1 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Thu, 15 Sep 2005 15:46:09 +0000 Subject: [PATCH] Q.SIG fix. Don't send DISPLAY IE for callername git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@248 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/q931.c b/q931.c index 74ddd44..868f697 100755 --- a/q931.c +++ b/q931.c @@ -1036,7 +1036,8 @@ static FUNC_RECV(receive_display) static FUNC_SEND(transmit_display) { int i; - if ((pri->switchtype != PRI_SWITCH_NI1) && *call->callername) { + if ((pri->switchtype != PRI_SWITCH_NI1) && (pri->switchtype != PRI_SWITCH_QSIG) + && *call->callername) { i = 0; if(pri->switchtype != PRI_SWITCH_EUROISDN_E1) { ie->data[0] = 0xb1;