<div>Hi,<br></div><div><br></div><div>Although what I'm trying to achieve seems like an easy task, I have been tearing my hair for the past two days getting Kamailio to dispatch incoming phone calls to two different groups of Asterisk servers in my dispatcher list. I have 30 dedicated phone numbers from Telco: 020131600 - 020131629. I want 00-19 to be routed to Group 1, and 20-29 to be routed to Group 2, with a Round-robin algorithm. I'm aware that I can set up these incoming phone numbers in each Asterisk server's extension dial plans; nevertheless, I want Kamailio to do the initial incoming routing to a specific group (as Group 2, for instance, will never receive calls from for instance 02013161). </div><div><br></div><div>Example dispatcher.list:<br></div><div>#Company A (Group 1)<br></div><div>1 sip:10.50.0.1 0 0 maxload=20<br></div><div>1 sip:10.50.0.2 0 0 maxload=20<br></div><div>1 sip:10.50.0.3 0 0 maxload=20<br></div><div>#Company B (Group 2)<br></div><div>2 sip: 10.60.0.1 0 0 maxload=20<br></div><div>2 sip: 10.60.0.2 0 0 maxload=20<br></div><div>2 sip: 10.60.0.3 0 0 maxload=20<br></div><div><br></div><div>I assume this is done in the route[DISPATCH] of my kamailio.cfg, using ds_select_dst, but my previous attempts to get this routing to work just breaks the config file.<br></div><div><br></div><div>I appreciate any help that I can get!<br></div><div><br></div><div>Best regards,<br></div><div>Patrik<br></div>