dect
/
asterisk
Archived
13
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2147 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jim 2004-02-10 07:24:15 +00:00
parent 475376fe95
commit fc25b74b76
1 changed files with 1 additions and 0 deletions

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);