I m firing outbound calls using .call file. After the call pick up IVR will play and it will ask for the user input.
But I m not able to get the user input.
exten => _X.,1,Read(Emp_ID,${IVR_Recording}/EnterTechCode,,,,3)
exten => _X.,n,Set(temp=${Emp_ID})
I try to enter the input but asterisk is not taking it. on cli i m getting
- Code: Select all
user entered nothing
ny help ?
-Thanks
