mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
fix indentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1485,21 +1485,21 @@ static struct chan_oss_pvt *store_config(struct ast_config *cfg, char *ctg)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
M_BOOL("autoanswer", o->autoanswer)
|
M_BOOL("autoanswer", o->autoanswer)
|
||||||
M_BOOL("autohangup", o->autohangup)
|
M_BOOL("autohangup", o->autohangup)
|
||||||
M_BOOL("overridecontext", o->overridecontext)
|
M_BOOL("overridecontext", o->overridecontext)
|
||||||
M_STR("device", o->device)
|
M_STR("device", o->device)
|
||||||
M_UINT("frags", o->frags)
|
M_UINT("frags", o->frags)
|
||||||
M_UINT("debug", oss_debug)
|
M_UINT("debug", oss_debug)
|
||||||
M_UINT("queuesize", o->queuesize)
|
M_UINT("queuesize", o->queuesize)
|
||||||
M_STR("context", o->ctx)
|
M_STR("context", o->ctx)
|
||||||
M_STR("language", o->language)
|
M_STR("language", o->language)
|
||||||
M_STR("mohinterpret", o->mohinterpret)
|
M_STR("mohinterpret", o->mohinterpret)
|
||||||
M_STR("extension", o->ext)
|
M_STR("extension", o->ext)
|
||||||
M_F("mixer", store_mixer(o, v->value))
|
M_F("mixer", store_mixer(o, v->value))
|
||||||
M_F("callerid", store_callerid(o, v->value))
|
M_F("callerid", store_callerid(o, v->value))
|
||||||
M_F("boost", store_boost(o, v->value))
|
M_F("boost", store_boost(o, v->value))
|
||||||
M_END(;
|
|
||||||
);
|
M_END(/* */);
|
||||||
}
|
}
|
||||||
if (ast_strlen_zero(o->device))
|
if (ast_strlen_zero(o->device))
|
||||||
ast_copy_string(o->device, DEV_DSP, sizeof(o->device));
|
ast_copy_string(o->device, DEV_DSP, sizeof(o->device));
|
||||||
|
Reference in New Issue
Block a user