<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Would like to try setting up dundi with 3-4 asterisk.<br>But for poc, i would like to try setting up dundi on between 2 asterisk.<br><br>I copied the config from DUNDI enterprise SIP with no password. Only thing i changed is the part where i used regcontext.<br>on both boxes dundi.conf i have<br>[mapping]<br>priv =&gt; sipregistrations,0,SIP,${NUMBER}@10.10.10.XX,nopartial<br><br>i can see both peers on each server:<br>CLI&gt; dundi show&nbsp; peers<br>EID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Model&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AvgTime&nbsp; Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>00:8e:8c:8e:cb:53&nbsp;&nbsp;&nbsp; 10.10.10.XX&nbsp; (S) Symmetric&nbsp; Unavail&nbsp; OK (1 ms)&nbsp;
 <br><br>i can see my extension being added on sipregistrations context<br>Added extension '136101' priority 1 to sipregistrations<br><br>tried a dundi lookup but got no result<br>dundi lookup 136101@priv<br>DUNDi lookup returned no results.<br>DUNDi lookup completed in 0 ms<br><br>here's what's on extensions.conf<br><br>; Private DUNDi network<br>[dundi-priv-canonical]<br>; Direct numbers<br><br>[dundi-priv-customers]<br>; If you are an ITSP or Reseller, list your customers here.<br><br>[dundi-priv-via-pstn]<br>; If you are freely delivering calls to the PSTN, list them here<br><br>[dundi-priv-local]<br>include =&gt; dundi-priv-canonical<br>include =&gt; dundi-priv-customers<br>include =&gt; dundi-priv-via-pstn<br><br>[dundi-priv-switch]<br>; Just a wrapper for the switch<br>switch =&gt; DUNDi/priv<br><br>[dundi-priv-lookup]<br>include =&gt; dundi-priv-local<br>include =&gt; dundi-priv-switch<br><br>[macro-dundi-priv]<br>exten =&gt;
 s,1,Goto(${ARG1}|1)<br>include =&gt; dundi-priv-lookup<br><br>[diallocal]<br>exten =&gt; _1XXXXX,1,Macro(dundi-priv|${EXTEN})<br><br>i also tried dialing from my xlite:<br>[Aug 26 15:58:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [136101@diallocal:1] Macro("SIP/138100-08269548", "dundi-priv|136101") in new stack<br>[Aug 26 15:58:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@macro-dundi-priv:1] Goto("SIP/138100-08269548", "136101|1") in new stack<br>[Aug 26 15:58:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Goto (macro-dundi-priv,136101,1)<br>[Aug 26 15:58:07]&nbsp;&nbsp; == Auto fallthrough, channel 'SIP/138100-08269548' status is 'UNKNOWN'<br><br>any guess what's wrong? Thanks<br><br>ron<br></td></tr></table><br>