[Freeswitch-users] mod_xml_cdr DNS

Nazim Aghabayov nazim.aghabayov at gmail.com
Mon Apr 5 14:01:13 PDT 2010


Most probably RR is not working for CNAME. You should really try:

cdr.mydomain.com.    IN  A    10.10.10.1
cdr.mydomain.com.    IN  A    10.10.10.2



On 04/06/2010 12:47 AM, Justin B Newman wrote:
> 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
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>   




More information about the FreeSWITCH-users mailing list