[SIP Beyond VoIP] Changing default registration expiration

Madis-Karli Koppel madiskarli.koppel at mindtitan.com
Fri Jun 14 10:10:40 CEST 2019


Hi,

Thanks Adrian! Helped me out.

All the best
Madis-Karli Koppel

On Thu, Jun 13, 2019 at 6:38 PM Adrian Georgescu <ag at ag-projects.com> wrote:

>
> https://github.com/AGProjects/python-sipsimple/blob/master/sipsimple/account/__init__.py
>
> class SIPSettings(SettingsGroup):
> always_use_my_proxy = Setting(type=bool, default=False)
> outbound_proxy = Setting(type=SIPProxyAddress, default=None, nillable=True
> )
> register = Setting(type=bool, default=True)
> register_interval = Setting(type=NonNegativeInteger, default=3600)
> subscribe_interval = Setting(type=NonNegativeInteger, default=3600)
> publish_interval = Setting(type=NonNegativeInteger, default=3600)
>
>
> On 13 Jun 2019, at 12:36, Adrian Georgescu <ag at ag-projects.com> wrote:
>
> register_interval
>
>
> _______________________________________________
> SIPBeyondVoIP mailing list
> SIPBeyondVoIP at lists.ag-projects.com
> https://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20190614/f8f104ac/attachment.html>


More information about the SIPBeyondVoIP mailing list