| 1 | ; /etc/asterisk/auf/extensions-globals.local |
| 2 | ; Fichier est inclu dans la section [globals] de extensions.conf |
| 3 | ; |
| 4 | ; NE MODIFIEZ PAS CE FICHIER DIRECTEMENT ! Il est généré depuis les |
| 5 | ; résultats de réponses debconf ! |
| 6 | ; Pour modifier ces valeurs, faites "dpkg-reconfigure -plow asterisk-config-auf" |
| 7 | |
| 8 | ; Authentification pour se connecter a d'autres serveurs |
| 9 | ; format : AUFAUTH=implantation:[clefprivee] |
| 10 | AUFAUTH=auf-ville:[auf-ville] |
| 11 | |
| 12 | ; Prefixe pour avoir l'international |
| 13 | AUFPREFIX=00 |
| 14 | |
| 15 | ; Longueur du prefixe |
| 16 | AUFPREFIXLEN=2 |
| 17 | |
| 18 | ;;; AUF : téléphonie unifiée |
| 19 | ;;; si vous avez une carte intégrée, activez le paramètre ci-dessous |
| 20 | ;TRUNK=DAHDI/G2 ; Trunk interface |
| 21 | ; |
| 22 | ; Note the 'G2' in the TRUNK variable above. It specifies which group (defined |
| 23 | ; in chan_dahdi.conf) to dial, i.e. group 2, and how to choose a channel to use |
| 24 | ; in the specified group. The four possible options are: |
| 25 | ; |
| 26 | ; g: select the lowest-numbered non-busy DAHDI channel |
| 27 | ; (aka. ascending sequential hunt group). |
| 28 | ; G: select the highest-numbered non-busy DAHDI channel |
| 29 | ; (aka. descending sequential hunt group). |
| 30 | ; r: use a round-robin search, starting at the next highest channel than last |
| 31 | ; time (aka. ascending rotary hunt group). |
| 32 | ; R: use a round-robin search, starting at the next lowest channel than last |
| 33 | ; time (aka. descending rotary hunt group). |
| 34 | ; |
| 35 | |
| 36 | ;;; si vous utilisé un préfixe, par exemple 9 (90022650678543), avant les numéros hors voip, alors activez le TRUNKMSD |
| 37 | ;;; pour qu'Asterisk enlève le 9 avant de composer le numéro demandé |
| 38 | ; TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) |