lloyd.aloysius at gmai... Guest
|
Posted: Wed Apr 27, 2022 12:35 am Post subject: [Freeswitch-users] Serving configuration with mod_lua and so |
|
|
Hi All
When I use the mod_cml_curl and sofia.conf . The following expanding properly.
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="sip-port" value="$${internal_sip_port}"/>
But I use lua and sofia.conf, the following not working. Variables not calculated.
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="sip-port" value="$${internal_sip_port}"/>
Why when I send the xml configuration using lua not working ($${local_ip_v4},$${internal_sip_port}) . But the same xml work for xml_curl
Thanks
Lloyd |
|