Hello,<br><br>To make my dialplan more robust, I thought I wouldn&#39;t include any meetme-specific rules and I would exlusively rely on meetme.conf data.<br><br>For each dialed number, I would check if this number is used as a conference room number in meetme.conf.<br>
<br>When I&#39;m trying to implement this, I can see that :<br>1. AST_CONFIG is not convenient to parse lines like &quot;conf=&gt;1234&quot;, as several lines are present and AST_CONFIG is dedicated to  key-value pairs.<br>
2. MEETME_INFO is focused on live conferences (though issue 15450 extends this behaviour).<br><br>How would you work around this without using Realtime ?<br><br>Regards<br>