| 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 | ; call-limit=10 |
| 20 | ; allow=ulaw |
| 21 | ; allow=gsm |
| 22 | ; allow=h264 |
| 23 | ; allow=h263p |
| 24 | ; allow=h263 |
| 25 | : allow=h261 |
| 26 | |
| 27 | ; A SUPPRIMER ! UNIQUEMENT POUR PREMIERS TESTS ! |
| 28 | [test] |
| 29 | type=friend |
| 30 | callerid="Compte TEST" <100> |
| 31 | secret=test |
| 32 | context=AUF |
| 33 | mailbox=100@AUF |
| 34 | host=dynamic |
| 35 | call-limit=10 |
| 36 | disallow=all |
| 37 | allow=ulaw |
| 38 | allow=gsm |
| 39 | allow=h264 |
| 40 | allow=h263p |
| 41 | allow=h263 |
| 42 | allow=h261 |
| 43 | |