[asterisk-bugs] [Asterisk 0014388]: "dialplan show globals" does not show the correct TRUNKMSD setting
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Feb 2 17:59:29 CST 2009
The following issue requires your FEEDBACK.
======================================================================
http://bugs.digium.com/view.php?id=14388
======================================================================
Reported By: macli
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14388
Category: PBX/General
Reproducibility: sometimes
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: Addons-1.6.1-rc1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-02-02 17:50 CST
Last Modified: 2009-02-02 17:59 CST
======================================================================
Summary: "dialplan show globals" does not show the correct
TRUNKMSD setting
Description:
I have set TRUNKMSD=0 in /etc/asterisk/extensions.conf, stopped Asterisk,
start Asterisk, make a test call, the console message is (I masked the real
phone number):
*CLI> core set verbose 5
Verbosity was 0 and is now 5
-- Starting simple switch on 'DAHDI/1-1'
-- Hungup 'DAHDI/1-1'
-- Starting simple switch on 'DAHDI/1-1'
-- Executing [9NXXNXXXXXX at brc-internal:1] Dial("DAHDI/1-1",
""DAHDI/G2"/NXXNXXXXXX") in new stack
-- Called G2/NXXNXXXXXX
-- DAHDI/4-1 answered DAHDI/1-1
-- Native bridging DAHDI/1-1 and DAHDI/4-1
-- Hungup 'DAHDI/4-1'
== Spawn extension (brc-internal, 9NXXNXXXXXX, 1) exited non-zero on
'DAHDI/1-1'
-- Hungup 'DAHDI/1-1'
*CLI> dialplan show globals
TRUNKMSD=1
TRUNK="DAHDI/G2"
IAXINFO=guest
CONSOLE="Console/dsp"
The dial plan:
exten =>
_9NXXNXXXXXX,1,Dial(${GLOBAL(TRUNK)}/${EXTEN:${GLOBAL(TRUNKMSD)}})
======================================================================
----------------------------------------------------------------------
(0099306) Corydon76 (administrator) - 2009-02-02 17:59
http://bugs.digium.com/view.php?id=14388#c99306
----------------------------------------------------------------------
Please set "noload => pbx_lua.so" in your modules.conf and try again. The
problem is that the alternate dialplan configuration engine is rewriting
the variable to value 1 after pbx_config is loaded and has set it to 0.
Issue History
Date Modified Username Field Change
======================================================================
2009-02-02 17:59 Corydon76 Note Added: 0099306
2009-02-02 17:59 Corydon76 Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list