[zaptel-commits] tzafrir: branch 1.4 r4620 - /branches/1.4/kernel/xpp/utils/xpp_sync
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed Jan 28 03:51:58 CST 2009
Author: tzafrir
Date: Wed Jan 28 03:51:58 2009
New Revision: 4620
URL: http://svn.digium.com/svn-view/zaptel?view=rev&rev=4620
Log:
xpp_sync: Fix an NT/TE mixup (in automatic syncers order)
The respective code in DAHDI has already been fixed by rewriting.
Modified:
branches/1.4/kernel/xpp/utils/xpp_sync
Modified: branches/1.4/kernel/xpp/utils/xpp_sync
URL: http://svn.digium.com/svn-view/zaptel/branches/1.4/kernel/xpp/utils/xpp_sync?view=diff&rev=4620&r1=4619&r2=4620
==============================================================================
--- branches/1.4/kernel/xpp/utils/xpp_sync (original)
+++ branches/1.4/kernel/xpp/utils/xpp_sync Wed Jan 28 03:51:58 2009
@@ -60,11 +60,11 @@
# Sync Priority
return
+ @pri_te_xpds,
+ @bri_te_xpds,
+ @fxo_xpds,
@pri_nt_xpds,
@bri_nt_xpds,
- @fxo_xpds,
- @pri_te_xpds,
- @bri_te_xpds,
@fxs_xpds;
}
More information about the zaptel-commits
mailing list