Hello,<br><br>I&#39;ve read a couple of docs on the web about distributed call centers (mainly this one <a href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;cad=rja&amp;ved=0CDgQFjAB&amp;url=http%3A%2F%2Fleifmadsen.com%2Fsites%2Fdefault%2Ffiles%2Fcc01-madsen-digium.pdf&amp;ei=wcT9ULmWLIKIhQf6zIB4&amp;usg=AFQjCNF1ehGNvK63uDyq4FDS6_B9OsjZDQ&amp;bvm=bv.41248874,d.ZG4">http://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;cad=rja&amp;ved=0CDgQFjAB&amp;url=http%3A%2F%2Fleifmadsen.com%2Fsites%2Fdefault%2Ffiles%2Fcc01-madsen-digium.pdf&amp;ei=wcT9ULmWLIKIhQf6zIB4&amp;usg=AFQjCNF1ehGNvK63uDyq4FDS6_B9OsjZDQ&amp;bvm=bv.41248874,d.ZG4</a>).<br>
<br>Before diving into this, I&#39;ve got the following question :<br><br>- let say we have two Asterisk servers A and B,<br>- both are interconnected through PSTN (no SIP trunk)<br>- agent Alice&#39;s phone is connected (ie registered) to server A<br>
- Alice&#39;s phone can be reached from server A phones dialing Local/6789<br>- Alice&#39;s phone can also be reached from server B phones dialing Local/00123456789<br><br><br>1. How do you configure both servers so that Alice&#39;s phone becomes a Queue Member from a server B given queue ?<br>
Simply calling AddQueueMember on server B, passing Local/00123456789 as interface value (ie AddQueueMember second argument) ?<br><br>2. Then, how should server A publish Alice&#39;s phone status ?<br>How should server B consume  Alice&#39;s phone status and associate it with the Queue member activity ? Using AddQueueMember stateinterface argument ?<br>
<br>Regards<br><br><br><br><br><br>