• Ethan Atkins's avatar
    FS-10485: Re-activate ICE on all attribute changes · 999a6dd0
    Ethan Atkins 提交于
    I ran into some ice failures when testing reinvites using
    bypass_media_after_bridge. Every ice session has ice-ufrag and ice-pwd
    attributes. When leg A sends those attributes to leg B, leg B is
    supposed to send stun packets to leg A using the credentials provided in
    those attributes. Freeswitch was not updating the session credentials
    when the phone sent a new invite containing new ufrag and pwd
    attributes. This caused ICE to fail on the client side (PJSIP in this
    case).
    
    The new_ice flag is set to true when freeswitch detects a change in
    those attributes. For whatever reason, the reinvite flows that I was
    testing did not set the CF_REINVITE flag on the channel, but new_ice was
    true. It seems to me that freeswitch should always reactivate ice when
    the ufrag and pwd credentials change.
    999a6dd0
名称
最后提交
最后更新
..
include 正在载入提交数据...
mod 正在载入提交数据...
.gitignore 正在载入提交数据...
CMakeLists.txt 正在载入提交数据...
Makefile.am 正在载入提交数据...
cJSON.c 正在载入提交数据...
cJSON_Utils.c 正在载入提交数据...
fs_encode.c 正在载入提交数据...
g711.c 正在载入提交数据...
inet_pton.c 正在载入提交数据...
switch.c 正在载入提交数据...
switch_apr.c 正在载入提交数据...
switch_buffer.c 正在载入提交数据...
switch_caller.c 正在载入提交数据...
switch_channel.c 正在载入提交数据...
switch_config.c 正在载入提交数据...
switch_console.c 正在载入提交数据...
switch_core.c 正在载入提交数据...
switch_core_asr.c 正在载入提交数据...
switch_core_cert.c 正在载入提交数据...
switch_core_codec.c 正在载入提交数据...
switch_core_db.c 正在载入提交数据...
switch_core_directory.c 正在载入提交数据...
switch_core_event_hook.c 正在载入提交数据...
switch_core_file.c 正在载入提交数据...
switch_core_hash.c 正在载入提交数据...
switch_core_io.c 正在载入提交数据...
switch_core_media.c 正在载入提交数据...
switch_core_media_bug.c 正在载入提交数据...
switch_core_memory.c 正在载入提交数据...
switch_core_port_allocator.c 正在载入提交数据...
switch_core_rwlock.c 正在载入提交数据...
switch_core_session.c 正在载入提交数据...
switch_core_speech.c 正在载入提交数据...
switch_core_sqldb.c 正在载入提交数据...
switch_core_state_machine.c 正在载入提交数据...
switch_core_timer.c 正在载入提交数据...
switch_core_video.c 正在载入提交数据...
switch_cpp.cpp 正在载入提交数据...
switch_curl.c 正在载入提交数据...
switch_dso.c 正在载入提交数据...
switch_estimators.c 正在载入提交数据...
switch_event.c 正在载入提交数据...
switch_hashtable.c 正在载入提交数据...
switch_ivr.c 正在载入提交数据...
switch_ivr_async.c 正在载入提交数据...
switch_ivr_bridge.c 正在载入提交数据...
switch_ivr_menu.c 正在载入提交数据...
switch_ivr_originate.c 正在载入提交数据...
switch_ivr_play_say.c 正在载入提交数据...
switch_ivr_say.c 正在载入提交数据...
switch_jitterbuffer.c 正在载入提交数据...
switch_json.c 正在载入提交数据...
switch_limit.c 正在载入提交数据...
switch_loadable_module.c 正在载入提交数据...
switch_log.c 正在载入提交数据...
switch_mprintf.c 正在载入提交数据...
switch_msrp.c 正在载入提交数据...
switch_nat.c 正在载入提交数据...
switch_odbc.c 正在载入提交数据...
switch_pcm.c 正在载入提交数据...
switch_pgsql.c 正在载入提交数据...
switch_profile.c 正在载入提交数据...
switch_regex.c 正在载入提交数据...
switch_resample.c 正在载入提交数据...
switch_rtp.c 正在载入提交数据...
switch_scheduler.c 正在载入提交数据...
switch_sdp.c 正在载入提交数据...
switch_speex.c 正在载入提交数据...
switch_stun.c 正在载入提交数据...
switch_swig.c 正在载入提交数据...
switch_swig.i 正在载入提交数据...
switch_time.c 正在载入提交数据...
switch_utf8.c 正在载入提交数据...
switch_utils.c 正在载入提交数据...
switch_version.c 正在载入提交数据...
switch_vpx.c 正在载入提交数据...
switch_xml.c 正在载入提交数据...
switch_xml_config.c 正在载入提交数据...
tone2wav.c 正在载入提交数据...