Yes Virginia, Zaptel does support native ALAW

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-01-31 03:45:09 +00:00
parent fa5b5aa099
commit d819679da0
+1 -1
View File
@@ -711,7 +711,7 @@ static int zt_setoption(struct ast_channel *chan, int option, void *data, int da
static const struct ast_channel_tech zap_tech = {
.type = type,
.description = tdesc,
.capabilities = AST_FORMAT_SLINEAR | AST_FORMAT_ULAW,
.capabilities = AST_FORMAT_SLINEAR | AST_FORMAT_ULAW | AST_FORMAT_ALAW,
.requester = zt_request,
.send_digit = zt_digit,
.send_text = zt_sendtext,