[Freeswitch-users] mod_xml_cdr DNS
Justin B Newman
justin at ejtown.org
Mon Apr 5 12:47:34 PDT 2010
I have mod_xml_cdr set with a url to POST entries to.
The DNS record is something along the lines of:
cdr.mydomain.com. 600 IN CNAME mydomain.com.
mydomain.com. 600 IN A 10.10.10.1
mydomain.com. 600 IN A 10.10.10.2
Only one of the two web servers is receiving any POSTs.
I tried adding "curl_easy_setopt(curl_handle,
CURLOPT_DNS_CACHE_TIMEOUT, 0);" to mod_xml_cdr.c, to no avail.
Any ideas?
-jbn
More information about the FreeSWITCH-users
mailing list