Joshua C. Colp

Results 223 comments of Joshua C. Colp
trafficstars

So ever since Asterisk 16, this has been occurring?

It's here: https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Migrating-from-chan_sip-to-res_pjsip/

That was moved to https://sangomakb.atlassian.net/wiki/spaces/Phones/pages/21299305/Sangoma+D-Series+Phones as it is Sangoma commercial product documentation, and not part of Asterisk or open source.

Regarding logging the documentation site is on GitHub Pages. We don't control the server side, or have access to it.

Those are 3 threads idle waiting on data from websockets. You need to actually collect information as documented[1] and attach it. [1] https://docs.asterisk.org/Development/Debugging/Getting-a-Backtrace/?h=backtrace

Do you have an Asterisk console log leading up to the crash and memory usage information? It would seem to be due to being unable to allocate memory inside of...

Oh, it's trying to allocate an exceedingly large amount of memory. This seems familiar. I shall look further.

Other thing was unrelated. Will also need the Asterisk console log.

That confirms that according to PJSIP, it can't allocate further memory for some reason. Likely due to the large request, which is probably incorrect. We would need a full Asterisk...