BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
140 stars 68 forks source link

Call drops after 30 secondsd #162

Closed eskov-ea closed 1 year ago

eskov-ea commented 1 year ago

Hello, I use Flexisip as SIP server and Linphone SDK as client for iOS/Android app.

Everything works fine but every call drops after 30 seconds.

I have read that it migth be related to ACK packages are not received by the other side and so the call drops after timeout in 30 seconds.

How can I fix it? I also have read one issue about changing NatHelper and ContactRouterInserter modules but it don't help.

I also use COTURN as TURN server. It is running on 3078 port.

My conf file:

Me flexisip-proxy log:

Any help? Thanks!

eskov-ea commented 1 year ago

I changed all the local addresses in config file with public. And now the problem happens only if call's placed in/from local network. If both participants are in public network everything works fine

My new conf file

eskov-ea commented 1 year ago

Closed as the problem was related to routing in the local network