Zed-3 GS8 Manuel d'utilisateur Page 33

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 33
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 32
host=dynamic
defaultip=10.8.1.120
qualify=yes
requirecalltoken=no
In all site with the asterisk server we should configure iax.conf so every server can be registered with
each other. By doing this you can call other site with extension. Now take a look again our
extensions.conf in this section:
[internal-sip]
exten => _1.,1,Dial(IAX2/ygpabxsv:[email protected]/${EXTEN:1}@local)
exten => _1.,2,Hangup()
exten => _2.,1,Dial(IAX2/ygpabxsv:[email protected]/${EXTEN:1}@local)
exten => _2.,2,Hangup()
Above lines means:
1. _1. –> if you start a call with "pressing 1 then follow by extension then you connect to asterisk
server in ip address 10.1.1.120". 10.1.1.120/${EXTEN:1} means the asterisk server in ip
10.1.1.120 will stripe the first digit.
2. _2. –> if you start a call with "pressing 2 then follow by extension then you connect to asterisk
server in ip address 10.7.1.120". 10.7.1.120/${EXTEN:1} means the asterisk server in ip
10.7.1.120 will stripe the first digit.
I think I already explain everything that you should know about how to setup and configure an asterisk
server, make a conference room, setting up extension, and even connecting between two or more
asterisk server using iax. Now it is your turn. You can experiment with my setting until you get used to
it and try another configuration that match with what you want.
Don’t forget to have a lot of fun.
Vue de la page 32
1 2 ... 28 29 30 31 32 33

Commentaires sur ces manuels

Pas de commentaire