Hello All,<br>I am using mod_callcenter and have the agents definitions as follows:<br>&lt;agents&gt;<br>&lt;agent name=&quot;<a href="mailto:7080@test.com">7080@test.com</a>&quot; type=&quot;callback&quot; contact=&quot;[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>&quot; status=&quot;Available&quot;/&gt;<br>
&lt;agent name=&quot;<a href="mailto:7040@test.com">7040@test.com</a>&quot; type=&quot;callback&quot; contact=&quot;[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>&quot; status=&quot;Available&quot;/&gt;<br>
&lt;/agents&gt;<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 &quot;<a href="http://test.com">test.com</a>&quot; and send the call to the resolved IP address. But after I do a &quot;reload -f mod_callcenter&quot;, 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>