<div>Of course we use IAX to dial agents logged in another asterisk server.</div>
<div>&nbsp;</div>
<div>Ex. I have three asterisk servers</div>
<div>pbx1, IPaddress xxx.xxx.xxx.2</div>
<div>pbx2, IPaddress xxx.xxx.xxx.4</div>
<div>pbx3, IPaddress xxx.xxx.xxx.6</div>
<div>&nbsp;</div>
<div>Here's a portion of our dialplan when&nbsp;I dial agent/1XXX from pbx1:</div>
<div>&nbsp;</div>
<div>; attempt to dial agent from within pbx1</div>
<div>exten =&gt; _1XXX,1,Dial(Agent/${EXTEN},30,t)</div>
<div>;&nbsp;if failed, dial pbx2 through IAX&nbsp;</div>
<div>exten =&gt; _1XXX,102,Dial(IAX2/pbx1:password@xxx.xxx.xxx.4/${EXTEN})</div>
<div>; if failed, try pbx3<br>exten =&gt; _1XXX,102,Dial(IAX2/pbx1:password@xxx.xxx.xxx.6/${EXTEN})</div>
<div>&nbsp;</div>
<div>Looks okay for now, but what if we keep on adding another pbx?<br>&nbsp;</div>
<div><span class="gmail_quote">On 11/9/05, <b class="gmail_sendername">Angelito Manansala</b> &lt;<a href="mailto:lito@voicefidelity.net">lito@voicefidelity.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">not so complicated.. use IAX trunking to share dialplans<br><br><br>On 11/9/05, KRTorio &lt;<a href="mailto:krtorio@gmail.com">
krtorio@gmail.com</a>&gt; wrote:<br>&gt; Our Setup:<br>&gt;&nbsp;&nbsp;In our company we run multiple asterisk servers, and agents login (using<br>&gt; AgentCallbackLogin) to any of these. One person, one agent number ID.<br>&gt;<br>
&gt;&nbsp;&nbsp;The Problem:<br>&gt;&nbsp;&nbsp;Dialing an agent number from within one pbx is easy, but if you want to<br>&gt; dial an agent logged in another pbx, its more complicated.<br>&gt;<br>&gt;&nbsp;&nbsp;Our current dialplan performs guessing which pbx the agent is logged, by
<br>&gt; dialing all of them. We have to redesign this everytime we add another pbx,<br>&gt; and we're looking for a more efficient method of doing this.<br>&gt;<br>&gt; _______________________________________________<br>
&gt; --Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; Asterisk-Users mailing list<br>&gt; <a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com
</a><br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<br><br><br>--<br>Best Regards,<br>Angelito Manansala<br><a href="http://www.voicefidelity.net">www.voicefidelity.net</a><br>Mobile: +639175425807
<br>DID: (+63) 44 7906770<br>msn: <a href="mailto:bulcrack@elitemail.org">bulcrack@elitemail.org</a><br>skype: bulcrack<br>_______________________________________________<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>