linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] linphone stays registered on deleted proxy con


From: Simon Morlat
Subject: Re: [Linphone-developers] linphone stays registered on deleted proxy configuration
Date: Mon, 2 Nov 2009 14:32:44 +0100
User-agent: KMail/1.12.1 (Linux/2.6.30-1-amd64; KDE/4.3.1; x86_64; ; )

Hi,

You should do the following before doing linphone_core_remove_proxy_config

linphone_proxy_config_edit(cfg);
linphone_proxy_config_enable_register(cfg,FALSE);
linphone_proxy_config_done(cfg);

Simon

Le vendredi 30 octobre 2009 13:56:36, Aurelien Bouin a écrit :
> Hello,
> I am wondering how to delete previous proxy configuration, I mean when I am
>  registered on a working SIP server and want to disconnect to work in
>  standalone mode actually linphone still stay connected even if I use the
>  function linphone_core_remove_proxy_config(lc,cfg); because if I
>  understand what's happen, the proxy goes in a list called
>  lc->sip_conf.deleted_proxies and linphone automatically register with the
>  function linphone_proxy_config_process_authentication_failure. . . What
>  should I do ?
> Thank you for your time,
> Sincerely,
> 
> Aurelien BOUIN
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]