Merge pull request #1441 from signalwire/fix-rfc8760

[mod_sofia] Fix regression in RFC-8760.
This commit is contained in:
Andrey Volk 2021-11-15 21:42:32 +03:00 committed by GitHub
commit ed9c039a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
* Copyright (C) 2005-2014, Anthony Minessale II <anthm@freeswitch.org>
* Copyright (C) 2005-2021, Anthony Minessale II <anthm@freeswitch.org>
*
* Version: MPL 1.1
*
@ -40,6 +40,7 @@
#include "mod_sofia.h"
#include "sofia-sip/hostdomain.h"
#include "sip-dig.h"
#include "switch_ssl.h"
static void sofia_reg_new_handle(sofia_gateway_t *gateway_ptr, int attach)
{