vote up 1 vote down star
1

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.

flag

53% accept rate

3 Answers

vote up 2 vote down check

There are Python bindings for the PJSUA API.

link|flag
+1 typo in url. correct one: trac.pjsip.org/repos/wiki/… – Sahasranaman MS Aug 17 at 9: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 Aug 18 at 11:57
vote up 1 vote down

Twisted supports SIP. That's really cool

link|flag
Note that Twisted's SIP implementation is somewhat dated, it's still compliant with the old RFC (2543). – paprika Nov 19 at 7:30
vote up 0 vote down

You might want to have a look at Sippy. It's a B2BUA with a complete SIP stack implementation underneath (you could use just that). It's written entirely in Python, so it's pretty hackable. Sippy is implemented with Twisted but uses none of its SIP functionality.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.