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