Mirjana.Jovanovic at c... Guest
|
Posted: Wed Jan 26, 2022 9:40 am Post subject: [Freeswitch-users] Call is not terminated due to media_timeo |
|
|
Hello,
I have the following issue: - An audio call is started from a client application
- Connection is established
- Client crashes (or is terminated manually through task manager)
- The call is never terminated because of MEDIA_TIMEOUT
I would expect the call to be dropped after the configured threshold for media timeout. I have traced the call to verify that no packages have been received from the client, after the client application has been terminated.
The value for the channel variable media_timeout has been set, and also an action to be executed on media timeout (execute_on_media_timeout) has been defined.
However, it seems that call status never changes to MEDIA_TIMEOUT, and therefore the call is never dropped.
Are there additional/related properties that need to be set for this to work?
Thanks |
|