[package] block-mount: add missing chunk of previous commit
[openwrt.git] / package / owsip / files / telephony.conf
1 config general general
2 option name owsip
3 option backend ltq_tapi
4 option ossdev 0
5 option log_level 3
6 option interface nas0
7 option local_port 5060
8 option rtp_port 4000
9 option locale germany
10
11 config stun stun
12 option host stun.myrealm.com
13 option port 3478
14
15 config account example1
16 option realm myrealm1.com
17 option username myuser1
18 option password mypass1
19 option disabled 1
20
21 config account example2
22 option realm myrealm2.com
23 option username myuser2
24 option password mypass2
25 option disabled 1
26
27 config contact
28 option desc "example contact description"
29 option code "example"
30 option dial "0123456789"
31 option type realm
32
This page took 0.077121 seconds and 5 git commands to generate.