Zed-3 GS8 Manual de usuario Pagina 24

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 33
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 23
best tools to tune the card named fxotune. To tune your card first shutdown the asterisk service and then
run:
# /usr/sbin/fxotune -i 0
I put 0 (zero) because to dial an outside line I set the asterisk configuration to use 0. You should change
it to whatever number you use. fxotune will create /etc/fxotune.conf file to put all the configuration it
creates to reduce the echo. Pleas read "man fxotune" for more explanation about the tools.
To enable Asterisk to use the card configuration every time we boot the server we need a slight
modification of init script. We should call the fxotune before we call Asterisk, you can either modify
the init script of Asterisk to call fxotune before it call the Asterisk or you can modify
/etc/init.d/after.local (yes, I use openSUSE). I prefer to use after.local. Create /etc/init.d/after.local and
fill the lines below:
# ! /bin/sh
/usr/sbin/fxotune -s
sleep 1
/etc/init.d/asterisk161 start
Also you need to remove asterisk service from init script
# insserv -r /etc/init.d/asterisk161
You can boot the server and hear the difference. If everything goes well you can hear no echo
Now let’s take a look back to our extension.conf that I already give in the part 3.
[recordings]
exten => 500,1,Answer
exten => 500,2,Playback(en/silakanrekamgreeting)
exten => 500,3,Record(en/mymessage:gsm)
exten => 500,4,Playback(en/pesananda)
exten => 500,5,Playback(en/mymessage)
exten => 500,6,Playback(en/tekan1)
exten => 500,7,WaitExten(3)
exten => t,1,Playback(en/maafmohonulangi)
exten => t,2,Goto(500,5)
exten => i,1,Playback(en/pesanandasalah)
Vista de pagina 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 32 33

Comentarios a estos manuales

Sin comentarios