char mohinterpret[MAX_MUSICCLASS]; \
char mohsuggest[MAX_MUSICCLASS]; \
char lastnumberdialed[AST_MAX_EXTENSION]; \
- int curtone; \
ast_group_t callgroup; \
ast_group_t pickupgroup; \
int callwaiting; \
int mwiblink; \
int cancallforward; \
int getforward; \
- int callreturn; \
int dnd; \
- int hascallerid; \
int hidecallerid; \
int amaflags; \
- int type; \
int instance; \
int group; \
- int needdestroy; \
struct ast_format_cap *confcap; \
struct ast_codec_pref confprefs; \
struct ast_format_cap *cap; \
struct ast_codec_pref prefs; \
int nonCodecCapability; \
- int onhooktime; \
- int msgstate; \
int immediate; \
int nat; \
int directmedia; \
.directmedia = 0,
.nat = 0,
.getforward = 0,
- .needdestroy = 0,
.prune = 0,
};
static struct skinny_line_options *default_line = &default_line_struct;
}
continue;
}
- } else if (!strcasecmp(v->name, "callreturn")) {
- if (type & (TYPE_DEF_LINE | TYPE_LINE)) {
- CLINE_OPTS->callreturn = ast_true(v->value);
- continue;
- }
} else if (!strcasecmp(v->name, "threewaycalling")) {
if (type & (TYPE_DEF_LINE | TYPE_LINE)) {
CLINE_OPTS->threewaycalling = ast_true(v->value);