[asterisk-bugs] [Asterisk 0017010]: When a context is defined in [general] section of sip.conf, other contexts are ignored
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Mar 20 00:27:12 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17010
======================================================================
Reported By: hugolivude
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17010
Category: Core/Configuration
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.6.1.17
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-11 20:47 CST
Last Modified: 2010-03-20 00:27 CDT
======================================================================
Summary: When a context is defined in [general] section of
sip.conf, other contexts are ignored
Description:
Cent OS 5.0
When a context is defined in the general section of sip.conf, contexts
defined in other sections are ignored.
Set up sip.conf this way:
[general]
context=incoming-bogus-calls
.
.
.
[voip-provider]
context=ValidIncoming
.
.
.
Calls from my voip-provider should go to “ValidIncoming”, but Asterisk
attempts to send them to “incoming-bogus-calls”
I’ve had sip.conf set up this way for a long time. The idea was
recommended to thwart DOS attacks. It worked in Version 1.4 (and previous
versions) but when I upgraded to 1.6, all calls were sent to
incoming-bogus-calls regardless of source. I suppose allowguest can be
used now to achieve the desired effect, but the current behaviour is not
backwards compatible.
======================================================================
----------------------------------------------------------------------
(0119625) hugolivude (reporter) - 2010-03-20 00:27
https://issues.asterisk.org/view.php?id=17010#c119625
----------------------------------------------------------------------
I've attached the requested files. Yes I upgraded from 1.4 to 1.6.1.
Having context=incoming-bogus-calls in the [general] section worked in 1.4
but I had to remove it in 1.6.1.
Issue History
Date Modified Username Field Change
======================================================================
2010-03-20 00:27 hugolivude Note Added: 0119625
======================================================================
More information about the asterisk-bugs
mailing list