[svn-commits] rmudgett: tag 1.4.11.1 r1806 - /tags/1.4.11.1/pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 2 11:26:43 CDT 2010


Author: rmudgett
Date: Wed Jun  2 11:26:40 2010
New Revision: 1806

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1806
Log:
Inband disconnect setting does nothing on BRI spans.

The acceptinbanddisconnect flag is not inherited when creating a new TEI
and thus rendering the setting (and its respective equivalent in Asterisk)
a no-op on BRI setups.

(closes issue #15265)
Reported by: paravoid
Patches:
      inband-bri.diff uploaded by paravoid (license 200)
Tested by: paravoid

Modified:
    tags/1.4.11.1/pri.c

Modified: tags/1.4.11.1/pri.c
URL: http://svnview.digium.com/svn/libpri/tags/1.4.11.1/pri.c?view=diff&rev=1806&r1=1805&r2=1806
==============================================================================
--- tags/1.4.11.1/pri.c (original)
+++ tags/1.4.11.1/pri.c Wed Jun  2 11:26:40 2010
@@ -300,6 +300,7 @@
 	pri_default_timers(p, switchtype);
 	if (master) {
 		pri_set_debug(p, master->debug);
+		pri_set_inbanddisconnect(p, master->acceptinbanddisconnect);
 		if (master->sendfacility)
 			pri_facility_enable(p);
 	}




More information about the svn-commits mailing list