Search code examples
pythonvoipsiptrixbox

Python SIP library


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.


Solution

  • There are Python bindings for the PJSUA API.