Page 1 of 1

Vicibox-5.0.3 Dialplan error in extensions-vicidial.conf

PostPosted: Thu Jan 16, 2014 1:28 am
by Panbit
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.

Re: Vicibox-5.0.3 Dialplan error in extensions-vicidial.conf

PostPosted: Thu Jan 16, 2014 12:05 pm
by striker
make you have asterisk version = 1.8 in ADMIN-SERVERS- In Gui

Re: Vicibox-5.0.3 Dialplan error in extensions-vicidial.conf

PostPosted: Fri Jan 17, 2014 12:33 am
by Panbit
striker wrote:make you have asterisk version = 1.8 in ADMIN-SERVERS- In Gui



Opss, no in Admin GUI 1.4.21.2
Can I change manually to 1.8.23.0, or I have to do something else?

Could you give me recommendations what i have to do?

Re: Vicibox-5.0.3 Dialplan error in extensions-vicidial.conf

PostPosted: Fri Jan 17, 2014 12:38 am
by striker
put 1.8.23.0
save

and again in same screen select Rebuild conf files: Y
save

may be u can have reboot, then check it.

Re: Vicibox-5.0.3 Dialplan error in extensions-vicidial.conf

PostPosted: Fri Jan 17, 2014 1:40 am
by Panbit
Striker, thank you for help !!!
problem solved!!!

was problem with call transfer, end this problem solved too !!!!!

Re: Vicibox-5.0.3 Dialplan error in extensions-vicidial.conf

PostPosted: Mon Jan 20, 2014 9:44 am
by rrb555
Are you still using delimiter pipe not comma when you changed the asterisk version to 1.8.23.0?

and btw, did you upgrade or updated to the latest OS update by using zypper refresh and zypper up?

As I am using now the 1.8.25.0 asterisk now