mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Setup transfer capability properly for outbound calls (bug #4434)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5813 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7281,6 +7281,8 @@ static struct ast_channel *zt_request(const char *type, int format, void *data,
|
||||
} else if (opt == 'd') {
|
||||
/* If this is an ISDN call, make it digital */
|
||||
p->digital = 1;
|
||||
if (tmp)
|
||||
tmp->transfercapability = AST_TRANS_CAP_DIGITAL;
|
||||
} else {
|
||||
ast_log(LOG_WARNING, "Unknown option '%c' in '%s'\n", opt, (char *)data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user