› VitalPBX Community Support › General Discussion › Class of Service – Private call error
After I updated my VPBX, my private call doesn’t work correctly my phones that was in private call can’t be call by other extension who been add to the list of “allowed call by”
Go to the following file:
/etc/asterisk/ombutel/extensions__20-baseplan.conf
Search the following line:
same => n,Set(ALLOWED_COS=${SHELL(/usr/share/ombutel/scripts/check_cos_privacy "${ALLOWED_COS_LIST}", "${CALLER_COS_ID}")})
and replace for this line:
same => n,Set(ALLOWED_COS=${SHELL(/usr/share/ombutel/scripts/check_cos_privacy "${ALLOWED_COS_LIST}" "${CALLER_COS_ID}")})
We will fix it for next release
This issue has been fixed in the version 2.1.1 of VitalPBX: https://vitalpbx.org/en/vitalpbx-2-1-1/
Tagged: Asterisk, Class of Service, COS, Dial Restrictions