[Freeswitch-users] Help on: park_timeout variable
ivdreg ivdreg
ivdreg at gmail.com
Thu Feb 11 08:51:36 PST 2010
Hi All,
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)
......
if (switch_channel_get_state(channel) == CS_EXCHANGE_MEDIA) {
switch_channel_set_variable(channel, "park_timeout", "3");
switch_channel_set_state(channel, CS_PARK);
}
......
This happens even if I set park_after_bridge=false variable.
Is anybody has this problem ?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100211/80155a37/attachment-0002.html
More information about the FreeSWITCH-users
mailing list