<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">hi Steven,</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">it is kind of you answer my question in the way that meet my need,</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">but i need some helps, &nbsp;by reading wiki on mod_xml_curl i am not able to understand what exactly must to do for implement realtime on freeswitch</div><div><font class="Apple-style-span" size="3">what is the next step for implement realtime after set binding directory &nbsp;in&nbsp;</font>/usr/local/freeswitch/conf/autoload_configs/xml_curl.conf.xml &nbsp;as follow
 and load mod_xml_curl ?</div><div><div>&lt;configuration name="xml_curl.conf" description="cURL XML Gateway"&gt;</div><div>&nbsp; &lt;bindings&gt;</div><div>&nbsp; &nbsp; &lt;binding name="directory_fetcher"&gt;</div><div>&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&lt;param name="gateway-url" value="http://192.168.10.89:8080" bindings="directory"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="disable-100-continue" value="true"/&gt;<span class="Apple-tab-span" style="white-space:pre">        </span></div><div><div>&nbsp; &lt;/binding&gt;</div><div>&nbsp; &lt;/bindings&gt;</div><div>&lt;/configuration&gt;</div><div><br></div><div>i think the next step is to put my script -on any programming languges-in the below path ?</div><div>/usr/local/freeswitch/htdocs/<br></div><div>is it possible for you to describe me &nbsp;only the steps for implement raltime to findout what exactly should to do?</div><div><br></div></div><div>thanks so much</div></div><div
 style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><span class="Apple-tab-span" style="white-space:pre">        </span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div>  <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Steven Ayre &lt;steveayre@gmail.com&gt;<br> <b><span style="font-weight: bold;">To:</span></b> FreeSWITCH Users Help &lt;freeswitch-users@lists.freeswitch.org&gt; <br><b><span style="font-weight: bold;">Cc:</span></b> Free SWITCH Users Help &lt;freeswitch-users@lists.freeswitch.org&gt; <br> <b><span style="font-weight:
 bold;">Sent:</span></b> Saturday, June 23, 2012 4:41 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Freeswitch-users] some questions on mod_xml_curl?<br> </font> </div> <br>
<div id="yiv44886045"><div><div><span class="yiv44886045Apple-style-span" style=""><blockquote type="cite"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: times, serif; "><div>1- for implementing mod_xml_cur must to running webserver?</div></div></div></blockquote></span><div><br></div>The purpose of mod_xml_curl is to download configuration files via HTTP, so yes it does require running a webserver. That doesn't have to run on the same machine though, it just needs to be reachable.</div><div><br></div><span class="yiv44886045Apple-style-span" style=""><blockquote type="cite"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: times, serif; "><div>3- if we want to use python or c++ or perl langueges in mod_xml_curl so the werb server should to be implement via php</div><div>because using python we couldn't implement web server
 ?</div></div></div></blockquote><div><span class="yiv44886045Apple-style-span" style=""><br></span></div></span><span class="yiv44886045Apple-style-span" style="">You can implement the scripts running on the webserver in any language you like (any of the above including python can be used), the script just needs to capable of outputting the correct XML.<br></span><div><div><span class="yiv44886045Apple-style-span" style=""><br></span></div><span class="yiv44886045Apple-style-span" style=""><blockquote type="cite"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: times, serif; "><div>2-is it possible to use mysql directly without webserver ,like ASterisk realtime architecture?</div><div>in other hand after sip request use sql request instead of http request&nbsp;</div></div></div></blockquote><div><span class="yiv44886045Apple-style-span" style=""><br></span></div></span><span
 class="yiv44886045Apple-style-span" style="">This isn't enough information for us to answer your question. Some parts of FS can indeed talk to a DB directly, others generally shouldn't (CDR). What specifically are you wanting to store in the database and access directly from FS?<br></span></div><div><div><span class="yiv44886045Apple-style-span" style=""><br></span></div><div><span class="yiv44886045Apple-style-span" style=""><br></span>Steve on iPhone</div><div><br></div><div><br></div><div><br>On 23 Jun 2012, at 06:48, Samira Mh &lt;<a rel="nofollow" ymailto="mailto:saami_mh@ymail.com" target="_blank" href="mailto:saami_mh@ymail.com">saami_mh@ymail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div>hi,</div><div>i have some questions on mod_xml_curl ..</div><div>1- for implementing
 mod_xml_cur must to running webserver?</div><div>2-is it possible to use mysql directly without webserver ,like ASterisk realtime architecture?</div><div>in other hand after sip request use sql request instead of http request&nbsp;</div><div>3- if we want to use python or c++ or perl langueges in mod_xml_curl so the werb server should to be implement via php</div><div>because using python we couldn't implement web server ?</div><div><br></div></div></div></blockquote><blockquote type="cite"><div><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br><span><a rel="nofollow" ymailto="mailto:consulting@freeswitch.org" target="_blank" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></span><br><span>http://www.freeswitchsolutions.com</span><br><span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication
 Server</span><br><span>http://www.cudatel.com</span><br><span></span><br><span>Official FreeSWITCH Sites</span><br><span>http://www.freeswitch.org</span><br><span>http://wiki.freeswitch.org</span><br><span>http://www.cluecon.com</span><br><span></span><br><span>Join Us At ClueCon - Aug 7-9, 2012</span><br><span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a rel="nofollow" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</span><br><span>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users</span><br><span><a rel="nofollow" target="_blank"
 href="http://www.freeswitch.org/">http://www.freeswitch.org</a></span><br></div></blockquote></div></div></div><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a ymailto="mailto:consulting@freeswitch.org" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br><br>Join Us At ClueCon - Aug 7-9, 2012<br><br>FreeSWITCH-users mailing
 list<br><a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" 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><br><br> </div> </div>  </div></body></html>