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
This commit is contained in:
Jim Dixon
2004-02-10 07:24:15 +00:00
parent 260072954e
commit 29571cfcb1

View File

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