I have installed Vicibox 5.0.3 preload x86 last night to test soundboard.
I got SVN
VERSION: 2.14-620a
BUILD: 170623-2142
Asterisk 1.8
Everything is fine. But while playing a file. I get the below errors.
[Jun 29 11:41:50] -- Executing [473782178600051@default:1] Answer("IAX2/ASTplay-1533", "") in new stack
[Jun 29 11:41:50] -- Call accepted by 127.0.0.1 (format ulaw)
[Jun 29 11:41:50] -- Format for call is ulaw
[Jun 29 11:41:50] -- IAX2/127.0.0.1:42569-5021 answered Local/473782168600051@default-00000009;2
[Jun 29 11:41:50] > Channel Local/473782168600051@default-00000009;1 was answered.
[Jun 29 11:41:50] -- Executing [473782158521111@default:1] Answer("Local/473782168600051@default-00000009;1", "") in new stack
[Jun 29 11:41:50] -- Executing [473782158521111@default:2] ControlPlayback("Local/473782168600051@default-00000009;1", "DNC|99999|0|1|2|3|4") in new stack
[Jun 29 11:41:50] WARNING[4817]: pbx.c:1442 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (ControlPlayback(DNC199999|0|1|2|3|4))
[Jun 29 11:41:50] WARNING[4817]: file.c:666 ast_openstream_full: File DNC|99999|0|1|2|3|4 does not exist in any format
[Jun 29 11:41:50] WARNING[4817]: file.c:957 ast_streamfile: Unable to open DNC|99999|0|1|2|3|4 (format 0x40 (slin)): No such file or directory
[Jun 29 11:41:50] -- Executing [473782158521111@default:3] Hangup("Local/473782168600051@default-00000009;1", "") in new stack
[Jun 29 11:41:50] == Spawn extension (default, 473782158521111, 3) exited non-zero on 'Local/473782168600051@default-00000009;1'
I'm aware that this statement is wrong
Executing [473782158521111@default:2] ControlPlayback("Local/473782168600051@default-00000009;1", "DNC|99999|0|1|2|3|4") in new stack
And the correct one is
Executing [473782158521111@default:2] ControlPlayback("Local/473782168600051@default-00000009;1", "DNC,99999,0,1,2,3,4") in new stack
But I don't know how to achieve that. Can you help me on that?
Thank you.