<div dir="ltr"><div dir="ltr"></div>Oh, your issue is about incoming calls on those gateways?<div><br><div>If it's actually via the FreeSWITCH system of a gateway (instead of just an open IP:PORT) you can have it set a variable that you can monitor for:</div></div><div><br></div><div><a href="https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration#GatewaysConfiguration-Variables">https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration#GatewaysConfiguration-Variables</a> </div><gateway><br> ...params...<br> <variables><br><b>   <variable name="inbound_var_name"  value="this is inbound"  direction="inbound"/></b><br>   <variable name="outbound_var_name" value="this is outbound" direction="outbound"/><br>   <variable name="both_var_name"     value="this on any direction"/><br> </variables><br><div></gateway> <br></div><div><br></div><div><br></div><div><br></div></div>