[mod_sofia] Parse extra headers on reINVITE

This commit is contained in:
David Villasmil 2022-12-01 19:51:17 +01:00 committed by GitHub
parent edd36639c7
commit 13646cc888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"); switch_channel_execute_on(channel, "execute_on_sip_reinvite");
} }