Browse Source

Enable on-hold/mute media IP handling

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

+ 0
- 2
daemon/call.c View File

@ -919,11 +919,9 @@ static char *streams_print(GQueue *s, unsigned int num, unsigned int off, const
if (t->call->callmaster->adv_ip)
ip = t->call->callmaster->adv_ip;
#if 0
t = s->head->data;
if (t->peers[off].rtps[0].peer.ip == 0)
ip = 0;
#endif
if (!swap)
g_string_append_printf(o, IPF, IPP(ip));


Loading…
Cancel
Save