Hi All,<br><br>After updating to current SVN from 1.0.4 I have a problem when caller party hangs up a call. I have 3 seconds timeout before B leg disconnects. I think that this is caused by  code in switch_ivr_bridge.c in function static switch_status_t audio_bridge_on_exchange_media(switch_core_session_t *session)<br>
......<br><br>        if (switch_channel_get_state(channel) == CS_EXCHANGE_MEDIA) {<br>                switch_channel_set_variable(channel, &quot;park_timeout&quot;, &quot;3&quot;);<br>                switch_channel_set_state(channel, CS_PARK);<br>
        }<br>......<br><br>This happens even if I set park_after_bridge=false variable.<br>Is anybody has this problem ?<br><br>Thanks<br><br>