pari: branch asterisknow r1985 -	/branches/asterisknow/config/digital.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Dec 13 19:05:04 CST 2007
    
    
  
Author: pari
Date: Thu Dec 13 19:05:03 2007
New Revision: 1985
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1985
Log:
*** correcting an error that rolled into commit 1949 ***
Modified:
    branches/asterisknow/config/digital.html
Modified: branches/asterisknow/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/digital.html?view=diff&rev=1985&r1=1984&r2=1985
==============================================================================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Thu Dec 13 19:05:03 2007
@@ -630,7 +630,7 @@
 				uri += build_action('update', c, d , "hassip", 'no'); c++;
 				uri += build_action('update', c, d , "hasiax", 'no'); c++;
 				uri += build_action('update', c, d , "group", NEWGROUPNUMBER ); c++;
-				if ( !SPANS[k]['signalling'].beginsWith('fxs') ){ 
+				if ( !SPANS[k]['signalling'].beginsWith('fxo') ){ 
 					// we do not want a context to be set for user stations
 					// instead, this context would be set when the station is assigned to a user
 					uri += build_action('update', c, d , "context", e); c++;
    
    
More information about the asterisk-gui-commits
mailing list