Resource List Subscriptions: How To Remove An Item From Another List ?

Home » Asterisk Users » Resource List Subscriptions: How To Remove An Item From Another List ?
Asterisk Users No Comments

Hi,

As mentioned in [1], a common pattern is to let everyone monitor everyone except oneself.

How do implement this ?
Is there something like this:

[alice_list]
list_item = full_list list_exclude_item = alice

[bob_list]
list_item = full_list list_exclude_item = bob

If negative, would it complex to add to current Asterisk ?

[1] https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId0278158

Best regards