forked from mirrors/linphone-iphone
fix for refresh_registers: registered flag should be set to false until sucessful registration.
This commit is contained in:
parent
0e517a8906
commit
929d086d04
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ static void linphone_proxy_config_register(LinphoneProxyConfig *obj){
|
|||
**/
|
||||
void linphone_proxy_config_refresh_register(LinphoneProxyConfig *obj){
|
||||
if (obj->reg_sendregister && obj->op){
|
||||
obj->registered=FALSE;
|
||||
sal_register_refresh(obj->op,obj->expires);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue