From ed782ed15b7422da5e49ffaf03f9bfc2f3c6d8a5 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 2 Apr 2013 13:40:32 -0500 Subject: [PATCH] FS-5254 --resolve --- src/mod/endpoints/mod_sofia/sofia_glue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 7e8b832236..cf07ffebaf 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -154,6 +154,7 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t * tech_pvt->mparams.manual_rtp_bugs = profile->manual_rtp_bugs; tech_pvt->mparams.manual_video_rtp_bugs = profile->manual_video_rtp_bugs; tech_pvt->mparams.extsipip = profile->extsipip; + tech_pvt->mparams.extrtpip = profile->extrtpip; tech_pvt->mparams.local_network = profile->local_network; tech_pvt->mparams.mutex = tech_pvt->sofia_mutex; tech_pvt->mparams.sipip = profile->sipip;