I am using Asterisk AGI to control incoming call from Twilio
After STREAM FILE command is executed (to play some audio file), I want to Hangup channel.
I tried execute HANGUP command and It worked if call duration < 2 minutes.
HANGUP command not woking after call longer 2 minutes.
Any solution to resolve my issue?