Answer the question
In order to leave comments, you need to log in
How to make follow-me work when initiating a call via AMI?
Initiating a call via AMI
from asterisk.ami import SimpleAction
action = SimpleAction(
'Originate',
Channel='SIP/200',
Exten='74957777777',
Priority=1,
Context='from-internal',
CallerID='python',
)
client.send_action(action)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question