Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Asterisk in container with Debian stable

39 bytes added, 11:30, 9 April 2008
vps, ve -> container
Below is an example of how to install Asterisk into OpenVZ VE container based on debian Debian stable aka. "sargeSarge":.
<pre>
</pre>
changeChange:
<pre>
RUNASTERISK=no -> yes
$ /etc/init.d/asterisk start
</pre>
modify Modify the config files for asterisk, and done!
if If you need capi or/and zaptel/zaphfc:
* for capi: you need the /dev files on you hw-node host [[system]] and vpsin container:
<pre>
crw-rw---- 1 root dialout 68, 0 Jan 3 2006 /dev/capi20
[...]
</pre>
/* if the files doesn' exist use mknod for creating it*/
''If the files doesn' exist use mknod for creating it.'' and in your vps container config add for directly access:
<pre>
DEVICES="c:68:0:rw, c:68:1:rw, c:68:2:rw"
</pre>
 
* for zaptel/zaphfc:
<pre>
/* if the files doesn' exist use mknod for creating it*/
and in your vps container config
<pre>
DEVICES="c:196:0:rw, c:196:2:rw, c:196:1:rw, c:196:253:rw,c:196:254:rw,c:196:255:rw"
</pre>
if * If need both (capi and zaphfc)
<pre>
DEVICES="c:68:0:rw, c:68:1:rw, c:68:2:rw c:196:0:rw, c:196:2:rw, c:196:1:rw, c:196:253:rw,c:196:254:rw,c:196:255:rw"
</pre>
[[categoryCategory:HOWTO]]