Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] RTPEngine recovery does not trigger [E_RTPENGINE_STATUS] active #3334

Closed
NormB opened this issue Mar 8, 2024 · 5 comments
Closed

[BUG] RTPEngine recovery does not trigger [E_RTPENGINE_STATUS] active #3334

NormB opened this issue Mar 8, 2024 · 5 comments
Labels

Comments

@NormB
Copy link
Member

NormB commented Mar 8, 2024

OpenSIPS version you are running

version: opensips 3.5.0-dev (x86_64/linux)
flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, HP_MALLOC, DBG_MALLOC, CC_O0, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll, sigio_rt, select.
git revision: f3b772a2b
main.c compiled on 18:20:45 Mar 8 2024 with cc 12

Describe the bug

To Reproduce

Expected behavior

Relevant System Logs

OS/environment information

  • Operating System: debian bookworm
  • OpenSIPS installation: docker installation

Additional context

@NormB
Copy link
Member Author

NormB commented Mar 8, 2024

When an RTPEngine 100.127.6.22 is stopped, E_RTPENGINE_STATUS "inactive" is triggered as shown in the logs.

When the same RTPEngine 100.127.6.22 is started, E_RTPENGINE_STATUS "active" is not triggered, however the "support for it enabled" is logged.

The following can be added to log E_RTPENGINE_STATUS triggered events:

event_route[E_RTPENGINE_STATUS] {
  xlog("[E_RTPENGINE_STATUS] $param(socket): $param(status)\n");
}
Mar  8 13:34:19 [52] INFO:rtpengine:rtpe_test: rtp proxy <udp:100.127.6.21:22222> found, support for it enabled
Mar  8 13:34:19 [52] ERROR:rtpengine:send_rtpe_command: can't send (#7 iovec buffers) command to a RTP proxy (111:Connection refused)
Mar  8 13:34:19 [52] ERROR:rtpengine:send_rtpe_command: timeout waiting reply from a RTP proxy
Mar  8 13:34:19 [52] ERROR:rtpengine:send_rtpe_command: proxy <udp:100.127.6.22:22222> does not respond, disable it
Mar  8 13:34:19 [52] ERROR:rtpengine:rtpe_test: proxy did not respond to ping
Mar  8 13:34:19 [52] NOTICE:[E_RTPENGINE_STATUS] udp:100.127.6.22:22222: inactive
Mar  8 13:34:22 [19] INFO:rtpengine:rtpe_test: rtp proxy <udp:100.127.6.20:22222> found, support for it enabled
Mar  8 13:34:22 [19] INFO:rtpengine:rtpe_test: rtp proxy <udp:100.127.6.21:22222> found, support for it enabled
Mar  8 13:34:22 [19] INFO:rtpengine:rtpe_test: rtp proxy <udp:100.127.6.22:22222> found, support for it enabled
Mar  8 13:34:25 [43] INFO:rtpengine:rtpe_test: rtp proxy <udp:100.127.6.20:22222> found, support for it enabled
Mar  8 13:34:25 [43] INFO:rtpengine:rtpe_test: rtp proxy <udp:100.127.6.21:22222> found, support for it enabled
Mar  8 13:34:25 [43] INFO:rtpengine:rtpe_test: rtp proxy <udp:100.127.6.22:22222> found, support for it enabled

Copy link

Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.

@github-actions github-actions bot added the stale label Mar 24, 2024
@NormB
Copy link
Member Author

NormB commented Apr 10, 2024

bump

@stale stale bot removed the stale label Apr 10, 2024
Copy link

Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.

@github-actions github-actions bot added the stale label Apr 27, 2024
Copy link

Marking as closed due to lack of progress for more than 30 days. If this issue is still relevant, please re-open it with additional details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant