I got the same error before. But once I ran the server on the configured port and send back some NO result responses to the initial request from FS. The error was gone.<br><br><div class="gmail_quote">On Mon, May 24, 2010 at 9:45 AM, Peder <span dir="ltr"><<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am trying to use xml_curl with directory and it is failing with this<br>
message:<br>
<br>
2010-05-24 08:38:46.333352 [ERR] mod_xml_curl.c:444 Binding has no url!<br>
2010-05-24 08:38:46.333352 [CRIT] switch_loadable_module.c:882 Error Loading<br>
module /usr/local/freeswitch/mod/mod_xml_curl.so<br>
**Module load routine returned an error**<br>
<br>
<br>
I am sure I am missing something, but I can't figure out what it is. The<br>
module is built:<br>
<br>
ls -al /usr/local/freeswitch/mod/mod_xml_curl.so<br>
<br>
-rwxr-xr-x 1 root root 1498152 2010-05-24 08:23<br>
/usr/local/freeswitch/mod/mod_xml_curl.so<br>
<br>
<br>
The config file looks ok from what I can tell:<br>
<br>
cat /usr/local/freeswitch/conf/autoload_configs/xml_curl.conf.xml<br>
<br>
<configuration name="xml_curl.conf" description="cURL XML Gateway"><br>
<bindings><br>
<binding name="directory_lookup"><br>
<param name="directory.php" value="<a href="http://localhost:80" target="_blank">http://localhost:80</a>"<br>
bindings="directory"/><br>
</binding><br>
</bindings><br>
</configuration><br>
<br>
<br>
I've stopped and started FS multiple times and still the same error on<br>
startup and if I try and manually load the module with "load<br>
mod_xml_curl.so". Any ideas? I am sure it is something dumb, but I just<br>
can't see it.<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>