blob: 6e4d2f4938cdc671109054dde664321c45f66f56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
To start the YATE sever automatically when the system is started, append
the following in your ${PREFIX}/etc/rc.conf file:
yate_enable="YES" # YATE iPBX/Softswitch server
To manually start the yate server run (as root):
# %%PREFIX%%/etc/rc.d/yate start
To manually stop it:
# %%PREFIX%%/etc/rc.d/yate stop
EOM
}
]
|