[Freeswitch-dev] mod_skypiax (skype endpoint) new timing

2010-02-13 Thread Giovanni Maruzzelli
Hello FreeSWITCHers, I've just committed on svn16640 new timing for mod_skypiax, and I would like if you guys give it a test in the various use cases. ciao for now, -giovanni -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 ___ FreeSWITCH-d

Re: [Freeswitch-dev] hint on adding semi-dynamic support on mod_xml_curl

2010-02-13 Thread Matteo
Hi, - "Brian West" ha scritto: > That isn't the point of XML_CURL if you're doing this just write out > the configs on disk. sure, maybe xml_curl is not the right place. But basically is the same thing as you say, just trying to avoid having another agent which fetches configs, writes and

Re: [Freeswitch-dev] hint on adding semi-dynamic support on mod_xml_curl

2010-02-13 Thread Anthony Minessale
Its very complicated to properly cache entries and will require a very difficult hashing process. On Feb 13, 2010 9:16 AM, "Brian West" wrote: That isn't the point of XML_CURL if you're doing this just write out the configs on disk. /b On Feb 13, 2010, at 5:57 AM, Matteo wrote: > any hint on

Re: [Freeswitch-dev] hint on adding semi-dynamic support on mod_xml_curl

2010-02-13 Thread Brian West
That isn't the point of XML_CURL if you're doing this just write out the configs on disk. /b On Feb 13, 2010, at 5:57 AM, Matteo wrote: > any hint on where to start looking? ___ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://

[Freeswitch-dev] hint on adding semi-dynamic support on mod_xml_curl

2010-02-13 Thread Matteo
Hi, I'm thinking to add support for a semi-dynamic way of working to mod_xml_curl. The idea is very simple: instead of asking everytime what to do (fully dynamic), implement a way of working were the dialplan is fetched from http but then kept in memory, as a flat file is. then when reloadxml is