PanDemonAeon
New Member
- Joined
- Jun 4, 2020
- Messages
- 1
- Reaction score
- 0
Hello all, I have gotten a task in school regarding Asterisk, I have tried going through the documentation to see what the code that I will write bellow does, but I honestly cant put it together. Can anyone please try to explain what does it do. It will mean a lot. This is a Dialplan.
Code:
[Trunk_Name]
exten => _X.,1,Noop(Filtering +...................)
exten => _X.,2,GotoIf($["${CALLERID(num):0:1}" = "+"]?3:4)
exten => _X.,3,Set(CALLERID(num)=${CALLERID(num):2})
exten => _X.,4,Agi(agi://127.0.0.1)
exten => _X.,5,Hangup();