The ;presence=p2p is required for the SUBSCRIBE to happen.
This should ideally be configurable in the job because we do not want to monitor everyone. Being able to have from 0 to 10 subscriptions would be ok and being to select a few peers that are highly monitored, for example the office secretary could be monitored by 90% of the phones.
The goal is to:
figure out how many BLF Asterisk can track
The effect of having many (too many) subscribers on a single BLF
I’d like to know how many BLF/subscriptions we can have on a Wazo stack without destroying asterisk or the network.
In baresip the contacts file contains an address book that can be used to register to SIP peers.
See the example here https://github.com/baresip/baresip/blob/main/docs/examples/contacts
The
;presence=p2p
is required for the SUBSCRIBE to happen.This should ideally be configurable in the job because we do not want to monitor everyone. Being able to have from 0 to 10 subscriptions would be ok and being to select a few peers that are highly monitored, for example the office secretary could be monitored by 90% of the phones.
The goal is to:
figure out how many BLF Asterisk can track
The effect of having many (too many) subscribers on a single BLF