Browse Source

actually associate restored call streams with call

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 15 years ago
parent
commit
467e0183ae
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/call.c

+ 2
- 0
daemon/call.c View File

@ -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