mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-17 05:03:15 +00:00
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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user