› VitalPBX Community Support › General Discussion › Class of Service – Private call error › Reply To: RE: Private call error
-
- December 3, 2018 at 3:09 pm
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
0