Hello I'm learning more about dialplans and have a couple of questions: 1. Am I right in understanding that the actions that can be performed in extensions.conf can be of two types only: - internal commands (Dial, Wait, etc.) - calls to external scripts throught AGI? 2. I'd rather write scripts in Python instead of Perl or PHP. Does someone have a skeleton that I could use to build one, including how to call it from extensions.conf with parameters (from * to script, and from script back to *)? Thank you.