mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -346,7 +346,7 @@ static void load_config(void)
|
|||||||
cat = ast_category_browse(cfg, NULL);
|
cat = ast_category_browse(cfg, NULL);
|
||||||
|
|
||||||
while (cat) {
|
while (cat) {
|
||||||
if (!strcasecmp(cat, "amd") ) {
|
if (!strcasecmp(cat, "general") ) {
|
||||||
var = ast_variable_browse(cfg, cat);
|
var = ast_variable_browse(cfg, cat);
|
||||||
while (var) {
|
while (var) {
|
||||||
if (!strcasecmp(var->name, "initial_silence")) {
|
if (!strcasecmp(var->name, "initial_silence")) {
|
||||||
|
Reference in New Issue
Block a user