git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1045 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Martin Pycko 23 years ago
parent 3e6d45aebe
commit bc973fb1d0

@ -2884,7 +2884,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
case SIG_SF_FEATDMF: case SIG_SF_FEATDMF:
case SIG_SF_FEATB: case SIG_SF_FEATB:
/* FGD MF *Must* wait for wink */ /* FGD MF *Must* wait for wink */
if (strlen(p->dop.dialstr)) { if (strlen(p->dop.dialstr))
res = ioctl(p->subs[SUB_REAL].zfd, ZT_DIAL, &p->dop); res = ioctl(p->subs[SUB_REAL].zfd, ZT_DIAL, &p->dop);
else if (res < 0) { else if (res < 0) {
ast_log(LOG_WARNING, "Unable to initiate dialing on trunk channel %d\n", p->channel); ast_log(LOG_WARNING, "Unable to initiate dialing on trunk channel %d\n", p->channel);

Loading…
Cancel
Save