[asterisk-bugs] [Asterisk-GUI 0017971]: [patch] Single Priority

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Sep 8 15:30:52 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17971 
====================================================================== 
Reported By:                lathama
Assigned To:                
====================================================================== 
Project:                    Asterisk-GUI
Issue ID:                   17971
Category:                   General
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
Asterisk GUI Version:       SVN 
Asterisk Version:           SVN 
JIRA:                        
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2010-09-08 13:48 CDT
Last Modified:              2010-09-08 15:30 CDT
====================================================================== 
Summary:                    [patch] Single Priority
Description: 
Index: config/js/index.js
===================================================================
--- config/js/index.js	(revision 5013)
+++ config/js/index.js	(working copy)
@@ -118,7 +118,7 @@
 				sessionData.PLATFORM.isAST_1_6 = true ;
 				sessionData.PLATFORM.isAST_1_6_1 = resp_lower.contains('1.6.1') ?
true : false;
 				ASTGUI.globals.sbcid_1 = 's,1,ExecIf($[ "${CALLERID(num)}"=""
]?SetCallerPres(unavailable))';
-				ASTGUI.globals.sbcid_2 = 's,1,ExecIf($[ "${CALLERID(num)}"=""
]?Set(CALLERID(all)=unknown <0000000>))';
+				ASTGUI.globals.sbcid_2 = 's,2,ExecIf($[ "${CALLERID(num)}"=""
]?Set(CALLERID(all)=unknown <0000000>))';
 				sessionData.listOfCodecs = { // sessionData.listOfCodecs
 					'ulaw' : 'u-law' ,
 					'alaw' : 'a-law' ,
====================================================================== 

---------------------------------------------------------------------- 
 (0126750) cjacobsen (reporter) - 2010-09-08 15:30
 https://issues.asterisk.org/view.php?id=17971#c126750 
---------------------------------------------------------------------- 
It's just a typo, but i'm confused because it's defined in
config/js/astman.js too. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-08 15:30 cjacobsen      Note Added: 0126750                          
======================================================================




More information about the asterisk-bugs mailing list