[asterisk-bugs] [JIRA] (ASTERISK-22524) chan_ooh323 rely on system tcp timeout

Dmitry Melekhov (JIRA) noreply at issues.asterisk.org
Fri Sep 13 03:45:03 CDT 2013


Dmitry Melekhov created ASTERISK-22524:
------------------------------------------

             Summary: chan_ooh323 rely on system tcp timeout
                 Key: ASTERISK-22524
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22524
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Addons/chan_ooh323
    Affects Versions: 11.5.0
            Reporter: Dmitry Melekhov
            Severity: Trivial


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!


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list