[svn-commits] trunk r324 - /trunk/q931.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Apr 4 08:38:26 MST 2006


Author: mattf
Date: Tue Apr  4 10:38:25 2006
New Revision: 324

URL: http://svn.digium.com/view/libpri?rev=324&view=rev
Log:
Fix for 6841, so that we offer caller name on NI1 within the display IE

Modified:
    trunk/q931.c

Modified: trunk/q931.c
URL: http://svn.digium.com/view/libpri/trunk/q931.c?rev=324&r1=323&r2=324&view=diff
==============================================================================
--- trunk/q931.c (original)
+++ trunk/q931.c Tue Apr  4 10:38:25 2006
@@ -1061,7 +1061,7 @@
 {
 	int i;
 	
-	if ((pri->switchtype == PRI_SWITCH_NI1) || (pri->switchtype == PRI_SWITCH_QSIG)
+	if ((pri->switchtype == PRI_SWITCH_QSIG)
 		|| ((pri->switchtype == PRI_SWITCH_EUROISDN_E1) && (pri->localtype == PRI_CPE)) ||
 		!call->callername[0])
 		return 0;



More information about the svn-commits mailing list