extensions_customs.conf

Hello!

Sorry for my inexperiencie but I need to know the meaning of each of these lines:

exten => _X.,1,Set(CALLERID(all)=653485409)
;exten => _X.,n,Macro(record-enable,${AMPUSER},OUT,)
exten => _X.,n,Dial(ZAP/g1/0${EXTEN:1})
exten => _X.,n,Hangup
;exten => _X.,n,Macro(outisbusy,)

;exten => _X.,1,NoOp(“Llamada para Gateway”)
;exten => _X.,n,Dial(SIP/ToGatewaySIP/${EXTEN})
;exten => _X.,n,Hangup

Thanks!!!

Perhaps start with

http://www.voip-info.org/wiki/view/Asterisk+config+extensions.conf

(you have a long journey in front of you but it will decrease your inexperienece :slight_smile: )