Queue : Dynamic members not registered

Hello everyone,

I have a queue where I have put some Dynamic members with extensions registered.
But when I submit and save the new configuration of this queue, the dynamic members aren’t registered on the Asterisk server.

Is it normal?

My Queue config:

[1]
announce-frequency=0
announce-holdtime=no
announce-position=no
answered_elsewhere=0
autofill=yes
autopause=all
autopausebusy=no
autopausedelay=0
autopauseunavail=yes
joinempty=yes
leavewhenempty=no
maxlen=0
memberdelay=0
monitor-join=yes
penaltymemberslimit=0
periodic-announce-frequency=0
queue-callswaiting=silence/1
queue-thereare=silence/1
queue-youarenext=silence/1
reportholdtime=no
retry=0
ringinuse=yes
servicelevel=60
setinterfacevar=yes
strategy=leastrecent
timeout=10
timeoutpriority=conf
timeoutrestart=no
weight=0
wrapuptime=10
eventmemberstatus=no

So, as we can see, there isn’t any dynamic members written, and yet, I have put extensions on the Dynamic members’s field.

Thank you for your answers!

Normal. Only static queue agents are written to the conf file.

Okay, so there is no way to register dynamic members on Asterisk?

I know that FreePBX can’t use agents.conf, but I need this file configured by a GUI, not manually if possible. In order to use queues.conf and agents.conf for my dialplans using Visual Dialplan.

Thank you for your answer.