<div dir="ltr"><br>Hello,<br><br>The outcall works and agents join the conference but the
verto communicator agents don't see the other participants. 

mod_verto is not sending the conference-liveArray-join verto.event to the agents. If I auto-outcall directly the agents with (user/xxx@${domain}) everything works.<br><br>My setup is like this:<br><br><action application="conference_set_auto_outcall" data="{conference_member_flags=moderator}sofia/internal/799@${domain}"/><br><action application="conference" data="conf-${caller_id_number}@video-mcu-stereo"/><br><br>video-mcu-stereo profile has:<br><param name="conference-flags" value="video-floor-only|rfc-4579|minimize-video-encoding|livearray-json-status|json-events|livearray-sync"/><br><br><extension name="my_callcenter"><br>  <condition field="destination_number" expression="799"><br>    <action application="set" data="hangup_after_bridge=true"/><br>    <action application="set" data="continue_on_fail=true"/><br>    <action application="set" data="originate_continue_on_timeout=true"/><br>    <action application="set" data="call_timeout=15"/><br>    <action application="callcenter" data="my_callcenter@x.x.x.x"/><br>  </condition><br></extension><br><br>in directory/default.xml I have:<br><param name="jsonrpc-allowed-methods" value="verto"/>  <br><param name="jsonrpc-allowed-event-channels" value="demo,conference,presence,conference-liveArray,conference-mod"/><br><br>Any help is highly appreciated!<br><br>Thanks,<br>Tudor<br></div>