[asterisk-bugs] [Asterisk-GUI 0017971]: [patch] Single Priority
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Sep 21 13:58:13 CDT 2010
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=17971
======================================================================
Reported By: lathama
Assigned To: espiceland
======================================================================
Project: Asterisk-GUI
Issue ID: 17971
Category: General
Reproducibility: always
Severity: trivial
Priority: normal
Status: resolved
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-09-08 13:48 CDT
Last Modified: 2010-09-21 13:58 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' ,
======================================================================
----------------------------------------------------------------------
(0127219) espiceland (administrator) - 2010-09-21 13:58
https://issues.asterisk.org/view.php?id=17971#c127219
----------------------------------------------------------------------
Fixed in r5086.
Issue History
Date Modified Username Field Change
======================================================================
2010-09-21 13:58 espiceland Note Added: 0127219
2010-09-21 13:58 espiceland Status new => resolved
2010-09-21 13:58 espiceland Resolution open => fixed
2010-09-21 13:58 espiceland Assigned To => espiceland
======================================================================
More information about the asterisk-bugs
mailing list