<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 => sipregistrations,0,SIP,${NUMBER}@10.10.10.XX,nopartial<br><br>i can see both peers on each server:<br>CLI> dundi show peers<br>EID Host Model AvgTime Status <br>00:8e:8c:8e:cb:53 10.10.10.XX (S) Symmetric Unavail OK (1 ms)
<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 => dundi-priv-canonical<br>include => dundi-priv-customers<br>include => dundi-priv-via-pstn<br><br>[dundi-priv-switch]<br>; Just a wrapper for the switch<br>switch => DUNDi/priv<br><br>[dundi-priv-lookup]<br>include => dundi-priv-local<br>include => dundi-priv-switch<br><br>[macro-dundi-priv]<br>exten =>
s,1,Goto(${ARG1}|1)<br>include => dundi-priv-lookup<br><br>[diallocal]<br>exten => _1XXXXX,1,Macro(dundi-priv|${EXTEN})<br><br>i also tried dialing from my xlite:<br>[Aug 26 15:58:07] -- Executing [136101@diallocal:1] Macro("SIP/138100-08269548", "dundi-priv|136101") in new stack<br>[Aug 26 15:58:07] -- Executing [s@macro-dundi-priv:1] Goto("SIP/138100-08269548", "136101|1") in new stack<br>[Aug 26 15:58:07] -- Goto (macro-dundi-priv,136101,1)<br>[Aug 26 15:58:07] == 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>