[prev in list] [next in list] [prev in thread] [next in thread] 

List:       asterisk-gui-commits
Subject:    jlyons: trunk r211 - /trunk/config/setup/1.html
From:       asterisk-gui-commits () lists ! digium ! com (asterisk-gui-commits () lists ! digium ! com)
Date:       2007-01-03 14:44:31
Message-ID: 20070103214441.2C306A94908 () lists ! digium ! internal
[Download RAW message or body]

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>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic