I need to write python application connect to trixbox that run as SIP server. But I not found any library that implement in python. I found SIP SKD at http://www.vaxvoip.com/ but it not support python. Can anyone suggest me an alternative to VaxVoip? Thank you.
+1 typo in url. correct one: http://trac.pjsip.org/repos/wiki/Python_SIP_Tutorial
Sahasranaman MS
2009-08-17 09:55:55
There is no precompile package make me waste much time, I can't made it work on Windows but on Linux it so easy.
bugbug
2009-08-18 11:57:59
Note that Twisted's SIP implementation is somewhat dated, it's still compliant with the old RFC (2543).
paprika
2009-11-19 07:30:13