[SIP Beyond VoIP] Changing default registration expiration

Adrian Georgescu ag at ag-projects.com
Thu Jun 13 17:37:49 CEST 2019


https://github.com/AGProjects/python-sipsimple/blob/master/sipsimple/account/__init__.py <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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20190613/89255ca0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 235 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20190613/89255ca0/attachment-0001.sig>


More information about the SIPBeyondVoIP mailing list