Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

viernes, 31 de mayo de 2013

Custom ringtone on calls from queue




Postby malcolmd » Fri May 31, 2013 6:58 am 


Code:
exten => 200,1,NoOp()
same => n,Answer()
same => n,SIPAddHeader("Alert-Info: <ringding>")
same => n,Queue(sales-queue)


Asterisk 11.4-ish

I dial 200, I hear my ringding ringtone, which is not the default ringtone for my phones, on each of my called phones. It works for both permanent Queue members (defined statically in queues.conf, e.g. SIP/101), as well as login/logout members who've logged themselves in via the Queues app on the phone.
 

miércoles, 8 de mayo de 2013

How to remove Asterisk


it is sometimes necessary to completely remove Asterisk for one machine, for example because you need to install a newer version.

Stop Asterisk and unload its modules
The first thing you have to do is to stop Asterisk and unload the modules it may be using, e.g Zaptel's.
The following lines will brutally terminate Asterisk and kill all ongoing conversation. You have to kill safe_asterisk first, otherwise it will respawn Asterisk.
killall -9 safe_asterisk
killall -9 asterisk