mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user