vzctl enter 101
</pre>
I have used this method also to create zap dummy devices for asterisk in VE:
<pre>
/dev/zap/ctl
/dev/zap/pseudo
/dev/zap/channel
/dev/zap/timer
</pre>
2C) The devices can be setup also with a line in VE config
<pre>
grep DEV /etc/vz/conf/101.conf
DEVNODES="zap/ctl:rw zap/channel:rw zap/pseudo:rw zap/timer:rw "
</pre>
== See also ==