Windows Server

Tuesday, February 13, 2018

Trunk Failover in Asterisk

exten => _91X.,1,ChanIsAvail(SIP/Claro&SIP/Altice)
same =>  n,NoOp(${AVAILORIGCHAN} is available)
same =>  n,Dial(${AVAILORIGCHAN}/${EXTEN:1} )
same =>  n,Hangup()


ChanIsAvail() — Finds out if a specified channel is currently available

AVAILORIGCHAN The canonical channel name that was used to create the channel—that is, the channel name without any session number.

EXTEN:1 Remove a digit to the right, in our case the 9 prefix



Reference:http://www.asteriskdocs.org/en/2nd_Edition/asterisk-book-html-chunk/asterisk-APP-B-33.html


Documentación para Rol Auditor Llamadas Elastix (No Admin)

Documentación para Rol Auditor Llamadas Elastix (No Admin) El día de hoy me tope con una necesidad de crear un usuario el cual se encar...