Quote:
Originally Posted by cheesegrits Hmmmm. Global, I think. No point troubling the users little minds with it.
One potential issue tho is that I want to be able to click-to-dial on just extensions as well as external numbers. So if I click ext-300 or x300 it dials 300 with no prefix, but if I click 123-555-1212, it uses a 9 prefix.
It'd be cool if we could provide a pseudo-dialplan for it ...
3XX
6XX
9|.
... or something. So the above would not prefix anything matching 3XX or 6XX, but would prefix everything else with a 9.
-- hugh |
If a global callee prefix already helps i will implement it. The story with the extensions is different. The problem is see there is the catching regexp. You would have to create a regexp in Zimlets descriptor xml that catches the "dialplan". I don not see a general solution for that problem so far. The Zimlet API has some restrictions. I didn't find way to dynamically change the catching regexp, yet ...