When I originate a call from a module in FS using switch_ivr_originate(), if the callee rejects the call in the middle of the ringing, FS is not detecting the hangup cause and it is not getting the response immediatly. After some time (may be 60 seconds default value or the value of originate_timeout<span class="mw-headline"></span> seconds) only it is getting NO_ANSWER (hangup cause) and comming out from the originate function. I have tried two ways to capture the result. One is event socket and other is using switch_ivr_originate function. Both are taking same time. How can I get the response/hangup cause immediatly when the calee rejects the call.<br>

<br><br>Regards,<br>Murthy.<br>