jlyons: trunk r211 - /trunk/config/setup/1.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Wed Jan 3 14:44:41 MST 2007
Author: jlyons
Date: Wed Jan 3 15:44:40 2007
New Revision: 211
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=211
Log:
Signalling is opposite of what the port type is
Modified:
trunk/config/setup/1.html
Modified: trunk/config/setup/1.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/1.html?view=diff&rev=211&r1=210&r2=211
==============================================================================
--- trunk/config/setup/1.html (original)
+++ trunk/config/setup/1.html Wed Jan 3 15:44:40 2007
@@ -136,11 +136,11 @@
zapcallbacks.format = function(t) {
if (t.fieldbyname['port'] == 'fxo'){
parent.fxoports.push(t.name);
- return "Analog(FXO) Port #" + t.name;
+ return "Analog(FXS) Port #" + t.name;
}
if (t.fieldbyname['port'] == 'fxs'){
parent.fxsports.push(t.name);
- return "Analog(FXS) Port #" + t.name;
+ return "Analog(FXO) Port #" + t.name;
}
return null;
}
@@ -241,4 +241,4 @@
</TABLE>
</div>
</BODY>
-</HTML>
+</HTML>
More information about the asterisk-gui-commits
mailing list