mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
fix rtp break on blocking sockets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7830 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -787,7 +787,7 @@ void sofia_glue_tech_patch_sdp(private_object_t *tech_pvt)
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "%s I/O Error\n", switch_channel_get_name(tech_pvt->channel));
|
||||
return;
|
||||
}
|
||||
tech_pvt->iananame = switch_core_session_strdup(tech_pvt->session, "NO-NAME");
|
||||
tech_pvt->iananame = switch_core_session_strdup(tech_pvt->session, "PROXY");
|
||||
tech_pvt->rm_rate = 8000;
|
||||
tech_pvt->codec_ms = 20;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user