Hi! I'm trying to set up freeswitch in a standalone grid plus a robust server. I read in a forum that freeswitch has to be started first but i got the following error:
[ERR] mod_xml_curl.c:304 Received HTTP error 0 trying to fetch http://my.public.ip:9000/api/freeswitch-config data: [hostname=my.public.ip§ion=directory&tag_name=domain&key_name=name&key_value=192.168.0.101&Event-Name=GENERAL&Core-UUID=fdf724cf-f25d-4902-b106-d353379ae43a&FreeSWITCH-Hostname=my.public.ip&FreeSWITCH-IPv4=192.168.0.101&FreeSWITCH-IPv6=%3A%3A1&Event-Date-Local=2010-11-11%2023%3A28%3A22&Event-Date-GMT=Thu,%2011%20Nov%202010%2022%3A28%3A22%20GMT&Event-Date-Timestamp=1289514502690309&Event-Calling-File=switch_core.c&Event-Calling-Function=switch_load_network_lists&Event-Calling-Line-Number=1060&domain=192.168.0.101&purpose=network-list] if i start first the sim end then freeswitch i got this other error: [ERR] mod_xml_curl.c:301 Error Parsing Result! the content of my xml_curl.conf.xml was copied and pasted from the wiki: 1 <configuration name="xml_curl.conf" description="cURL XML Gateway"> 2 <bindings> 3 <binding name="example"> 4 <param name="gateway-url" value="http://my.public.ip:9000/api/freeswitch-config" bindings="directory"/> 5 <param name="gateway-credentials" value="freeswitch:password"/> 6 <param name="disable-100-continue" value="true"/> 7 </binding> 8 <binding name="local"> 9 <param name="gateway-url" value="http://my.public.ip:9000/api/freeswitch-config" bindings="dialplan"/> 10 <param name="gateway-credentials" value="freeswitch:password"/> 11 <param name="disable-100-continue" value="true"/> 12 </binding> 13 </bindings> 14 </configuration> I would be very grateful for any advice to solve this problem and having voice in my grid. Thanks for reading _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
