mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
configure refresher nat helper for subscribtion
This commit is contained in:
parent
53e4a3c585
commit
7614c63d61
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ static void presence_response_event(void *op_base, const belle_sip_response_even
|
|||
}
|
||||
if (expires>0){
|
||||
op->refresher=belle_sip_client_transaction_create_refresher(client_transaction);
|
||||
belle_sip_refresher_enable_nat_helper(op->refresher,op->base.root->nat_helper_enabled);
|
||||
belle_sip_refresher_set_listener(op->refresher,presence_refresher_listener,op);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue