[svn-commits] rmudgett: branch 1.4 r1794 - /branches/1.4/pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 1 17:59:43 CDT 2010


Author: rmudgett
Date: Tue Jun  1 17:59:41 2010
New Revision: 1794

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1794
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:
    branches/1.4/pri.c

Modified: branches/1.4/pri.c
URL: http://svnview.digium.com/svn/libpri/branches/1.4/pri.c?view=diff&rev=1794&r1=1793&r2=1794
==============================================================================
--- branches/1.4/pri.c (original)
+++ branches/1.4/pri.c Tue Jun  1 17:59:41 2010
@@ -348,6 +348,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