I have an IVR python application interacting with ARI
All is fine until now, responding to incomming call, playing message, getting dialed number, hanging out etc.
Now I need to transfer the call to an extension not in dialplan.
Can anybody help me to find the best way to do that with ARI (channel.redirect ?)
Thx
Define “extension” within your post. If you mean a device (such as a SIP phone) then it’s up to you. You have to dial them, create a bridge, put both channels in the bridge.
The Asterisk definiton of extension is that it is something that is the dialplan, so an extension that is not in the dialplan is not a extenions.
Assuming jcolp’s interpretation of what you meant, and that you are using SIP, you might also be able to use Transfer.().
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.