Fixed bug in FXOGS. Was not closing loop after starting.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2147 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Jim Dixon 22 years ago
parent 260072954e
commit 29571cfcb1

@ -4794,6 +4794,7 @@ static int handle_init_event(struct zt_pvt *i, int event)
case SIG_FXOLS: case SIG_FXOLS:
case SIG_FXOGS: case SIG_FXOGS:
case SIG_FXOKS: case SIG_FXOKS:
zt_set_hook(i->subs[SUB_REAL].zfd, ZT_OFFHOOK);
if (i->cidspill) { if (i->cidspill) {
/* Cancel VMWI spill */ /* Cancel VMWI spill */
free(i->cidspill); free(i->cidspill);

Loading…
Cancel
Save