diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 870d4d0158..bf78cebd02 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -5689,7 +5689,7 @@ static struct ast_channel *dahdi_new(struct dahdi_pvt *i, int state, int startpb deflaw = AST_FORMAT_ULAW; } tmp->fds[0] = i->subs[index].dfd; - tmp->nativeformats = AST_FORMAT_SLINEAR | deflaw; + tmp->nativeformats = deflaw; /* Start out assuming ulaw since it's smaller :) */ tmp->rawreadformat = deflaw; tmp->readformat = deflaw;