Hello All,<br>I am using mod_callcenter and have the agents definitions as follows:<br><agents><br><agent name="<a href="mailto:7080@test.com">7080@test.com</a>" type="callback" contact="[call_timeout=15,sip_h_X-Type=group]sofia/<a href="http://test.com/7080@test.com;fs_path=$${proxy_ip}">test.com/7080@test.com;fs_path=$${proxy_ip}</a>" status="Available"/><br>
<agent name="<a href="mailto:7040@test.com">7040@test.com</a>" type="callback" contact="[call_timeout=15,sip_h_X-Type=group]sofia/<a href="http://test.com/7040@test.com;fs_path=$${proxy_ip}">test.com/7040@test.com;fs_path=$${proxy_ip}</a>" status="Available"/><br>
</agents><br><br>I include the fs_path parameter since my agents are not directly registered on freeswitch. The calls need to be sent to a different proxy server where the agents are registered. proxy_ip variable is defined in the vars.xml.<br>
Now the problem is as follows:<br>When I start freeswitch, the calls routed to callcenter queues are not sent to the fs_path parameter defined. Instead freeswitch tries to resolve the domain "<a href="http://test.com">test.com</a>" and send the call to the resolved IP address. But after I do a "reload -f mod_callcenter", the calls are properly routed to the IP Address mentioned in the fs_path parameter.<br>
I am running the 1.2 RC2 version of freeswitch. Can anyone explain why this might happen and why do I exclusively need to reload the callcenter module to make this work.<br><br>Thanks for any suggestions or pointers to check for this problem.<br>
<br>--- Jayesh<br>