Commit | Line | Data |
---|---|---|
adb2451a TN |
1 | ; /etc/asterisk/auf/sip.local est inclu par sip.conf |
2 | ; | |
3 | ; Pour chaque utilisateur, faire une entree en adaptant le modele ci dessous | |
4 | ; | |
5 | ; NB: "Prenom NOM" doit faire au plus 16 caractères, uniquement en ASCII (pas d'accent) afin | |
6 | ; de bien s'afficher sur le IP Phone 5 (ecran LCD de 16 caractères ASCII) | |
7 | ; NB: <nnnnnn> est le numéro avec le préfixe international, uniquement des chiffres, sans espace | |
8 | ; NB: mailbox=nnn@AUF doit être en conformité avec la référence du compte dans voicemail.local | |
9 | ; NB: disallow & allow: liste les codecs possibles ; on peut changer cela pour certains clients | |
10 | ; | |
11 | ; [prenom.nom] | |
12 | ; type=friend | |
13 | ; callerid="Prenom NOM" <nnnnnnn> | |
14 | ; secret=motdepasse | |
15 | ; context=AUF | |
16 | ; mailbox=nnn@AUF | |
17 | ; host=dynamic | |
18 | ; disallow=all | |
19 | ; allow=ulaw | |
20 | ; allow=gsm | |
21 | ; allow=h264 | |
22 | ; allow=h263p | |
23 | ; allow=h263 | |
24 | : allow=h261 | |
25 | ||
26 | ; A SUPPRIMER ! UNIQUEMENT POUR PREMIERS TESTS ! | |
27 | [test] | |
28 | type=friend | |
29 | callerid="Compte TEST" <100> | |
30 | secret=test | |
31 | context=AUF | |
32 | mailbox=100@AUF | |
33 | host=dynamic | |
34 | disallow=all | |
35 | allow=ulaw | |
36 | allow=gsm | |
37 | allow=h264 | |
38 | allow=h263p | |
39 | allow=h263 | |
40 | allow=h261 | |
41 |