I didn’t find any example in Python on how to Dial a number from an Asterisk server and link it to another channel. So here’s a quick code to do it. You just need to have a manager defined in your /etc/asterisk/manager.conf defined. import socket HOST=”192.168.1.116″ PORT=5038 p = “””Action: login Events: off […]