Can dundi be used using openser?<br><br><div class="gmail_quote">On Nov 26, 2007 5:20 PM, Vic Jolin <<a href="mailto:victor.jolin@gmail.com">victor.jolin@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is it possible to dial alphanumeric on dundi?<br><br>Say I have username as "vic" will dundi know it?<br><br>One more question (sorry Im really new with dundi features)<br><br>Will dundi know what context it is dialling from? For example my phone is in context1 and I want to dial to the other server within the same context, will dundi know it?
<br><br>Is it possible for dundi to separate extensions with contexts? Like if I have 2 identical extensions 101 with different context<br><br><br><br><br><br><div class="gmail_quote"><div class="Ih2E3d">On Nov 25, 2007 5:42 AM, Marcel Stutz <
<a href="mailto:solaris@swissirc.net" target="_blank">solaris@swissirc.net</a>> wrote:<br></div><div><div></div><div class="Wj3C7c"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Vic,<br><br>
This is my Part of DUNDi in my Extensions but i use it for Dialing e164<br>Numbers.<br><br>[sNE-DUNDi]<br>exten => _000XXX.,1,NoOp(DOING DUNDi LOOKUP)<br>exten => _000XXX.,n,Set(dundiresult=${DUNDILOOKUP(${EXTEN:3})})
<br>exten => _000XXX.,n,GotoIf($["" = "${dundiresult}"]?:30)<br>exten => _000XXX.,n,GotoIf($["" = "${dundiresult}"]?20:30)<br><br>exten => _000XXX.,20,NoOp(DUNDi Failed)<br>
exten => _000XXX.,n,Return<br><br>exten => _000XXX.,30,NoOp(DUNDi Successful)<br>exten => _000XXX.,n,SayAlpha(DUNDI)<br>exten => _000XXX.,n,macro(call,${dundiresult})<br>exten => _000XXX.,n,Return<br><br>[macro-call]
<br>exten => s,1,Dial,${ARG1}|90|tT<br>exten => s,2,Goto,s-${DIALSTATUS}|1<br>exten => s-CHANUNAVAIL,1,Playback(all-circuits-busy-now)<br>exten => s-CHANUNAVAIL,n,Playback(pls-try-call-later)<br>exten => s-CHANUNAVAIL,n,Hangup
<br>exten => s-CONGESTION,1,Playback(cannot-complete-temp-error)<br>exten => s-CONGESTION,n,Playback(pls-try-call-later)<br>exten => s-CONGESTION,n,Hangup<br>exten => s-BUSY,1,Playback(the-party-you-are-calling)
<br>exten => s-BUSY,n,Playback(is-curntly-busy)<br>exten => s-BUSY,n,Hangup<br>exten => s-NOANSWER,1,Playback(the-party-you-are-calling)<br>exten => s-NOANSWER,n,Playback(is-curntly-unavail)<br>exten => s-NOANSWER,n,Hangup
<br>exten => s-ANSWER,1,Hangup<br>exten => _s-.,1,Playback(cannot-complete-network-error)<br>exten => _s-.,n,Playback(pls-try-call-later)<br>exten => _s-.,n,Hangup<br><br>I hope this will help you<br><div><div>
</div><div><br>Marcel<br><br><br><br>Vic Jolin schrieb:<br>> Yah I already have looked into that.<br>><br>> If also I can ask the group, my sip.conf files and extensions sometimes have<br>> words instead of numbers as an extension.
<br>><br>> Example<br>><br>> exten => 100,1,Dial(SIP/vic,20,tT)<br>><br>><br>> How can I point it to the correct extension on the other server.<br>><br>> I am using Realtime for sip registration
<br>><br>> TIA<br>> Vic<br>><br>> On Nov 24, 2007 2:36 AM, Marcel Stutz <<a href="mailto:dundi@swissirc.net" target="_blank">dundi@swissirc.net</a>> wrote:<br>><br>><br>>> Hello Vic,<br>>>
<br>>> Dit you read the Document DUNDi so easy ?
<br>>><br>>> I hope this PDF will help you<br>>><br>>> Marcel<br>>><br>>><br>>> Vic Jolin schrieb:<br>>><br>>>> 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<br>>>> when I try dundi query I always end up with no result
<br>>>><br>>>> this is my mappings<br>>>> priv =><br>>>><br>>> 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>>>><br>>>><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>>>> Dundi mailing list<br>>>> To UNSUBSCRIBE or update options visit:<br>>>> <a href="http://lists.digium.com/mailman/listinfo/dundi" target="_blank">
http://lists.digium.com/mailman/listinfo/dundi</a><br>>>><br>>><br>><br>><br><br></div></div></blockquote></div></div></div><br>
</blockquote></div><br>