From: David Villasmil Date: Thu, 1 Dec 2022 18:51:17 +0000 (+0100) Subject: [mod_sofia] Parse extra headers on reINVITE X-Git-Tag: v1.10.9^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13646cc888f0f8b501919c1d39bc4c9e917624bb;p=thirdparty%2Ffreeswitch.git [mod_sofia] Parse extra headers on reINVITE --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 6f73823b86..b4eb90f21b 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -10299,6 +10299,7 @@ void sofia_handle_sip_i_reinvite(switch_core_session_t *session, } } + sofia_glue_set_extra_headers(session, sip, SOFIA_SIP_HEADER_PREFIX); switch_channel_execute_on(channel, "execute_on_sip_reinvite"); }