|
Question : Dundi/Extensions between sites
|
|
I have a question about dundi between sites and making extensions appear local. What I am trying to do and I'm not 100% is possible is to make the remote extensions appear local. When someone dials in to our main office I would like them to be able to punch the remote office extension and it transfer like they were local. I have dundi working both ways and can transfer to those extensions, I just can't get the system to recognize the remote extensions if you dial in and press their extension. One article I read said to add to the internal context basically include => dundi but that causes several of the * functions to no longer work. I also tried
include => dundi-e164-switch exten => _21XX,1,Goto(trydundi|${EXTEN}|1)
but neither seems to do the trick. Any suggestions?
Thanks,
Andy
|
Answer : Dundi/Extensions between sites
|
|
I found how to do it. Basically you add [from-did-direct-ivr] exten => _21XX,1,goto(outbound-allroutes,${EXTEN},1)
|
|
|
|