<div dir="ltr">Hi,<div><br></div><div>Thanks Adrian! Helped me out. </div><div><br></div><div>All the best</div><div>Madis-Karli Koppel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 13, 2019 at 6:38 PM Adrian Georgescu <<a href="mailto:ag@ag-projects.com">ag@ag-projects.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><a href="https://github.com/AGProjects/python-sipsimple/blob/master/sipsimple/account/__init__.py" target="_blank">https://github.com/AGProjects/python-sipsimple/blob/master/sipsimple/account/__init__.py</a><div><br></div><div><table class="gmail-m_799554238778947792js-file-line-container gmail-m_799554238778947792highlight gmail-m_799554238778947792tab-size" style="box-sizing:border-box;border-collapse:collapse;border-spacing:0px;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"><tr style="box-sizing:border-box"><td id="gmail-m_799554238778947792LC48" class="gmail-m_799554238778947792js-file-line gmail-m_799554238778947792blob-code-inner gmail-m_799554238778947792blob-code" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;overflow:visible;white-space:pre-wrap"><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">class</span> <span class="gmail-m_799554238778947792pl-en" style="box-sizing:border-box;color:rgb(111,66,193)">SIPSettings</span>(<span class="gmail-m_799554238778947792pl-e" style="box-sizing:border-box;color:rgb(111,66,193)">SettingsGroup</span>):</td></tr><tr style="box-sizing:border-box"><td id="gmail-m_799554238778947792L49" class="gmail-m_799554238778947792blob-num gmail-m_799554238778947792js-line-number" style="box-sizing:border-box;padding:0px 10px;color:rgba(27,31,35,0.298);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="gmail-m_799554238778947792LC49" class="gmail-m_799554238778947792js-file-line gmail-m_799554238778947792blob-code-inner gmail-m_799554238778947792blob-code" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;overflow:visible;white-space:pre-wrap">    always_use_my_proxy <span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span> Setting(<span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">type</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">bool</span>, <span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">default</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">False</span>)</td></tr><tr style="box-sizing:border-box"><td id="gmail-m_799554238778947792L50" class="gmail-m_799554238778947792blob-num gmail-m_799554238778947792js-line-number" style="box-sizing:border-box;padding:0px 10px;color:rgba(27,31,35,0.298);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="gmail-m_799554238778947792LC50" class="gmail-m_799554238778947792js-file-line gmail-m_799554238778947792blob-code-inner gmail-m_799554238778947792blob-code" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;overflow:visible;white-space:pre-wrap">    outbound_proxy <span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span> Setting(<span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">type</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span>SIPProxyAddress, <span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">default</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">None</span>, <span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">nillable</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">True</span>)</td></tr><tr style="box-sizing:border-box"><td id="gmail-m_799554238778947792L51" class="gmail-m_799554238778947792blob-num gmail-m_799554238778947792js-line-number" style="box-sizing:border-box;padding:0px 10px;color:rgba(27,31,35,0.298);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="gmail-m_799554238778947792LC51" class="gmail-m_799554238778947792js-file-line gmail-m_799554238778947792blob-code-inner gmail-m_799554238778947792blob-code" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;overflow:visible;white-space:pre-wrap">    register <span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span> Setting(<span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">type</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">bool</span>, <span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">default</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">True</span>)</td></tr><tr style="box-sizing:border-box"><td id="gmail-m_799554238778947792L52" class="gmail-m_799554238778947792blob-num gmail-m_799554238778947792js-line-number" style="box-sizing:border-box;padding:0px 10px;color:rgba(27,31,35,0.298);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="gmail-m_799554238778947792LC52" class="gmail-m_799554238778947792js-file-line gmail-m_799554238778947792blob-code-inner gmail-m_799554238778947792blob-code" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;overflow:visible;white-space:pre-wrap">    register_interval <span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span> Setting(<span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">type</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span>NonNegativeInteger, <span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">default</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">3600</span>)</td></tr><tr style="box-sizing:border-box"><td id="gmail-m_799554238778947792L53" class="gmail-m_799554238778947792blob-num gmail-m_799554238778947792js-line-number" style="box-sizing:border-box;padding:0px 10px;color:rgba(27,31,35,0.298);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="gmail-m_799554238778947792LC53" class="gmail-m_799554238778947792js-file-line gmail-m_799554238778947792blob-code-inner gmail-m_799554238778947792blob-code" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;overflow:visible;white-space:pre-wrap">    subscribe_interval <span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span> Setting(<span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">type</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span>NonNegativeInteger, <span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">default</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">3600</span>)</td></tr><tr style="box-sizing:border-box"><td id="gmail-m_799554238778947792L54" class="gmail-m_799554238778947792blob-num gmail-m_799554238778947792js-line-number" style="box-sizing:border-box;padding:0px 10px;color:rgba(27,31,35,0.298);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="gmail-m_799554238778947792LC54" class="gmail-m_799554238778947792js-file-line gmail-m_799554238778947792blob-code-inner gmail-m_799554238778947792blob-code" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;overflow:visible;white-space:pre-wrap">    publish_interval <span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span> Setting(<span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">type</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span>NonNegativeInteger, <span class="gmail-m_799554238778947792pl-v" style="box-sizing:border-box;color:rgb(227,98,9)">default</span><span class="gmail-m_799554238778947792pl-k" style="box-sizing:border-box;color:rgb(215,58,73)">=</span><span class="gmail-m_799554238778947792pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">3600</span>)</td></tr></tbody></table><div><br></div></div><div><br><div><blockquote type="cite"><div>On 13 Jun 2019, at 12:36, Adrian Georgescu <<a href="mailto:ag@ag-projects.com" target="_blank">ag@ag-projects.com</a>> wrote:</div><br class="gmail-m_799554238778947792Apple-interchange-newline"><div><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;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline">register_interval</span></div></blockquote></div><br></div></div>_______________________________________________<br>
SIPBeyondVoIP mailing list<br>
<a href="mailto:SIPBeyondVoIP@lists.ag-projects.com" target="_blank">SIPBeyondVoIP@lists.ag-projects.com</a><br>
<a href="https://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip" rel="noreferrer" target="_blank">https://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip</a><br>
</blockquote></div>