mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
Add message on port mapping update/clean
This commit is contained in:
parent
cc592dec5d
commit
ce87dab637
1 changed files with 2 additions and 0 deletions
|
|
@ -610,6 +610,7 @@ bool_t linphone_core_upnp_hook(void *data) {
|
|||
ms_mutex_lock(&lupnp->mutex);
|
||||
|
||||
if(lupnp->clean && !lupnp->cleaning) {
|
||||
ms_message("uPnP IGD: Clean port mappings");
|
||||
lupnp->clean = FALSE;
|
||||
// Remove old mapping
|
||||
list = upnp_config_list_port_bindings(lc->config);
|
||||
|
|
@ -627,6 +628,7 @@ bool_t linphone_core_upnp_hook(void *data) {
|
|||
}
|
||||
|
||||
if(lupnp->emit) {
|
||||
ms_message("uPnP IGD: Update port mappings");
|
||||
lupnp->emit = FALSE;
|
||||
|
||||
/* Force port bindings */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue