Commit | Line | Data |
---|---|---|
3802e567 MN |
1 | ;[general] |
2 | ;context=default ; Context to dump call into | |
3 | ;bindaddr=0.0.0.0 ; Address to bind to | |
4 | ;externip=127.0.0.1 ; Set your external ip if you are behind a NAT. | |
5 | ;stunaddr=mystunserver.com ; Get your external ip from a STUN server. | |
6 | ; Note, if the STUN query is successful, this will | |
7 | ; replace any value placed in externip; | |
8 | ;allowguest=yes ; Allow calls from people not in list of peers | |
9 | ||
10 | ;[guest] ; special account for options on guest account | |
11 | ;disallow=all | |
12 | ;allow=ulaw | |
13 | ;context=guest | |
14 | ||
15 | ;[ogorman] | |
16 | ;username=ogorman@gmail.com ; username of the peer your | |
17 | ; calling or accepting calls from | |
18 | ;disallow=all | |
19 | ;allow=ulaw | |
20 | ;context=default | |
21 | ;connection=asterisk ; client or component in jabber.conf for the | |
22 | ; call to leave on. |