Memory usage using hint?

Hello, I will have 500 endpoints in the Asterisk queues. Since I have a WebRTC and SIP UDP endpoint, I am using the hint so that the queue knows the status.
I would like to know if this will make Asterisk consume a lot of processor and memory resources. Below is an example of my configuration.

[Q20]
strategy = rrmemory
timeout = 10
announce-position = no
musicclass = M8
retry = 1
ringinuse = no
member = Local/5003@ramal-fila,hint:5003@monitora
member = Local/5005@ramal-fila,hint:5005@monitora
member = Local/5007@ramal-fila,hint:5007@monitora
member = Local/5012@ramal-fila,hint:5012@monitora

[monitora]
exten => 5003,hint,PJSIP/5003&PJSIP/SIP5003
exten => 5004,hint,PJSIP/5004&PJSIP/SIP5004
exten => 5005,hint,PJSIP/5005&PJSIP/SIP5005
exten => 5007,hint,PJSIP/5007&PJSIP/SIP5007

It will consume more than if it were not there… but probably wouldn’t be an issue.

As with all things, testing of specific usage should be done.

Is there already a solution to share the same endpoint with web rtc and sip udp so that there is no need to have two endpoints for each extension? Today I use XXXX for webrtc and SIPXXXX for sip udp.
I tried to make it work but I saw that the problem is in the dtls encryption which is mandatory for webrtc but there are still no softphones or ips phones that work with dtls. I tested the linphone softphone and it worked because it supports dtls. I also read somewhere that if you configure media_encryption_optimistic when using a non-compatible softphone the dtls would be ignored but that did not work.

No. The configurations are incompatible, and noone has done any work to try to come up with a way for doing it.

Can I have two endpoints with the same name?
one with dtls enabled for webrtc and another without encryption for sip udp?

No. They must be named differently.

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