Hello!
I have installed last version vicidial from ViciBox5.i686-5.0.3.iso
Everything work fine, but when I call to the phone on Vicidial my call transferred to VM.
in asterisk log I see:
[Jan 16 08:27:03] WARNING[20745]: pbx.c:1442 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (Dial(SIP/2521|60|))
In extensions-vicidial.conf
; Phones direct dial extensions:
exten => 2521,1,Dial (SIP/2521|60|)
exten => 2521,1,Goto (default,850266666666662521,1)
In extensions-vicidial.conf I manually changed | to , :
exten => 2521,1,Dial (SIP/2521,60)
exten => 2521,1,Goto (default,850266666666662521,1)
and problem was solved, but if make any configurations in Admin web form (Phones, Ingroup, CallMenu etc) its make changes in extensions-vicidial.conf, and change , to |
exten => 2521,1,Dial (SIP/2521|60|)
Thank you for help.