good day,
Guys I am implementing a new vicidial-express server, I leave the version of it.
VERSION: 2.14-784a
BUILD: 210124-0947
I have a problem when making a call, I have a functional trunk and above, I will leave a screenshot, additionally I already have the trunk dial plan, but when making calls and monitoring through the ASTERISK console no record of that appears call.
- Troncal:
the trunk was configured directly by console in SIP.CONF
intercom 51.222.xxx.xxx Yes Yes 5060 OK (82 ms)
- dial plan:
the dial plan was configured directly by console in EXTENSIONS.CONF
#include extensions-vicidial.conf
[Llamadas]
exten => _957[12345678]NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
;same => n,Dial(SIP/03${EXTEN:3}@gwuno,30,Tto)
;same => n,Dial(SIP/03${EXTEN:3}@gwdos,30,Tto)
;same => n,Dial(SIP/03${EXTEN:3}@gwtres,30,Tto)
;same => n,Dial(SIP/03${EXTEN:3}@gwcuatro,30,Tto)
;same => n,Dial(SIP/03${EXTEN:3}@gwcinco,30,Tto)
;same => n,Macro(grabar,${EXTEN:1},${CDR(accountcode)},${CALLERID(num)},${UNIQUEID})
same => n,Dial(SIP/${EXTEN:1}@intercom,30,Tto)
same => n,Hangup()
exten => _9573XXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
;same => n,Macro(cel,${EXTEN:3})
;same => n,Set(CALLERID(num)=asterisk)
;same => n,Dial(SIP/${EXTEN:3}@gwuno,30,Tto)
;same => n,Dial(SIP/${EXTEN:3}@gwdos,30,Tto)
;same => n,Dial(SIP/${EXTEN:3}@gwtres,30,Tto)
;same => n,Dial(SIP/${EXTEN:3}@gwcuatro,30,Tto)
;same => n,Dial(SIP/${EXTEN:3}@gwcinco,30,Tto)
;same => n,Macro(grabar,${EXTEN},${CDR(accountcode)},${CALLERID(num)},${UNIQUEID})
same => n,Set(CALLERID(num)=asterisk)
same => n,Dial(SIP/${EXTEN:1}@intercom,100,Tto)
same => n,Hangup()
I don't know what else I need to do to get outgoing calls to work. If someone can give me a guide to continue I would appreciate it too much.