[Freeswitch-users] Serving configuration with mod_lua and sofia.conf
Lloyd Aloysius
lloyd.aloysius at gmail.com
Wed Apr 27 05:19:08 UTC 2022
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20220427/072832e8/attachment.html>
More information about the FreeSWITCH-users
mailing list