[Asterisk-cvs] libpri pri_facility.c,1.6,1.7

mattf at lists.digium.com mattf at lists.digium.com
Wed Mar 16 09:15:11 CST 2005


Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv25058

Modified Files:
	pri_facility.c 
Log Message:
Just send callername APDUs if we're network side


Index: pri_facility.c
===================================================================
RCS file: /usr/cvsroot/libpri/pri_facility.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pri_facility.c	10 Mar 2005 20:37:16 -0000	1.6
+++ pri_facility.c	16 Mar 2005 15:10:41 -0000	1.7
@@ -888,10 +888,7 @@
 		rose_diverting_leg_information2_encode(pri, call);
 	}
 
-#if 0
 	if (pri->localtype == PRI_NETWORK) {
-#endif
-	if (1) {
 		switch (pri->switchtype) {
 			case PRI_SWITCH_NI2:
 				add_callername_facility_ies(pri, call);




More information about the svn-commits mailing list