Document domain/localnet are lists.
[project/luci.git] / contrib / package / asterisk-xip / files / uci / sipiaxconf.txt
1
2 target (SIP|IAX)_{name}  - Handle options for outgoing dialing
3         timeout            - Timeout for dialing out with this target
4         prefix             - Prefix required to dial out on this target
5         internationalprefix- Prefix required to dial internation on this target
6         alwaysinternational- True if this target always requires internation prefix
7         countrycode        - Default International country code for this target
8
9 sipgeneral
10 sip [sip_]{name}
11         type               - Type of sip connection - very important.
12         register           - Set to yes to register
13         registerextension  - 'Extension' to use in register string in place of username
14
15         extension (list)   - Extension to use for this phone (doesn't have to be unique). First one is used to set the incoming callerid.
16         selfmailbox        - Set to yes to have dialing own extensions go to mailbox
17         incoming (list)    - Specify the incoming context for ringing
18
19         domain (list)      - List of valid doamins to match
20         localnet (list)    - List of nets considered local (and therefor require no NAT)
21
22         timeout            - Timeout for dialing out with this target
23         prefix             - Prefix required to dial out on this target
24         internationalprefix- Prefix required to dial internation on this target
25         alwaysinternational- True if this target always requires internation prefix
26         countrycode        - Default International country code for this target
27
28         rtpstart           - rtp.conf option
29         rtpend             - rtp.conf option
30         rtpdtmftimeout     - rtp.conf option dtmftimeout
31         rtcpinterval       - rtp.conf option
32         rtpchecksums       - rtp.conf option
33
34
35 iaxgeneral
36 iax [iax_]{name}
37         extension (list)   - Extension to use for this phone (doesn't have to be unique). First one is used to set the incoming callerid.
38
39         selfmailbox        - Set to yes to have dialing own extensions go to mailbox
40         incoming (list)    - Specify the incoming context for ringing
41
42         timeout            - Timeout for dialing out with this target
43         prefix             - Prefix required to dial out on this target
44         internationalprefix- Prefix required to dial internation on this target
45         alwaysinternational- True if this target always requires internation prefix
46         countrycode        - Default International country code for this target
47
48 General asterisk options - see asterisk doco
49
50 Options          |Type    |sip    |sip  |iax    |iax
51                  |        |general|     |general|
52 -----------------+--------+-------+-----+-------+-----
53 writeprotect      Integer  no      no    yes     yes
54 static            Integer  no      no    yes     yes
55 port              Integer  yes     yes   no      no
56 maxexpirey        Integer  yes     yes   no      no
57 rtptimeout        Integer  yes     yes   no      no
58 rtpholdtimeout    Integer  yes     yes   no      no
59 defaultexpirey    Integer  yes     yes   no      no
60 registertimeout   Integer  yes     yes   no      no
61 registerattempts  Integer  yes     yes   no      no
62 call-limit        Integer  yes     yes   no      no
63 # ip addr
64 bindaddr          IP Addr  yes     yes   no      no
65 externip          IP Addr  yes     yes   no      no
66 localnet          Net/mask yes     yes   no      no
67 permit            Net/mask no      yes   no      no
68 deny              Net/mask no      yes   no      no
69 realm             Domain   yes     yes   no      no
70 domain            Domain   yes     yes   no      no
71 context           context  yes     yes   yes     yes
72 notifymimetype    Mimetype yes     yes   no      no
73 canreinvite       Yes/No   yes     yes   yes     yes
74 nat               Yes/No   yes     yes   no      no
75 allowoverlap      Yes/No   yes     yes   no      no
76 allowsubscribe    Yes/No   yes     yes   no      no
77 allowtransfer     Yes/No   yes     yes   no      no
78 videosupport      Yes/No   yes     yes   no      no
79 pedantic          Yes/No   no      yes   no      no
80 trustrpid,        Yes/No   no      yes   no      no
81 promiscredir      Yes/No   no      yes   no      no
82 useclientcode     Yes/No   no      yes   no      no
83 dtmfmode          Enum     yes     yes   no      no
84 type              Enum     no      yes   no      yes
85 insecure          Enum     no      yes   no      no
86 callingpres       Enum     no      yes   no      no
87 progressinband    Enum     no      yes   no      no
88 allow             List     yes     yes   yes     yes
89 disallow          List     yes     yes   yes     yes
90 register          Register yes     yes   no      no
91 username          String   no      yes   no      yes
92 secret            String   no      yes   no      yes
93 md5secret         String   no      yes   no      yes
94 host              String   no      yes   no      yes
95 mailbox           String   no      yes   no      yes
96 auth              String   no      no    no      yes
97 callgroup         String   no      yes   no      no
98 pickupgroup       String   no      yes   no      no
99 language          String   no      yes   no      no
100 accountcode       String   no      yes   no      no
101 setvar            String   no      yes   no      no
102 callerid          String   no      yes   no      no
103 amaflags          String   no      yes   no      no
104 subscribecontext  String   no      yes   no      no
105 maxcallbitrate    String   no      yes   no      no
106 rfc2833compensate String   no      yes   no      no
107 mailbox           String   no      yes   no      no
108 template          String   no      peer  no      no
109 fromdomain        String   no      peer  no      no
110 regexten          String   no      peer  no      no
111 fromuser          String   no      peer  no      no
112 qualify           String   no      peer  no      no
113 defaultip         String   no      peer  no      no
114 sendrpid          String   no      peer  no      no
115 outboundproxy     String   no      peer  no      no
116