Multiple parkinglot - asterisk 1.6

Hi all,

I need to configure multiple parkinglot on asterisk 1.6 because I have to setup a multicompany service, but I don’t find any documentation about this. I want that a user in one company couldn’t pickup a call parked by a user in another company.

I have modified features.conf and decommented these lines:
;[parkinglot_edvina]
;context => edvinapark
;parkpos => 800-850
;findslot => next

but asterisk CLI shows:

== Parsing ‘/etc/asterisk/features.conf’: == Found
== Registered group ‘parkinglot_edvina’
[Oct 6 19:32:00] WARNING[27566]: features.c:2836 load_config: Feature ‘context’ was not found.
[Oct 6 19:32:00] WARNING[27566]: features.c:2836 load_config: Feature ‘parkpos’ was not found.
[Oct 6 19:32:00] WARNING[27566]: features.c:2836 load_config: Feature ‘findslot’ was not found.

Can you help me?

Thanks