В документации к модулю registrar нашел, что подобное поведение можно вылечить включением параметра: modparam("registrar", "tcp_persistent_flag", 7)
| Цитата: |
| 1.3.5. tcp_persistent_flag (integer) The parameter specifies the message flag to be used to control the module behaviour regarding TCP connections. If the flag is set for a REGISTER via TCP containing a TCP contact, the module, via the "save()" functions will set the lifetime of the TCP connection to the contact expire value. By doing this, the TCP connection will stay on as long as the contact is valid. Default value is -1 (disabled). Example 1.5. Set tcp_persistent_flag parameter ... modparam("registrar", "tcp_persistent_flag", 7) |
Но не помогает. Конфиг OpenSIPS по-умолчанию плюс этот параметр. Есть идеи в каком направлении копать?