pbait
IS-IT--Management
- May 13, 2009
- 3
Hello,
I am a non-technical (as far as Mitel) owner of a C3300 controller integrated with Exchange Server 2007 Unified Messaging. All works well, but we are trying to determine the best way to send a call directly to voicemail (Unified Messaging) without ringing the phone. I found the following website with a few options, but the one I'm interested in (Option 2) has information for an Asterisk PBX. Here is the information:
--------------
2. Route calls through the PBX with Diversion / History-Info to UM.
This can be implemented by creating an extension such as 7XXXX. So any extension with a preceding '7' would get routed with Diversion / History-Info to UM.
Example from a Asterisk PBX might look like this:
exten => _7XXXX,1,Answer
exten => _7XXXX,n,SipAddHeader (Diversion:<tel:${EXTEN:1}>)
exten => _7XXXX,n,Dial(SIP/EXCH_UM/${SA-NUM})
exten => _7XXXX,n,Busy
Again this solution would require some programming from the PBX in order to implement this solution. This would not require any additional configuring on Exchange UM to implement this solution.
-----------------
Site link:
So my question is, is there something in this example that translates to Mitel programming? We are trying to avoid adding an additional directory of numbers if possible, hoping instead to find a feature where the receptionist would enter a code (say, *something), followed by the extension, and the system would know to send the call through the SIP trunk, and pass only the extension (three digits).
Thank you very much.
I am a non-technical (as far as Mitel) owner of a C3300 controller integrated with Exchange Server 2007 Unified Messaging. All works well, but we are trying to determine the best way to send a call directly to voicemail (Unified Messaging) without ringing the phone. I found the following website with a few options, but the one I'm interested in (Option 2) has information for an Asterisk PBX. Here is the information:
--------------
2. Route calls through the PBX with Diversion / History-Info to UM.
This can be implemented by creating an extension such as 7XXXX. So any extension with a preceding '7' would get routed with Diversion / History-Info to UM.
Example from a Asterisk PBX might look like this:
exten => _7XXXX,1,Answer
exten => _7XXXX,n,SipAddHeader (Diversion:<tel:${EXTEN:1}>)
exten => _7XXXX,n,Dial(SIP/EXCH_UM/${SA-NUM})
exten => _7XXXX,n,Busy
Again this solution would require some programming from the PBX in order to implement this solution. This would not require any additional configuring on Exchange UM to implement this solution.
-----------------
Site link:
So my question is, is there something in this example that translates to Mitel programming? We are trying to avoid adding an additional directory of numbers if possible, hoping instead to find a feature where the receptionist would enter a code (say, *something), followed by the extension, and the system would know to send the call through the SIP trunk, and pass only the extension (three digits).
Thank you very much.