pari: branch 2.0 r4262 - /branches/2.0/config/js/callingrules.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Dec 2 15:54:53 CST 2008


Author: pari
Date: Tue Dec  2 15:54:53 2008
New Revision: 4262

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4262
Log:

 edit module name



Modified:
    branches/2.0/config/js/callingrules.js

Modified: branches/2.0/config/js/callingrules.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/callingrules.js?view=diff&rev=4262&r1=4261&r2=4262
==============================================================================
--- branches/2.0/config/js/callingrules.js (original)
+++ branches/2.0/config/js/callingrules.js Tue Dec  2 15:54:53 2008
@@ -119,7 +119,7 @@
 		});
 
 		var modules_show = ASTGUI.cliCommand('module show');
-		if( modules_show.contains('res_skypeforasterisk') && modules_show.contains('chan_skype.so') ){
+		if( modules_show.contains('res_skypeforasterisk') && modules_show.contains('chan_skype') ){
 			ASTGUI.selectbox.append( DOM_new_crl_trunk , 'Skype', 'Skype');
 			ASTGUI.selectbox.append( DOM_new_crl_fotrunk , 'Skype', 'Skype');
 		}




More information about the asterisk-gui-commits mailing list