[Home]

Summary:ASTERISK-22524: chan_ooh323 rely on system tcp timeout
Reporter:Dmitry Melekhov (slesru)Labels:
Date Opened:2013-09-13 03:43:24Date Closed:
Priority:TrivialRegression?
Status:Open/NewComponents:Addons/chan_ooh323
Versions:SVN 11.5.0 13.18.4 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:chan_ooh323 uses ast_connect for signalling connections, which is blocking, and, thus, results in long delay if peer is not available and prevents from using alternate path , just because user may not want to wait so long.
dial(timeout) is not good option, just because it limits not peer unavailability tcp timeout, but how long we wait for another peer's user to respond.
decreasing system wide tcp timeout is not always an option, because it affects other applications.
I'd like to have it fixed, let's say by introducing signalling timeout...

thank you!
Comments:By: Alexander Anikin (may213) 2013-09-13 04:09:08.508-0500

Issue exist, need to implement option in the config