[Freeswitch-users] xml_mod_cdr
David Villasmil
david.villasmil.work at gmail.com
Tue Oct 26 08:34:29 PDT 2010
Hello Guys,
I'm trying to configure mod_xml_cdr and i keep on getting this error on startup:
2010-10-26 17:06:06.364270 [CRIT] switch_loadable_module.c:882 Error
Loading module /usr/local/freeswitch/mod/mod_xml_cdr.so
**/usr/local/freeswitch/mod/mod_xml_cdr.so: undefined symbol:
switch_channel_get_variable**
my xml config is the following:
<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
<settings>
<param name="url" value="http://server_ip/cdrpost/post.php"/>
<param name="retries" value="2"/>
<param name="log-dir" value="/var/log/freeswitch"/>
<param name="log-b-leg" value="true"/>
<param name="prefix-a-leg" value="true"/>
<param name="encode" value="true"/>
<param name="err-log-dir" value="/var/log/freeswitch/errors"/>
</settings>
</configuration>
My FreeSWITCH version is:
2010-10-26 17:25:38.227987 [CONSOLE] switch_core.c:1605
FreeSWITCH Version 1.0.head (git-) Started.
Can anyone help me out?
Thanks!
David
More information about the FreeSWITCH-users
mailing list