[asterisk-bugs] [Asterisk-GUI 0017971]: Single Priority
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Sep 8 14:33:07 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 14:33 CDT
======================================================================
Summary: 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' ,
======================================================================
----------------------------------------------------------------------
(0126747) lathama (reporter) - 2010-09-08 14:33
https://issues.asterisk.org/view.php?id=17971#c126747
----------------------------------------------------------------------
Wawi, upload the diff here...
Issue History
Date Modified Username Field Change
======================================================================
2010-09-08 14:33 lathama Note Added: 0126747
======================================================================
More information about the asterisk-bugs
mailing list