Hi all, I try to use mod_xml_cdr for posting CDR records to my web server but without luck. The situation is as follows:
1. I utilize mod_xml_curl to serve configuration, directory and dialplan to the FreeSWITCH - it works very well. 2. On the same web server I prepare cdr.php file to work with CDR (normalize, insert to DB etc.) 3. When I test mentioned file from www browser (localy or remotly), everything works fine. 4. When I fire the call, after it ends I see: [ERR] mod_xml_cdr.c:184 my_on_hangup() Got error [0] posting to web server [https://192.168.1.125/fs/cdr.php] and the CDR is saved to the HDD 5. If I check apache logs (access|error|request|whatever) I can't see any request sent to cdr.php BTW: I load mod_xml_cdr in post_load_modules.conf and the config is: <configuration name="xml_cdr.conf" description="XML CDR CURL logger"> <settings> <param name="url" value="https://192.168.1.125/fs/cdr.php"/> <param name="retries" value="2"/> <param name="delay" value="5"/> <param name="log-dir" value=""/> <param name="log-b-leg" value="true"/> <param name="ignore-cacert-check" value="true" /> </settings> </configuration> I'm sure I miss something important, but don't know what :-) Any suggestion is very welcome... Best regards, kokoska.rokoska _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
