Commit | Line | Data |
---|---|---|
a52025b1 MN |
1 | ; Pont "Codian" CERN/CNRS/IN2P3/Inserm/INRA pour extension *341 |
2 | ; http://vacs.in2p3.fr/ | |
3 | [ccmcu40-in2p3-fr] | |
4 | type=peer | |
5 | host=ccmcu40.in2p3.fr | |
6 | disallow=all | |
7 | allow=ulaw | |
8 | allow=h264 | |
9 | allow=h263p | |
10 | allow=h263 | |
11 | allow=h261 | |
12 | dtmfmode=info | |
13 | ||
14 | ; Sortie vers SIPBroker http://www.sipbroker.com | |
15 | [sipbroker-out] | |
16 | type=peer | |
17 | fromuser=voip | |
18 | fromdomain=auf.org | |
19 | host=sipbroker.com | |
20 | port=5060 | |
21 | canreinvite=yes | |
22 | ||
23 | ; Vous trouverez ci-dessous des exemples de configuration pour des appels | |
24 | ; via des fournisseurs de service SIP public (Voip Internet) | |
25 | ||
26 | ; VoIP->PSTN via VNPT | |
27 | ; [voip2-outgoing] | |
28 | ; type=peer | |
29 | ; host=10.230.2.5 | |
30 | ; nat=no | |
31 | ; qualify=yes | |
32 | ; canreinvite=no | |
33 | ; disallow=all | |
34 | ; ;allow=g729 | |
35 | ; allow=ulaw | |
36 | ; allow=alaw | |
37 | ; context=voip2-incoming | |
38 | ||
39 | ; VoIP->PSTN via FPT | |
40 | ; [FPT-outgoing] | |
41 | ; type=peer | |
42 | ; host=210.245.15.19 | |
43 | ; port=5060 | |
44 | ; ;callerid=0473050025 | |
45 | ; dtmfmode=rfc2833 | |
46 | ; call-limit=5 | |
47 | ; ;busy-level=1 | |
48 | ; qualify=yes | |
49 | ; nat=auto | |
50 | ; disallow=all | |
51 | ; ;allow=g729 | |
52 | ; allow=ulaw | |
53 | ; allow=alaw | |
54 | ; context=FPT-incoming |