lathama: branch 2.0 r5157 - /branches/2.0/config/js/astman.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Fri Feb 18 15:10:13 CST 2011
    
    
  
Author: lathama
Date: Fri Feb 18 15:10:08 2011
New Revision: 5157
URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5157
Log:
BLF does not work if Users are configured in AsteriskGUI
use default instead of device-hints
(closes issue #18646)
Reported by: jstapleton
Modified:
    branches/2.0/config/js/astman.js
Modified: branches/2.0/config/js/astman.js
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/js/astman.js?view=diff&rev=5157&r1=5156&r2=5157
==============================================================================
--- branches/2.0/config/js/astman.js (original)
+++ branches/2.0/config/js/astman.js Fri Feb 18 15:10:08 2011
@@ -375,7 +375,7 @@
 		guitools : 'asterisk_guitools', // gui tools context
 		dialtrunks : 'trunkdial-failover-0.3', // trunkdial macro with failback trunk and setcid, ASTGUI.contexts.dialtrunks
 		localcrcid: 'local-callingrule-cid-0.1', // setcid for local calling rules, ASTGUI.contexts.localcrcid
-		subscribe : 'device-hints',	//subscribecontext for sip.conf (aka devicestate fun)
+		subscribe : 'default',	//subscribecontext for sip.conf (aka devicestate fun)
 		CONFERENCES : 'conferences', // ASTGUI.contexts.CONFERENCES
 		QUEUES : 'queues', //ASTGUI.contexts.QUEUES
 		TrunkDIDPrefix : 'DID_', // context for trunks -  - ASTGUI.contexts.TrunkDIDPrefix 
    
    
More information about the asterisk-gui-commits
mailing list