freeswitch keeps closing the same channel

Status
Not open for further replies.

Neoscopio

New Member
Oct 6, 2021
12
1
3
54
I have in the logs closing a channel repeatedly, but there is no connection established for that IP. I even added to a top drop rule in iptables to make sure there is no connection, but the logs keep repeating:

Can anyone give me a hint on what's happening?

Code:
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1744 Session 131 (sofia/internal/1000336007@134.119.178.63:23295) Ended
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/1000336007@134.119.178.63:23295 [CS_DESTROY]
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1000336007@134.119.178.63:23295) Running State Change CS_DESTROY (Cur 1 Tot 131)
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY
2021-10-29 16:53:53.750804 [DEBUG] mod_sofia.c:364 sofia/internal/1000336007@134.119.178.63:23295 SOFIA DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1000336007@134.119.178.63:23295 Standard DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY going to sleep
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:60 sofia/internal/1000336007@134.119.178.63:23295 Standard HANGUP, cause: WRONG_CALL_STATE
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1000336007@134.119.178.63:23295) State HANGUP going to sleep
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:620 (sofia/internal/1000336007@134.119.178.63:23295) State Change CS_HANGUP -> CS_REPORTING
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000336007@134.119.178.63:23295) Running State Change CS_REPORTING (Cur 1 Tot 131)
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000336007@134.119.178.63:23295) State REPORTING
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:174 sofia/internal/1000336007@134.119.178.63:23295 Standard REPORTING, cause: WRONG_CALL_STATE
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000336007@134.119.178.63:23295) State REPORTING going to sleep
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:611 (sofia/internal/1000336007@134.119.178.63:23295) State Change CS_REPORTING -> CS_DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_session.c:1726 Session 130 (sofia/internal/1000336007@134.119.178.63:23295) Locked, Waiting on external entities
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1744 Session 130 (sofia/internal/1000336007@134.119.178.63:23295) Ended
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/1000336007@134.119.178.63:23295 [CS_DESTROY]
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1000336007@134.119.178.63:23295) Running State Change CS_DESTROY (Cur 0 Tot 131)
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY
2021-10-29 16:53:53.750804 [DEBUG] mod_sofia.c:364 sofia/internal/1000336007@134.119.178.63:23295 SOFIA DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1000336007@134.119.178.63:23295 Standard DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY going to sleep
 

Neoscopio

New Member
Oct 6, 2021
12
1
3
54
Never mind. I got an error somewhere in iptables rules, traffic is still going in.

I have in the logs closing a channel repeatedly, but there is no connection established for that IP. I even added to a top drop rule in iptables to make sure there is no connection, but the logs keep repeating:

Can anyone give me a hint on what's happening?

Code:
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1744 Session 131 (sofia/internal/1000336007@134.119.178.63:23295) Ended
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/1000336007@134.119.178.63:23295 [CS_DESTROY]
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1000336007@134.119.178.63:23295) Running State Change CS_DESTROY (Cur 1 Tot 131)
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY
2021-10-29 16:53:53.750804 [DEBUG] mod_sofia.c:364 sofia/internal/1000336007@134.119.178.63:23295 SOFIA DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1000336007@134.119.178.63:23295 Standard DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY going to sleep
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:60 sofia/internal/1000336007@134.119.178.63:23295 Standard HANGUP, cause: WRONG_CALL_STATE
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1000336007@134.119.178.63:23295) State HANGUP going to sleep
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:620 (sofia/internal/1000336007@134.119.178.63:23295) State Change CS_HANGUP -> CS_REPORTING
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000336007@134.119.178.63:23295) Running State Change CS_REPORTING (Cur 1 Tot 131)
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000336007@134.119.178.63:23295) State REPORTING
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:174 sofia/internal/1000336007@134.119.178.63:23295 Standard REPORTING, cause: WRONG_CALL_STATE
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000336007@134.119.178.63:23295) State REPORTING going to sleep
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:611 (sofia/internal/1000336007@134.119.178.63:23295) State Change CS_REPORTING -> CS_DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_session.c:1726 Session 130 (sofia/internal/1000336007@134.119.178.63:23295) Locked, Waiting on external entities
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1744 Session 130 (sofia/internal/1000336007@134.119.178.63:23295) Ended
2021-10-29 16:53:53.750804 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/1000336007@134.119.178.63:23295 [CS_DESTROY]
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1000336007@134.119.178.63:23295) Running State Change CS_DESTROY (Cur 0 Tot 131)
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY
2021-10-29 16:53:53.750804 [DEBUG] mod_sofia.c:364 sofia/internal/1000336007@134.119.178.63:23295 SOFIA DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1000336007@134.119.178.63:23295 Standard DESTROY
2021-10-29 16:53:53.750804 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000336007@134.119.178.63:23295) State DESTROY going to sleep
 
Status
Not open for further replies.