Look at the voicexml generated. Does it have an event handler for disconnect?
(like <catch event="connection.disconnect" > <submit next=" ... "> </catch> or
<catch event="connection.disconnect.hangup" > <submit next=" ... "> </catch>)
http://www.w3.org/TR/voicexml20/#dml2.3.6
When a user hangs up during recording, the recording terminates and a connection.disconnect.hangup event is thrown. However, audio recorded up until the hangup is available through the variable. Applications, such as simple voicemail services, can then return audio data to a server even after disconnection
Look at the voicexml generated. Does it have an event handler for disconnect? (like <catch event="connection.disconnect" > <submit next=" ... "> </catch> or <catch event="connection.disconnect.hangup" > <submit next=" ... "> </catch>) http://www.w3.org/TR/voicexml20/#dml2.3.6 When a user hangs up during recording, the recording terminates and a connection.disconnect.hangup event is thrown. However, audio recorded up until the hangup is available through the variable. Applications, such as simple voicemail services, can then return audio data to a server even after disconnection