by mamalik » Tue Jun 29, 2010 5:29 am
Hi All,
I have successfully deployed the system and have successfully transfered the call to agent.
I would like to know that how can I transfer the call back to the main menu ( or to the extension from where the IVR system ask the user to press any number for agent).
For reference my extensions.conf looks like
[trunkinbound]
exten => s, 1, Answer ; I would like to route the call here from agent when agent dial any number or by pressing any button
exten => s, n, AGI(someScript.agi)
exten => s, 3, Hangup
exten => 2345, 1, Answer
exten => 2345, n, AGI(agi-DID_route.agi)
exten => 2345, 3, Hangup
My someScript.agi let the user to go through the menu and if he/she like then they can talk to the agent by pressing the particular number. On pressing that particular number I set the extension to 2345 and the call gets transfered to the agent.
Now, I would like to send the call to from agent to the default extension so that the caller can hear the menu again.
I had read the agent/admin manual but did not come up with any solution. I also read something about 'transfer' and tried to transfer as well but got no result.
Thanks for your time and solution in advance.
Regards