Im having problems making the dundi able to query the other server.<br><br>My setup is 2 asterisk servers with realtime.<br><br>When I do dundi show peers I see the mac address of the other server but when I try dundi query I always end up with no result
<br><br>this is my mappings<br>priv => dundi-priv-lookup-12connect,0,SIP,${IPADDRESS}/${NUMBER},nopartial<br><br>extensions.conf<br>[12connect]<br>;switch => Realtime/12connect@extensions<br><br>include => apps<br>
include => parkedcalls<br>include => lookupdundi<br>exten => _X.,1,Macro(dundi-priv-12connect,${EXTEN})<br><br>[dundi-12connect]<br>exten => 101,1,Dial(SIP/${EXTEN},20,tT)<br>exten => 102,1,Dial(SIP/${EXTEN},20,tT)
<br>exten => 103,1,Dial(SIP/${EXTEN},20,tT)<br>exten => 104,1,Dial(SIP/${EXTEN},20,tT)<br>exten => 105,1,Dial(SIP/${EXTEN},20,tT)<br>exten => 106,1,Dial(SIP/${EXTEN},20,tT)<br>exten => 107,1,Dial(SIP/${EXTEN},20,tT)
<br>exten => 108,1,Dial(SIP/${EXTEN},20,tT)<br>exten => 109,1,Dial(SIP/${EXTEN},20,tT)<br><br>[dundi-priv-lookup-12connect]<br>include => dundi-12connect<br>include => lookupdundi<br><br>[lookupdundi]<br>switch => DUNDi/priv
<br><br>[macro-dundi-priv-12connect]<br>exten => s,1,Goto(${ARG1},1)<br>include => dundi-priv-lookup-12connect<br><br><br>Any help will be much appreciated<br><br>TIA<br>