<div dir="ltr">hi gior,<br><br>If i understand correctly your setup would be like below.<br><br>&nbsp;A is the dundi serer<br>B is one pbx<br>C is one pbx<br><br>B and C dundi.conf contain the entity detials of A.<br><br>Either for C or B we can place calls to the extensions registered on the other server.<br>
<br>When C extension make call to B extension call go through A and reach the B.<br><br>If you can provide the details of dundi.conf and the extension.conf it would be very help full.<br>to dig into the issue.<br>could you able to do the dundi lookup ..?<br>
<br>regards<br><br><br><br><div class="gmail_quote">On Wed, Sep 10, 2008 at 3:36 PM, Giorgio Incantalupo <span dir="ltr">&lt;<a href="mailto:gincantalupo@fgasoftware.com">gincantalupo@fgasoftware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi tecnocrat,<br>
<br>
I &#39;m trying to setup a Dundi system like yours (one lookup server and 2<br>
pbx servers). I searched on internet for some docs but found a lot of<br>
stuff explaining only a part of the problem and no good example at all<br>
(there&#39;s a Richardson doc in internet which can help to start).<br>
I tried to do it myself so I generated the two keys (pri and pub) for<br>
each server with their own hostname then I copied:<br>
- .121 keys to the other two servers (.137 and .204)<br>
- .137 keys to .121<br>
- .204 keys to .121<br>
<br>
Let me know how if it works.<br>
<br>
Giorgio Incantalupo<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
technocrat voip wrote:<br>
&gt; Hello All,<br>
&gt;<br>
&gt; Iam trying to achive a simple load balancing with dundi.<br>
&gt;<br>
&gt; Here i have three asterisk boxes like below.<br>
&gt;<br>
&gt;<br>
&gt; *.*.*.121 &nbsp;which is the dundi server<br>
&gt;<br>
&gt; *.*.*.137 &quot;A&quot; Peer which has the 1000 phone registerd to it<br>
&gt;<br>
&gt; *.*.*.204 &quot;B&quot; Peer which has the 200 phone registered to it.<br>
&gt;<br>
&gt; The expected behavior of &nbsp;my setup is once i dial from 1000 phone it<br>
&gt; has to goto &quot;B&quot; peer using the &quot;.121&quot; dundi server.<br>
&gt;<br>
&gt; Iam getting confused with the public key / private key stuff here.<br>
&gt;<br>
&gt; Iam using the &quot;astgenkey -n &quot; command to generate them .<br>
&gt;<br>
&gt; Can any body help me by explaining , what keys i have to generate on<br>
&gt; each server and which keys i need to copy to which server .<br>
&gt;<br>
&gt; regards<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; All the conf file stuff is is like below<br>
&gt;<br>
&gt; *.*.*.137<br>
&gt;<br>
&gt; iax.conf<br>
&gt;<br>
&gt; [priv]<br>
&gt; type=friend<br>
&gt; dbsecret=dundi/secret<br>
&gt; context=incomingdundi<br>
&gt;<br>
&gt;<br>
&gt; dundi.conf<br>
&gt;<br>
&gt; [mappings]<br>
&gt; priv =&gt;<br>
&gt; sipregistration,0,IAX2,priv:${SECRET}@*.*.*.137/${NUMBER},nopartial<br>
&gt;<br>
&gt;<br>
&gt; [00:0F:E2:76:4B:33]<br>
&gt; model = symmetric<br>
&gt; host = *.*.*.21<br>
&gt; inkey = dundincomingseven<br>
&gt; outkey = dundiseven<br>
&gt; include = priv<br>
&gt; permit = priv<br>
&gt; qualify = yes<br>
&gt; order = primary<br>
&gt;<br>
&gt;<br>
&gt; *.*.*.204<br>
&gt;<br>
&gt; iax.conf<br>
&gt;<br>
&gt; [priv]<br>
&gt; type=friend<br>
&gt; dbsecret=dundi/secret<br>
&gt; context=incomingdundi<br>
&gt;<br>
&gt; dundi.conf<br>
&gt;<br>
&gt; [mappings]<br>
&gt; priv =&gt;<br>
&gt; sipregistration,0,IAX2,priv:${SECRET}@*.*.*.204/${NUMBER},nopartial<br>
&gt; ;<br>
&gt;<br>
&gt; [00:0F:E2:76:4B:33]<br>
&gt; model = symmetric<br>
&gt; host = *.*.*.21<br>
&gt; inkey = dundiincomingfour<br>
&gt; outkey = dundifour<br>
&gt; include = priv<br>
&gt; permit = priv<br>
&gt; qualify = yes<br>
&gt; order = primary<br>
&gt;<br>
&gt; *.*.*.21<br>
&gt;<br>
&gt; iax.conf<br>
&gt; [priv]<br>
&gt; type=user<br>
&gt; context=local-custom<br>
&gt; disallow=all<br>
&gt; allow=ulaw<br>
&gt; allow=alaw<br>
&gt; allow=gsm<br>
&gt;<br>
&gt;<br>
&gt; dundi.conf<br>
&gt;<br>
&gt;<br>
&gt; [mappings]<br>
&gt; priv =&gt; dundi-priv-localcustom,0,IAX2,priv:password@*.*.*.21/${NUMBER}<br>
&gt;<br>
&gt; [00:11:0A:34:29:57]<br>
&gt; model = symmetric<br>
&gt; host = *.*.*.137<br>
&gt; inkey = dundi<br>
&gt; outkey = dundi<br>
&gt; include = priv<br>
&gt; permit = priv<br>
&gt; qualify = yes<br>
&gt; order = primary<br>
&gt;<br>
&gt; [00:11:0A:34:29:43]<br>
&gt; model = symmetric<br>
&gt; host = *.*.*.204<br>
&gt; inkey = dundi<br>
&gt; outkey = dundi<br>
&gt; include = priv<br>
&gt; permit = priv<br>
&gt; qualify = yes<br>
&gt; order = primary<br>
&gt; .<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
--<br>
<br>
_________________________________________________<br>
Giorgio Incantalupo, mailto:<a href="mailto:gincantalupo@fgasoftware.com">gincantalupo@fgasoftware.com</a><br>
FG&amp;A srl - <a href="http://www.fgasoftware.com" target="_blank">http://www.fgasoftware.com</a> -<br>
Voice@Work - The Agile PBX <a href="http://www.voiceatwork.eu" target="_blank">http://www.voiceatwork.eu</a><br>
Tel: 02997663.14, Fax: 0291390172<br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>