AMI Version Of CONNECTEDLINE
Hello,
Is there any equivalent of the CONNECTEDLINE function which can be called from an application using the AMI?
Thanks for any ideas.
Hello,
Is there any equivalent of the CONNECTEDLINE function which can be called from an application using the AMI?
Thanks for any ideas.
2 thoughts on - AMI Version Of CONNECTEDLINE
You can use dialplan functions from AMI using GetVar, so this should work:
Action: GetVar Variable: CONNECTEDLINE(num)
Jacek
Hi Jacek,
Thank you very much for the suggestion. Using SetVar and CONNECTEDLINE(number) works.