Homer 7 - Capture ID

Hey, i have an Astpp system that controls 3 Freeswitches Instances.

How can i configure a different capture id for the capture server setting in each Freeswitch without the main configuration overriding it?

Also can i configure the capture id as string and not integer? like the hostname of the freeswitch

@TheCourier , in system table you can modify the datatype for the related filed from integer to string, for different capture id, you need customization where you can store each FS node capture id as different db>table entry and perform select/insert operation on each FS node accordingly.