if(pfds[x].revents&SWITCH_POLL_INVALID){die("%s POLL INVALID SOCKET (not opened or already closed)\n",profile->name);}
if(pfds[x].revents&SWITCH_POLL_INVALID){die("%s POLL INVALID SOCKET (not opened or already closed)\n",profile->name);}
if(pfds[x].revents&SWITCH_POLL_READ){
if(pfds[x].revents&SWITCH_POLL_READ){
...
@@ -4523,9 +4524,9 @@ static int runtime(verto_profile_t *profile)
...
@@ -4523,9 +4524,9 @@ static int runtime(verto_profile_t *profile)
}
}
if(ok){
if(ok){
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"%s MCAST Bound to %s:%d/%d\n",profile->name,profile->mcast_ip,profile->mcast_port,profile->mcast_port+1);
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_INFO,"%s MCAST Bound to %s:%d/%d\n",profile->name,profile->mcast_ip,profile->mcast_port,profile->mcast_port+1);