pari: branch asterisknow r2003 - /branches/asterisknow/config/users.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Dec 19 14:01:49 CST 2007
Author: pari
Date: Wed Dec 19 14:01:48 2007
New Revision: 2003
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2003
Log:
changed this by mistake as a part of 'ztscan changed how its FXO/FXS notation' - now reverting back.
Modified:
branches/asterisknow/config/users.html
Modified: branches/asterisknow/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/users.html?view=diff&rev=2003&r1=2002&r2=2003
==============================================================================
--- branches/asterisknow/config/users.html (original)
+++ branches/asterisknow/config/users.html Wed Dec 19 14:01:48 2007
@@ -108,7 +108,7 @@
return null;
}
- if ( t.name.beginsWith('span_') && t.fieldbyname['signalling'].beginsWith('fxs') && t.fieldbyname['zapchan'] ) {
+ if ( t.name.beginsWith('span_') && t.fieldbyname['signalling'].beginsWith('fxo') && t.fieldbyname['zapchan'] ) {
add_DigitalChannels(t.fieldbyname['zapchan']);
return null;
}
More information about the asterisk-gui-commits
mailing list