[Pkg-voip-commits] r2502 - asterisk/trunk/debian/patches

Tzafrir Cohen tzafrir-guest at costa.debian.org
Sun Oct 8 00:16:16 UTC 2006


Author: tzafrir-guest
Date: 2006-10-08 00:16:15 +0000 (Sun, 08 Oct 2006)
New Revision: 2502

Modified:
   asterisk/trunk/debian/patches/zapbri.dpatch
Log:
Remove unnecessary parts


Modified: asterisk/trunk/debian/patches/zapbri.dpatch
===================================================================
--- asterisk/trunk/debian/patches/zapbri.dpatch	2006-10-07 22:52:59 UTC (rev 2501)
+++ asterisk/trunk/debian/patches/zapbri.dpatch	2006-10-08 00:16:15 UTC (rev 2502)
@@ -21,22 +21,3 @@
  			}
  			pris[*span].dchanavail[0] |= DCHAN_PROVISIONED;
  			pris[*span].offset = offset;
-@@ -10580,10 +10581,18 @@
- 					cur_radio = 0;
- 					cur_signalling = SIG_PRI;
- 					pritype = PRI_NETWORK;
-+				} else if (!strcasecmp(v->value, "bri_net")) {
-+					cur_radio = 0;
-+					cur_signalling = SIG_PRI;
-+					pritype = PRI_NETWORK;
- 				} else if (!strcasecmp(v->value, "pri_cpe")) {
- 					cur_signalling = SIG_PRI;
- 					cur_radio = 0;
- 					pritype = PRI_CPE;
-+				} else if (!strcasecmp(v->value, "bri_cpe")) {
-+					cur_signalling = SIG_PRI;
-+					cur_radio = 0;
-+					pritype = PRI_CPE;
- 				} else if (!strcasecmp(v->value, "gr303fxoks_net")) {
- 					cur_signalling = SIG_GR303FXOKS;
- 					cur_radio = 0;




More information about the Pkg-voip-commits mailing list