pari: branch asterisknow r1896 - /branches/asterisknow/config/users.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Dec 4 15:40:38 CST 2007


Author: pari
Date: Tue Dec  4 15:40:37 2007
New Revision: 1896

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1896
Log:
new ztscan: changes needed for users.html

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=1896&r1=1895&r2=1896
==============================================================================
--- branches/asterisknow/config/users.html (original)
+++ branches/asterisknow/config/users.html Tue Dec  4 15:40:37 2007
@@ -108,10 +108,12 @@
 		return null;
 	}
 	
-	if ( t.fieldbyname['context'] == asterisk_guiTDPrefix + t.name ) {
-		if(t.name.beginsWith('span_')){
-			if(t.fieldbyname['fxochannels']){ add_DigitalChannels( t.fieldbyname['fxochannels'] ); }
-		}
+	if ( t.name.beginsWith('span_') && t.fieldbyname['signalling'].beginsWith('fxo') && t.fieldbyname['zapchan'] ) {
+		add_DigitalChannels(t.fieldbyname['zapchan']);
+		return null;
+	}
+
+ 	if ( t.fieldbyname['context'] == asterisk_guiTDPrefix + t.name ) {
 		return null;
 	}
 	




More information about the asterisk-gui-commits mailing list