My description could be a little vague because I have not big experience in this field.
The problem is that my web service should do the following steps.
- Another service send phone number in my web service
- My web service takes that number and start calling into a particular queue in asterisk
- After someone in this queue pickup call he\she should hear a recorded audio message
- After that astersik should dial to the phone number from first step
Right now I can call to a local extension and then asterisk do the rest by calling to a client and connecting him with manager.
The first problem is that I don't know how to dial not to a local extension but to a queue in asterisk.
The second issue is how to play audio only when manager pick up call made from my web service.
Would be appreciate any help.