mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
Allow doing digital PRI to PRI calls automatically
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1868 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -585,6 +585,8 @@ static int dial_exec(struct ast_channel *chan, void *data)
|
||||
tmp->chan->callingpres = chan->callingpres;
|
||||
/* Presense of ADSI CPE on outgoing channel follows ours */
|
||||
tmp->chan->adsicpe = chan->adsicpe;
|
||||
/* pass the digital flag */
|
||||
ast_dup_flag(tmp->chan, chan, AST_FLAG_DIGITAL);
|
||||
/* Place the call, but don't wait on the answer */
|
||||
res = ast_call(tmp->chan, numsubst, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user