[zaptel-commits] tzafrir: branch 1.4 r4629 - /branches/1.4/zaptel.init
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed Mar 18 03:57:00 CDT 2009
Author: tzafrir
Date: Wed Mar 18 03:56:57 2009
New Revision: 4629
URL: http://svn.digium.com/svn-view/zaptel?view=rev&rev=4629
Log:
zaptel.init: call xpp_sync a bit later
xpp_sync needs to only be called after ztcfg was run, because the
application of zaptel.conf may change the priority of a PRI module span
(If it is a sync provider, "NT", priority is lower).
(From DAHDI rev 6167)
Modified:
branches/1.4/zaptel.init
Modified: branches/1.4/zaptel.init
URL: http://svn.digium.com/svn-view/zaptel/branches/1.4/zaptel.init?view=diff&rev=4629&r1=4628&r2=4629
==============================================================================
--- branches/1.4/zaptel.init (original)
+++ branches/1.4/zaptel.init Wed Mar 18 03:56:57 2009
@@ -87,9 +87,6 @@
# when locales are missing.
# No register all the devices if they didn't auto-register:
LC_ALL=C zt_registration on
-
- # this one could actually be run after ztcfg:
- LC_ALL=C xpp_sync "$XPP_SYNC"
}
@@ -220,6 +217,9 @@
$FXOTUNE -s || :
fi
+ # this one could actually be run after ztcfg:
+ LC_ALL=C xpp_sync "$XPP_SYNC"
+
hpec_start
;;
stop)
More information about the zaptel-commits
mailing list