Git Product home page Git Product logo

Comments (9)

rfuchs avatar rfuchs commented on July 22, 2024

Hmm, this looks as if the process blocked in sendmsg()?! This should never happen, since the sockets are in non-blocking mode.

If you still have the core dump, can you please load it in gdb and execute:

thread 6
frame 1
print mh
print iov

from rtpengine.

vinzens avatar vinzens commented on July 22, 2024

sure. here we are. hope this helps.

 (gdb) thread 6
 [Switching to thread 6 (Thread 0x7f3d53293700 (LWP 5656))]
 #0  0x00007f3d585eb6bd in sendmsg () from /lib/x86_64-linux-gnu/libpthread.so.0
 (gdb) frame 1
 #1  0x0000000000411d96 in stream_packet (fsin=<optimized out>, s=0x7f3d53290300, sfd=0x8330f0) at call.c:761
 761        call.c: No such file or directory.
 (gdb) print mh
 $1 = {msg_name = 0x7f3d532903a0, msg_namelen = 28, msg_iov = 0x7f3d53290310, msg_iovlen = 1, msg_control = 0x7f3d53290480, msg_controllen = 32, msg_flags = 0}
 (gdb) print iov
 $2 = {iov_base = 0x7f3d53290600, iov_len = 172}

from rtpengine.

rfuchs avatar rfuchs commented on July 22, 2024

Nothing unusual there. Quite frankly, I have no idea why it would block in sendmsg(). I don't suppose you have any sort of unusual setup which could explain this?

from rtpengine.

vinzens avatar vinzens commented on July 22, 2024

i think not. We have restarted rtpengine with logging enabled. If it stops again, maybe we cansee what it did at last. Maybe this helps.

So i will update this ticket with new information as soon as i have it.

one thing is kind of unusual.

We only have IPv4 addresses, but in netstat it looks like it listen on IPv6 interface.
Since it's just working we did not give it a second thought.

Config look like:
RUN_MEDIAPROXY=yes
# LISTEN_TCP=25060
LISTEN_UDP=123.4.56.123:9000
LISTEN_NG=123.4.56.123:9001
ADDRESS=123.4.56.123
# ADV_ADDRESS=...
# ADDRESS_IPV6=...
# ADV_ADDRESS_IPV6=...
TIMEOUT=120
SILENT_TIMEOUT=3600
PIDFILE=/var/run/ngcp-rtpengine-daemon.pid
FORK=yes
# TOS=184
TABLE=0
NO_FALLBACK=yes
PORT_MIN=35000
PORT_MAX=65000
# REDIS=127.0.0.1:6379
# REDIS_DB=1
# B2B_URL=http://127.0.0.1:8090/
LOG_LEVEL=6

Netstat show this:

 Active Internet connections (only servers)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode       PID/Program name
 ... 
 udp6       0      0 :::35618                :::*                                0          491070      17709/rtpengine 
 udp6       0      0 :::35619                :::*                                0          491071      17709/rtpengine 
 udp6       0      0 :::35620                :::*                                0          491072      17709/rtpengine 
 udp6       0      0 :::35621                :::*                                0          491073      17709/rtpengine 
 udp6       0      0 212.9.44.243:9000       :::*                                0          475828      17709/rtpengine 
 udp6       0      0 212.9.44.243:9001       :::*                                0          475829      17709/rtpengine 
 udp6       0      0 :::37680                :::*                                0          499343      17709/rtpengine 
 udp6       0      0 :::37681                :::*                                0          499344      17709/rtpengine 
 udp6       0      0 :::37682                :::*                                0          499345      17709/rtpengine 
 udp6       0      0 :::37683                :::*                                0          499346      17709/rtpengine 
 ... 

from rtpengine.

rfuchs avatar rfuchs commented on July 22, 2024

Yes, that's expected behaviour.

from rtpengine.

vinzens avatar vinzens commented on July 22, 2024

ok, we'll update the ticket until we have more information.

from rtpengine.

vinzens avatar vinzens commented on July 22, 2024

Hi,

we just had it again. On Sunday afternoon it stuck in same state again.
It looked as the first crash. The Current calls were not affected, but no new could be established since the rtpengine did not answer to udp and ng port anymore. The process itself was not stuck since there was output in Syslog after.

Here the gdb. Logs are comming in some minutes.

 Thread 7 (Thread 0x7f52cd96b700 (LWP 17710)):
 #0  0x00007f52d015826b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x00007f52d0158313 in sigtimedwait () from /lib/x86_64-linux-gnu/libc.so.6
 #2  0x00000000004082db in sighandler (x=<optimized out>) at main.c:114
 #3  0x000000000040c53f in thread_detach_func (d=0x23b8220) at aux.c:160
 #4  0x00007f52d04b6b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
 #5  0x00007f52d020120d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #6  0x0000000000000000 in ?? ()

 Thread 6 (Thread 0x7f52c3fff700 (LWP 17716)):
 #0  0x00007f52d04be6bd in sendmsg () from /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x0000000000411d96 in stream_packet (fsin=<optimized out>, s=0x7f52c3ffc300, sfd=0x244f300) at call.c:761
 #2  stream_fd_readable (fd=<optimized out>, p=0x244f300, u=<optimized out>) at call.c:851
 #3  0x000000000040bc56 in poller_poll (p=p@entry=0x23b3d50, timeout=timeout@entry=100) at poller.c:354
 #4  0x000000000040821d in poller_loop (d=0x23b3d50) at main.c:548
 #5  0x000000000040c53f in thread_detach_func (d=0x23b8270) at aux.c:160
 #6  0x00007f52d04b6b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
 #7  0x00007f52d020120d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #8  0x0000000000000000 in ?? ()

 Thread 5 (Thread 0x7f52cb967700 (LWP 17715)):
 #0  0x00007f52d04bdcec in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x00007f52d04b9339 in _L_lock_926 () from /lib/x86_64-linux-gnu/libpthread.so.0
 #2  0x00007f52d04b915b in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
 #3  0x00000000004115e0 in stream_packet (fsin=0x7f52cb964400, s=0x7f52cb964300, sfd=0x244f300) at call.c:636
 #4  stream_fd_readable (fd=<optimized out>, p=0x244f300, u=<optimized out>) at call.c:851
 #5  0x000000000040bc56 in poller_poll (p=p@entry=0x23b3d50, timeout=timeout@entry=100) at poller.c:354
 #6  0x000000000040821d in poller_loop (d=0x23b3d50) at main.c:548
 #7  0x000000000040c53f in thread_detach_func (d=0x23b8260) at aux.c:160
 #8  0x00007f52d04b6b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
 #9  0x00007f52d020120d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #10 0x0000000000000000 in ?? ()

 Thread 4 (Thread 0x7f52cc168700 (LWP 17714)):
 #0  0x00007f52d04bdcec in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x00007f52d04b9339 in _L_lock_926 () from /lib/x86_64-linux-gnu/libpthread.so.0
 #2  0x00007f52d04b915b in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
 #3  0x00000000004116a8 in stream_packet (fsin=0x7f52cc165400, s=0x7f52cc165300, sfd=0x244f300) at call.c:664
 #4  stream_fd_readable (fd=<optimized out>, p=0x244f300, u=<optimized out>) at call.c:851
 #5  0x000000000040bc56 in poller_poll (p=p@entry=0x23b3d50, timeout=timeout@entry=100) at poller.c:354
 #6  0x000000000040821d in poller_loop (d=0x23b3d50) at main.c:548
 #7  0x000000000040c53f in thread_detach_func (d=0x23b8250) at aux.c:160
 #8  0x00007f52d04b6b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
 #9  0x00007f52d020120d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #10 0x0000000000000000 in ?? ()
 Thread 3 (Thread 0x7f52cd16a700 (LWP 17712)):
 #0  0x00007f52d04baabd in pthread_rwlock_wrlock () from /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x0000000000410d53 in call_destroy (c=c@entry=0x247f4f0) at call.c:2086
 #2  0x0000000000412048 in kill_calls_timer (list=0x252b4c0, m=m@entry=0x23b6000) at call.c:1074
 #3  0x0000000000412478 in callmaster_timer (ptr=0x23b6000) at call.c:1193
 #4  0x000000000040c49a in poller_timers_run (p=0x23b3d50) at poller.c:282
 #5  poller_timers_wait_run (p=p@entry=0x23b3d50, max=100000, max@entry=100) at poller.c:506
 #6  0x000000000040824d in timer_loop (d=0x23b3d50) at main.c:541
 #7  0x000000000040c53f in thread_detach_func (d=0x23b8230) at aux.c:160
 #8  0x00007f52d04b6b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
 #9  0x00007f52d020120d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #10 0x0000000000000000 in ?? ()

 Thread 2 (Thread 0x7f52cc969700 (LWP 17713)):
 #0  0x00007f52d04bdcec in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x00007f52d04b9339 in _L_lock_926 () from /lib/x86_64-linux-gnu/libpthread.so.0
 #2  0x00007f52d04b915b in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
 #3  0x00000000004113dc in stream_packet (fsin=0x7f52cc966400, s=0x7f52cc966300, sfd=0x244f300) at call.c:581
 #4  stream_fd_readable (fd=<optimized out>, p=0x244f300, u=<optimized out>) at call.c:851
 #5  0x000000000040bc56 in poller_poll (p=p@entry=0x23b3d50, timeout=timeout@entry=100) at poller.c:354
 #6  0x000000000040821d in poller_loop (d=0x23b3d50) at main.c:548
 #7  0x000000000040c53f in thread_detach_func (d=0x23b8240) at aux.c:160
 #8  0x00007f52d04b6b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
 #9  0x00007f52d020120d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #10 0x0000000000000000 in ?? ()

 Thread 1 (Thread 0x7f52d2bb9720 (LWP 17709)):
 ---Type <return> to continue, or q <return> to quit--- 
 #0  0x00007f52d01d16dd in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x00007f52d01fb424 in usleep () from /lib/x86_64-linux-gnu/libc.so.6
 #2  0x0000000000408002 in main (argc=1, argv=0x7fff879610a8) at main.c:568





 (gdb) thread 6
 [Switching to thread 6 (Thread 0x7f52c3fff700 (LWP 17716))]
 #0  0x00007f52d04be6bd in sendmsg () from /lib/x86_64-linux-gnu/libpthread.so.0
 (gdb) frame 1
 #1  0x0000000000411d96 in stream_packet (fsin=<optimized out>, s=0x7f52c3ffc300, sfd=0x244f300) at call.c:761
 761        call.c: No such file or directory.
 (gdb) print mh
 $1 = {msg_name = 0x7f52c3ffc3a0, msg_namelen = 28, msg_iov = 0x7f52c3ffc310, msg_iovlen = 1, msg_control = 0x7f52c3ffc480, msg_controllen = 32, msg_flags = 0}
 (gdb) print iov
 $2 = {iov_base = 0x7f52c3ffc600, iov_len = 172}

from rtpengine.

vinzens avatar vinzens commented on July 22, 2024

The Problem occured at 21:37. Unfortunately there is no indication in the log what might be happened.
If there are special Debug options we can run with, please let me know. It seems the issue occure not after a specific time, more after an amount of calls. First time the issue occured after about 23h running with normal workingday load, this time it took 2,5 Days while weekend

 Aug 10 21:33:36 hostname rtpengine[17709]: Got valid command from udp:1.2.3.226:40248: 8007_6024 D [email protected] as51a7ce6a
 Aug 10 21:33:36 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:33:39 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:44775: 13931_372413 Q d02f22a3-9b66-1232-ff98-005056037242 gZa7X7v75eUQm;1 as1226a3ba
 Aug 10 21:33:39 hostname rtpengine[17709]: [d02f22a3-9b66-1232-ff98-005056037242] Call-ID to query not found
 Aug 10 21:33:39 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:44775: 13931_372414 D d02f22a3-9b66-1232-ff98-005056037242 gZa7X7v75eUQm as1226a3ba
 Aug 10 21:33:39 hostname rtpengine[17709]: [d02f22a3-9b66-1232-ff98-005056037242] Call-ID to delete not found
 Aug 10 21:33:41 hostname rtpengine[17709]: Got valid command from udp:1.2.5.42:47134: 42968_381099 Q [email protected] 1235942140;1 as0c02b786
 Aug 10 21:33:41 hostname rtpengine[17709]: [[email protected]] Call-ID to query not found
 Aug 10 21:33:41 hostname rtpengine[17709]: Got valid command from udp:1.2.5.42:47134: 42968_381100 D [email protected] 1235942140 as0c02b786
 Aug 10 21:33:41 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:33:44 hostname rtpengine[17709]: Got valid command from udp:1.2.3.6:39582: 30090_6248 D [email protected] as4e326019 D5977FB0526FD43D
 Aug 10 21:33:44 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:33:45 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:51403: 13947_372502 Q [email protected] as7baa4cb7;1 1127317119
 Aug 10 21:33:45 hostname rtpengine[17709]: [[email protected]] Call-ID to query not found
 Aug 10 21:33:45 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:51403: 13947_372503 D [email protected] as7baa4cb7 1127317119
 Aug 10 21:33:45 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:33:49 hostname rtpengine[17709]: Got valid command from udp:1.2.3.6:57068: 30112_6193 U [email protected] 217.189.248.64 7078 B2DE0B05E968CDE1;1
 Aug 10 21:33:49 hostname rtpengine[17709]: [[email protected]] Creating new call
 Aug 10 21:33:49 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 30112_6193 38324 1.2.6.243 4
 Aug 10 21:33:50 hostname rtpengine[17709]: Got valid command from udp:1.2.3.222:50576: 22649_6393 D [email protected] DE210FB8612D8A95 as4ecb3db9
 Aug 10 21:33:50 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:33:57 hostname rtpengine[17709]: Got valid command from udp:1.2.3.6:53152: 30103_6355 L [email protected] 80.243.52.130 7078 B2DE0B05E968CDE1;1 AE8CBF30CBF1AEDB;1
 Aug 10 21:33:57 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 30103_6355 38326 1.2.6.243 4
 Aug 10 21:33:57 hostname rtpengine[17709]: [[email protected] port 38324] Unknown transport protocol encountered
 Aug 10 21:33:57 hostname rtpengine[17709]: [[email protected] port 38326] Unknown transport protocol encountered
 Aug 10 21:33:59 hostname rtpengine[17709]: [[email protected] port 38325] Unknown transport protocol encountered
 Aug 10 21:33:59 hostname rtpengine[17709]: [[email protected] port 38327] Unknown transport protocol encountered
 Aug 10 21:34:01 hostname rtpengine[17709]: [[email protected] port 38324] Confirmed peer address as 80.243.52.130:7078
 Aug 10 21:34:01 hostname rtpengine[17709]: [[email protected] port 38326] Confirmed peer address as 217.189.248.64:7078
 Aug 10 21:34:01 hostname rtpengine[17709]: [[email protected] port 38326] Kernelizing media stream
 Aug 10 21:34:01 hostname rtpengine[17709]: [[email protected] port 38324] Kernelizing media stream
 Aug 10 21:34:04 hostname rtpengine[17709]: [[email protected] port 38327] Confirmed peer address as 217.189.248.64:7079
 Aug 10 21:34:05 hostname rtpengine[17709]: Got valid command from udp:1.2.3.2:52705: 20193_6146 D [email protected] 1946872316
 Aug 10 21:34:05 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:34:05 hostname rtpengine[17709]: [[email protected] port 38325] Confirmed peer address as 80.243.52.130:7079
 Aug 10 21:34:06 hostname rtpengine[17709]: Got valid command from udp:1.2.5.50:34978: 10079_144228 Q [email protected] as76782ad4;1 1978908387
 Aug 10 21:34:06 hostname rtpengine[17709]: [[email protected]] Call-ID to query not found 
 Aug 10 21:34:06 hostname rtpengine[17709]: Got valid command from udp:1.2.5.50:34978: 10079_144229 D [email protected] as76782ad4 1978908387
 Aug 10 21:34:06 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:34:07 hostname rtpengine[17709]: Failed to properly parse UDP command line '12345 I' from 217.10.65.47:52122, using fallback RE
 Aug 10 21:34:13 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:38069: 13936_372883 Q [email protected] as199c75f7;1 as3a66edd8
 Aug 10 21:34:13 hostname rtpengine[17709]: [[email protected]] Call-ID to query not found
 Aug 10 21:34:13 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:38069: 13936_372884 D [email protected] as199c75f7 as3a66edd8
 Aug 10 21:34:13 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:34:25 hostname rtpengine[17709]: Got valid command from udp:1.2.3.226:51003: 7980_6169 U [email protected] 212.159.68.92 8000 3144715441;1
 Aug 10 21:34:25 hostname rtpengine[17709]: [[email protected]] Creating new call
 Aug 10 21:34:25 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 7980_6169 38328 1.2.6.243 4
 Aug 10 21:34:25 hostname rtpengine[17709]: Got valid command from udp:1.2.3.226:51003: 7980_6170 U [email protected] 212.159.68.92 8000 3144715441;1
 Aug 10 21:34:25 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 7980_6170 38328 1.2.6.243 4
 Aug 10 21:34:28 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:44775: 13931_372416 Q [email protected] 573442104;1 as303a6bd0
 Aug 10 21:34:28 hostname rtpengine[17709]: [[email protected]] Call-ID to query not found 
 Aug 10 21:34:28 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:44775: 13931_372417 D [email protected] 573442104 as303a6bd0
 Aug 10 21:34:28 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:34:30 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:37703: 13951_373055 D [email protected] as7eeff14a
 Aug 10 21:34:30 hostname rtpengine[17709]: [[email protected]] Call-ID to delete not found
 Aug 10 21:34:33 hostname rtpengine[17709]: Got valid command from udp:1.2.3.222:60153: 22687_6190 U [email protected] 217.10.77.55 17964 as226011bb;1
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected]] Creating new call
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 22687_6190 38332 1.2.6.243 4
 Aug 10 21:34:33 hostname rtpengine[17709]: Got valid command from udp:1.2.3.222:38397: 22681_6156 L [email protected] 192.168.99.181 5062 as226011bb;1 00671104331fe41195aa000c29de5214;1
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 22681_6156 38334 1.2.6.243 4
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected] port 38333] Unknown transport protocol encountered
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected] port 38332] Unknown transport protocol encountered
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected] port 38334] Unknown transport protocol encountered
 Aug 10 21:34:33 hostname rtpengine[17709]: Got valid command from udp:1.2.3.222:46170: 22666_6272 L [email protected] 1.2.6.243 38334 as226011bb;1 00671104331fe41195aa000c29de5214;1
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 22666_6272 38336 1.2.6.243 4
 Aug 10 21:34:33 hostname rtpengine[17709]: Got valid command from udp:1.2.3.222:56936: 22657_6187 L [email protected] 217.10.77.55 17964 00671104331fe41195aa000c29de5214;1 as226011bb;1
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected]] Returning to SIP proxy: 22657_6187 38332 1.2.6.243 4
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected] port 38336] Unknown transport protocol encountered
 Aug 10 21:34:33 hostname rtpengine[17709]: [[email protected] port 38332] Unknown transport protocol encountered
 Aug 10 21:34:34 hostname rtpengine[17709]: Got valid command from udp:1.2.3.178:45582: 13948_370915 L [email protected] 217.10.77.54 12054 as43b96af3;1 as551b9f4c;1
 Aug 10 21:34:34 hostname rtpengine[17709]: [[email protected]] Got UDP LOOKUP for unknown call-id
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] Closing call branch due to timeout
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] Final packet stats:
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] --- Tag '', created 60:00 ago, in dialogue with '(none)'
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37344 <>      1.2.6.6:26702, 0 p, 0 b, 0 e
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37345 <>            [::]:0     (RTCP), 0 p, 0 b, 0 e
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] --- Tag 'as3629011b', created 60:00 ago, in dialogue with ''
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37342 <>            [::]:0    , 0 p, 0 b, 0 e
 Aug 10 21:35:14 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37343 <>            [::]:0     (RTCP), 0 p, 0 b, 0 e
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] Closing call branch due to timeout
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] Final packet stats:
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] --- Tag '', created 60:00 ago, in dialogue with '(none)'
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37424 <>    192.168.3.16:5062 , 0 p, 0 b, 0 e
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37425 <>            [::]:0     (RTCP), 0 p, 0 b, 0 e
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] --- Tag '1617887769', created 60:00 ago, in dialogue with ''
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37422 <>            [::]:0    , 0 p, 0 b, 0 e
 Aug 10 21:39:29 hostname rtpengine[17709]: [[email protected]] ------ Media #1, port 37423 <>            [::]:0     (RTCP), 0 p, 0 b, 0 e

from rtpengine.

vinzens avatar vinzens commented on July 22, 2024

We hade once more such an issue.

the last lines in log look like:
Aug 11 10:13:56 aue rtpengine[6255]: Got valid command from udp:217.10.68.174:59654: 45573_393267 D [email protected] 9FBC8C612E4B2CB7 as0f8a5789
Aug 11 10:13:56 aue rtpengine[6255]: [[email protected]] Call-ID to delete not found

Would it be possible that there is something not working while closing calls? These "Call_ID to delete not found" is in logs many times. (as you can see in the other log snippet above as well.)

from rtpengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.