Hi all
goal:
I am getting a call from “104”, lets say “Caller A” received the call.
After handling this call “Caller A” want to transfer this call to a queue “8202”.
lets say “Caller B” received the call. now the connection has to be made between “104” and “Caller B” and “Caller A” has to get disconnected.
Problem:
This I can achieve through X-lite by dialing “##8202” after Answering the call but I want it to be done through C# or Asterisk CLI. The challenging part here is I am not able to transfer the call from “Caller A” to queue “8202” on button click. Even CLI command for this problem is also helpful.
Can any one help please…