[2024-03-14 07:31:01] WARNING[3054520][C-000001cf]: chan_sip.c:8153 sip_indicate: Don't know how to indicate condition 36

Dear Asterisk Community,

I hope this message finds you well. I am reaching out to seek assistance regarding a warning message that I have encountered in my Asterisk logs. While I understand that this warning not be critical and we can ignore it , but I am eager to resolve it for the sake of maintaining the stability and efficiency of my Asterisk setup.

Thank you in advance for your time and assistance. Your expertise and support are invaluable to the Asterisk community, and I look forward to learning from your experiences and insights.

36 has to do with the stream support, which chan_sip doesn’t support. You could try to figure out what is triggering it, or modify the code to ignore it, or just ignore it.

hello Jcolp,

I am waiting for your reply.
i can’t ignore it kindly guide me where i found solution.
explain your words how can i do this… “You could try to figure out what is triggering it, or modify the code to ignore it,”

I have nothing else to add.

i can understand.
Thanks for it.

The message means that this internal event was received across the technology independent Asterisk backbone.

I think this control message is only generated by chan_pjsip, so the simplest way of suppressing it is to remove the, unsupported, and no longer included, chan_sip with chan_pjsip for all SIP endpoints. Otherwise, to suppress it, you would have to add a case statement to chan_sip.c, to ignore it, and recompile.

chan_sip was completely removed from the source code in Asterisk 21.

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