[SIP Beyond VoIP] TypeError: storage must implement the ISIPSimpleStorage interface

Jason Ostrom jpo at pobox.com
Fri Dec 13 00:42:54 CET 2013


Hello,

I'm getting an error of the following with a python script that uses SIP Simple SDK.  Running latest version of SDK:

"
File "/usr/lib/python2.7/dist-packages/sipsimple/application.py", line 79, in start
raise TypeError ("storage must implement the ISIPSimpleStorage interface")
TypeError:  storage must implement the ISIPSimpleStorage interface
"

Been trying to debug this issue, please let me know if any ideas to troubleshoot.  What is missing in config?

Contacted the developers of this code (https://code.google.com/p/moshimoshi), and they said that it used to work, so it might be newer version of SDK.

The problem is call to the configuration file in python script:
"
self.start(FileBackEnd('config')
"

This file exists in the working directory and it used to work for the authors.  Something must have changed in SIP Simple SDK?

What are minimum requirements for config file?

Thanks,
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20131212/ea47293d/attachment.html>


More information about the SIPBeyondVoIP mailing list