<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;">Hi,<div><br></div><div>Was hoping to get help debugging this moshimoshi.py script that uses SIP Simple SDK - <a href="https://code.google.com/p/moshimoshi/">https://code.google.com/p/moshimoshi/</a></div><div><br></div><div>The script can now SIP register with the account 'config' created with sip-settings.</div><div><br></div><div>It is supposed to send a call / invite into a conference bridge, but it has the following error, and I see no INVITE in packet capture going outbound from script running:</div><div><br></div><div>"</div><div>File "./moshimoshi.py", line 69, in _NH_SIPApplicationDidStart</div><div> self.session.connect(self.callee, routes, [AudioStream(account)])</div><div>TypeError: __init__() takes exactly 1 argument (2 given)</div><div>"</div><div><br></div><div>I don't know where to start in debugging this. Is this a problem with the arguments passed to self.session.connect? Because I see three arguments, and I looked at a sample application in sipclients folder, and it uses the same number of arguments with a session.connect method.</div><div><br></div><div>Any help appreciated. Thanks.</div><div>Jason</div></body></html>