actually associate restored call streams with call

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 15 years ago
parent c7635d4365
commit 467e0183ae

@ -1170,6 +1170,8 @@ void call_restore(struct callmaster *m, char *uuid, redisReply **hash, GList *st
p->confirmed = atoi(rp->element[5]->str);
}
g_queue_push_tail(c->callstreams, cs);
if (kernel)
kernelize(cs);
}

Loading…
Cancel
Save