How to avoid Autodestruct Warning message

After hangup the call im getting these warnings.How to avoid these warnings asterisk server is in AWS which behind NAT

[May 22 04:47:23] WARNING[154535]: chan_sip.c:4421 __sip_autodestruct: Autodestruct on dialog '4bf02fa177dba5f0031d44454965164e@52.66.91.105:5065' with owner SIP/1000-00000000 in place (Method: BYE). Rescheduling destruction for 10000 ms
[May 22 04:47:30] WARNING[154535]: chan_sip.c:4421 __sip_autodestruct: Autodestruct on dialog '4bf02fa177dba5f0031d44454965164e@52.66.91.105:5065' with owner SIP/1000-00000000 in place (Method: BYE). Rescheduling destruction for 10000 ms
[May 22 04:47:36] WARNING[154535]: chan_sip.c:4421 __sip_autodestruct: Autodestruct on dialog '4bf02fa177dba5f0031d44454965164e@52.66.91.105:5065' with owner SIP/1000-00000000 in place (Method: BYE). Rescheduling destruction for 10000 ms
[May 22 04:47:43] WARNING[154535]: chan_sip.c:4421 __sip_autodestruct: Autodestruct on dialog '4bf02fa177dba5f0031d44454965164e@52.66.91.105:5065' with owner SIP/1000-00000000 in place (Method: BYE). Rescheduling destruction for 10000 ms
[May 22 04:47:49] WARNING[154535]: chan_sip.c:4421 __sip_autodestruct: Autodestruct on dialog '4bf02fa177dba5f0031d44454965164e@52.66.91.105:5065' with owner SIP/1000-00000000 in place (Method: BYE). Rescheduling destruction for 10000 ms
[May 22 04:47:55] WARNING[154535]: chan_sip.c:4421 __sip_autodestruct: Autodestruct on dialog '4bf02fa177dba5f0031d44454965164e@52.66.91.105:5065' with owner SIP/1000-00000000 in place (Method: BYE). Rescheduling destruction for 10000 ms

Don’t use an obsolete channel driver (only changes the message, not the underlying issue).

Disable warning messages (same caveat).

Don’t use long running h extensions, or hangup handlers.

On Wednesday 22 May 2024 at 10:23:23, david551 via Asterisk Community wrote:

Don’t use long running h extensions, or hangup handlers.

Just to clarify the punctuation there, don’t use long-running h extensions,
and don’t use long-running hangup handlers.

Using hangup handlers which are not long-running is fine.

Antony.


I want to build a machine that will be proud of me.

  • Danny Hillis, creator of The Connection Machine

                                                Please reply to the list;
                                                      please *don't* CC me.
    

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.