[Freeswitch-users] Calls per gateway

Avi Marcus avi at avimarcus.net
Thu Apr 30 13:53:59 UTC 2020


Oh, your issue is about incoming calls on those gateways?

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:

https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration#GatewaysConfiguration-Variables

<gateway>
 ...params...
 <variables>
*   <variable name="inbound_var_name"  value="this is inbound"
 direction="inbound"/>*
   <variable name="outbound_var_name" value="this is outbound"
direction="outbound"/>
   <variable name="both_var_name"     value="this on any direction"/>
 </variables>
</gateway>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20200430/6a819101/attachment.html>


More information about the FreeSWITCH-users mailing list