AMI And Pyst

Home » Asterisk Users » AMI And Pyst
Asterisk Users 2 Comments

Does anyone on this list use pyst for AMI purposes?

If so, can you point me in the direction of some simple examples. There seems to be none anywhere online. Probably doesn’t help that I’m not that experienced at python but not insurmountably so.

Thanks in Advance

Ish

2 thoughts on - AMI And Pyst

  • Hey Ish –

    This isn’t directly answering your question, but I noticed no one chimed in. At Digium we don’t use pyst for Python integration with Asterisk, so I don’t have any experience with it. We do, however, use starpy (https://github.com/asterisk/starpy) extensively in the Asterisk Test Suite. It does lock you into using twisted
    (https://twistedmatrix.com/trac/) – which has both pros and cons – but it may be a viable alternative for you if pyst doesn’t work out.

    Matt

  • Thanks for the reply. I actually chose pyst as Billy Chia said that’s what you guys used when I was at Astricon last year…

    Anyway, I overcame my initial hurdle but do want to try out the alternatives before I commit to one library