mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Fix small typos
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7142,7 +7142,7 @@ static void *pri_dchannel(void *vpri)
|
||||
} else if (ast_strlen_zero(pri->pvts[chanpos]->dop.dialstr)) {
|
||||
zt_enable_ec(pri->pvts[chanpos]);
|
||||
pri->pvts[chanpos]->subs[SUB_REAL].needringing =1;
|
||||
pri->pvts[chanpos]->proceeding=1;
|
||||
pri->pvts[chanpos]->proceeding=2;
|
||||
} else
|
||||
ast_log(LOG_DEBUG, "Deferring ringing notification because of extra digits to dial...\n");
|
||||
}
|
||||
@@ -7169,7 +7169,7 @@ static void *pri_dchannel(void *vpri)
|
||||
zap_queue_frame(pri->pvts[chanpos], &f);
|
||||
f.subclass = AST_CONTROL_PROCEEDING;
|
||||
zap_queue_frame(pri->pvts[chanpos], &f);
|
||||
pri->pvts[chanpos]->proceeding=1;
|
||||
pri->pvts[chanpos]->proceeding=2;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user