Hi All
Using Vicibox v.10.0.2 - Kernel 5.3.18-57-default
Asterisk 16.17.0-vici
Checked out revision 3753
initially i was using v.10.0.2 with Asterisk 13 with meetme and was working correctly.
i followed
https://dialer.one/how-to-switch-vicidi ... onfbridge/ and this
https://www.vicidial.org/docs/ConfBridg ... tation.txt when i try to load the app_confbridge.so i get the following error
Connected to Asterisk 16.17.0-vici currently running on vicibox10 (pid = 6530)
vicibox10*CLI> module load app_confbridge.so
Unable to load module app_confbridge.so
Command 'module load app_confbridge.so' failed.
[Aug 18 10:18:50] ERROR[17117]: config_options.c:780 aco_process_var: Could not find option suitable for category 'vici_agent_user' named 'hear_own_join_sound' at line 40 of /etc/asterisk/confbridge-vicidial.conf
[Aug 18 10:18:50] ERROR[17117]: config_options.c:572 process_category: In confbridge.conf: Processing options for vici_agent_user failed
[Aug 18 10:18:50] ERROR[17117]: app_confbridge.c:4363 load_module: Unable to load config. Not loading module.
i checked line 40 and its identical to the documentation
32 ; User Profile for agent channels
33 [vici_agent_user]
34 type=user
35 admin=no
36 quiet=no
37 startmuted=no
38 marked=yes
39 dtmf_passthrough=yes
40 hear_own_join_sound=yes
41 dsp_drop_silence=yes
i tried changing line 40 to =no but i get the same error.