[asterisk-bugs] [Asterisk 0014325]: [patch] Config file layout
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 26 14:46:33 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14325
======================================================================
Reported By: DEA
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 14325
Category: Channels/chan_skinny
Reproducibility: always
Severity: trivial
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 170794
Request Review:
======================================================================
Date Submitted: 2009-01-24 18:03 CST
Last Modified: 2009-01-26 14:46 CST
======================================================================
Summary: [patch] Config file layout
Description:
Now that chan skinny uses seperate configuration sections for
lines and devices, it is important to have the [lines] section
before the [devices]
I noticed after updating trunk that while my skinny device was working,
line specific values had not been loaded, such as caller-id, line lable
or voicemail box.
======================================================================
----------------------------------------------------------------------
(0098788) DEA (reporter) - 2009-01-26 14:46
http://bugs.digium.com/view.php?id=14325#c98788
----------------------------------------------------------------------
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = <wiped> ; Address to bind to
dateFormat = M-D-YA ; M,D,Y in any order (5 chars max)
keepAlive = 60
vmexten = 8500
[lines]
[1019]
nat=0
callerid="Dan Austin" <1019>
mailbox=1019 at home
context=home
[devices]
; Typical config for a 7940 / ATA
[Home]
device=SEP0012D9EDE7A4
context=home
line => 1019
The above is the current config. The first rewrite after the upgrade
had the same six lines of the [lines] section at the bottom
Issue History
Date Modified Username Field Change
======================================================================
2009-01-26 14:46 DEA Note Added: 0098788
======================================================================
More information about the asterisk-bugs
mailing list