we did a new install of vici VERSION: 2.12-538a BUILD: 160122-1401 and have a cluster set up with webserver on one and asterisk on the other 2. I copied the dialplans and carriers from the original vici and when trying to make a call i get "thats not a valid extention"
here is my dialplan
exten => _NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _NXXNXXXXXX,n,Dial(SIP/Voipesst/1${EXTEN},,tTo)
exten => _NXXNXXXXXX,n,Hangup
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,n,Dial(SIP/Voipesst/${EXTEN:1},,tTo)
exten => _1NXXNXXXXXX,n,Hangup
exten => _7NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7NXXNXXXXXX,n,Dial(SIP/Voipesst/7291${EXTEN:1},,tTo)
exten => _7NXXNXXXXXX,n,Hangup