<div dir="ltr">Hello fs developers<div><br></div><div>I am working on a feature for mod_callcenter, which will enable creation of queues via fs_cli.</div><div>Queues right now can be created via xml or DB backend, but for a clustered environment I think it would be usable to create and destroy queues live.</div><div><br></div><div>I am new to the code, so I need some help:</div><div><br></div><div>1. I found, that number of arguments for fs_cli is limited to 6. Is it possible to override this limit?</div><div><br></div><div>2. Do the freeswitch code has builtin variable validators? I found something like queue_set_config in the code, which looks like a it, but it is used in context with function switch_xml_config_parse_event, which loads and validates the data from XML files. I need to validate the values coming from arguments of the function.</div><div><br></div><div>3. Do you think this is simply a correct approach of creating queues, do this make sense :) ?</div><div><br></div><div>Thank you,</div><div>Thomas Boros</div></div>