<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><a href="https://github.com/AGProjects/python-sipsimple/blob/master/sipsimple/account/__init__.py" class="">https://github.com/AGProjects/python-sipsimple/blob/master/sipsimple/account/__init__.py</a><div class=""><br class=""></div><div class=""><table class="js-file-line-container highlight tab-size" data-tab-size="8" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0px; tab-size: 8; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px;"><tbody style="box-sizing: border-box;" class=""><tr style="box-sizing: border-box;" class=""><td id="LC48" class="js-file-line blob-code-inner blob-code" style="box-sizing: border-box; padding: 0px 10px; line-height: 20px; position: relative; vertical-align: top; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; overflow: visible; white-space: pre; word-wrap: normal;"><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">class</span> <span class="pl-en" style="box-sizing: border-box; color: rgb(111, 66, 193);">SIPSettings</span>(<span class="pl-e" style="box-sizing: border-box; color: rgb(111, 66, 193);">SettingsGroup</span>):</td></tr><tr style="box-sizing: border-box;" class=""><td id="L49" class="blob-num js-line-number" data-line-number="49" style="box-sizing: border-box; padding: 0px 10px; -webkit-user-select: none; color: rgba(27, 31, 35, 0.298039); cursor: pointer; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; line-height: 20px; min-width: 50px; text-align: right; vertical-align: top; white-space: nowrap; width: 50px;"></td><td id="LC49" class="js-file-line blob-code-inner blob-code" style="box-sizing: border-box; padding: 0px 10px; line-height: 20px; position: relative; vertical-align: top; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; overflow: visible; white-space: pre; word-wrap: normal;">    always_use_my_proxy <span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span> Setting(<span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">type</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">bool</span>, <span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">default</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">False</span>)</td></tr><tr style="box-sizing: border-box;" class=""><td id="L50" class="blob-num js-line-number" data-line-number="50" style="box-sizing: border-box; padding: 0px 10px; -webkit-user-select: none; color: rgba(27, 31, 35, 0.298039); cursor: pointer; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; line-height: 20px; min-width: 50px; text-align: right; vertical-align: top; white-space: nowrap; width: 50px;"></td><td id="LC50" class="js-file-line blob-code-inner blob-code" style="box-sizing: border-box; padding: 0px 10px; line-height: 20px; position: relative; vertical-align: top; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; overflow: visible; white-space: pre; word-wrap: normal;">    outbound_proxy <span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span> Setting(<span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">type</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span>SIPProxyAddress, <span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">default</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">None</span>, <span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">nillable</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">True</span>)</td></tr><tr style="box-sizing: border-box;" class=""><td id="L51" class="blob-num js-line-number" data-line-number="51" style="box-sizing: border-box; padding: 0px 10px; -webkit-user-select: none; color: rgba(27, 31, 35, 0.298039); cursor: pointer; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; line-height: 20px; min-width: 50px; text-align: right; vertical-align: top; white-space: nowrap; width: 50px;"></td><td id="LC51" class="js-file-line blob-code-inner blob-code" style="box-sizing: border-box; padding: 0px 10px; line-height: 20px; position: relative; vertical-align: top; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; overflow: visible; white-space: pre; word-wrap: normal;">    register <span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span> Setting(<span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">type</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">bool</span>, <span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">default</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">True</span>)</td></tr><tr style="box-sizing: border-box;" class=""><td id="L52" class="blob-num js-line-number" data-line-number="52" style="box-sizing: border-box; padding: 0px 10px; -webkit-user-select: none; color: rgba(27, 31, 35, 0.298039); cursor: pointer; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; line-height: 20px; min-width: 50px; text-align: right; vertical-align: top; white-space: nowrap; width: 50px;"></td><td id="LC52" class="js-file-line blob-code-inner blob-code" style="box-sizing: border-box; padding: 0px 10px; line-height: 20px; position: relative; vertical-align: top; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; overflow: visible; white-space: pre; word-wrap: normal;">    register_interval <span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span> Setting(<span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">type</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span>NonNegativeInteger, <span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">default</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">3600</span>)</td></tr><tr style="box-sizing: border-box;" class=""><td id="L53" class="blob-num js-line-number" data-line-number="53" style="box-sizing: border-box; padding: 0px 10px; -webkit-user-select: none; color: rgba(27, 31, 35, 0.298039); cursor: pointer; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; line-height: 20px; min-width: 50px; text-align: right; vertical-align: top; white-space: nowrap; width: 50px;"></td><td id="LC53" class="js-file-line blob-code-inner blob-code" style="box-sizing: border-box; padding: 0px 10px; line-height: 20px; position: relative; vertical-align: top; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; overflow: visible; white-space: pre; word-wrap: normal;">    subscribe_interval <span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span> Setting(<span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">type</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span>NonNegativeInteger, <span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">default</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">3600</span>)</td></tr><tr style="box-sizing: border-box;" class=""><td id="L54" class="blob-num js-line-number" data-line-number="54" style="box-sizing: border-box; padding: 0px 10px; -webkit-user-select: none; color: rgba(27, 31, 35, 0.298039); cursor: pointer; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; line-height: 20px; min-width: 50px; text-align: right; vertical-align: top; white-space: nowrap; width: 50px;"></td><td id="LC54" class="js-file-line blob-code-inner blob-code" style="box-sizing: border-box; padding: 0px 10px; line-height: 20px; position: relative; vertical-align: top; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; overflow: visible; white-space: pre; word-wrap: normal;">    publish_interval <span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span> Setting(<span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">type</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span>NonNegativeInteger, <span class="pl-v" style="box-sizing: border-box; color: rgb(227, 98, 9);">default</span><span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">=</span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">3600</span>)</td></tr></tbody></table><div class=""><br class=""></div></div><div class=""><br class=""><div style=""><blockquote type="cite" class=""><div class="">On 13 Jun 2019, at 12:36, Adrian Georgescu <<a href="mailto:ag@ag-projects.com" class="">ag@ag-projects.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none;" class="">register_interval</span></div></blockquote></div><br class=""></div></body></html>