cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
651
Views
0
Helpful
5
Replies

Unity Digital Networking, VPIM, Single Logon

premgupta
Level 1
Level 1

We are installing two Unity clusters to support two Dialing domains. We also need to integrate these clusters to other Voice Mail systems using VPIM. I need some directions on the VPIM setup:

1. How many voice connectors do I need. I think I just need one to support any number of clusters as long as they are digitally networked.

2. How many Transport event sinks do I need. Some document specify that I need one event sink per dialing domain but I am not sure if this is true and why do I need two.

3. Also we need single logon. Do I need multiple (one/dialing domain) front end unity servers to support that.

Thanks,

Prem

1 Accepted Solution

Accepted Solutions

Hi,

Following is more information on the Event Sink from an email I saved from one of our engineers. It helps to explain the importance of choosing the right domain name for the Event Sink.

Incoming VPIM messages hit the domain as @.com - for example 5551212@company.com.

There is no subscriber with a proxy address of 5551212@company.com. In order for this message to get routed to the Unity Voice Connector for Exchange to be processed as a Unity voice message and delivered to the intended subscriber, you install the Unity VPIM Event Sink when installing the Voice Connector and selecting the VPIM feature. The event sink gets put into Exchange with all of the other event sinks that Exchange already has. You are asked for a domain name when you install the event sink, and this is the domain name that the Unity VPIM event sink will be watching for. If the domain name you enter is "company.com", then any message entering the Exchange org addressed to @company.com will be re-routed to the Voice Connector. The Voice Connector looks up 5551212 against Unity dtmfaccessid property on Users in AD and sees that 5551212 is John Doe, then re-routes the message to John Doe as a Unity Voice Message.

So you want to make sure that inbound VPIM voice messages intended for Unity subscribers get routed to the Voice Connector, but at the same time, you don't want any other message to get routed to the Voice Connector because the Voice Connector won't be able to do anything with it. So you can see that, if you have messages entering your Exchange org addressed to @company.com and they're intended for some other voice mail system, they'll get hijacked off to the Voice Connector and won't make it where they're supposed to. That's why it's best to use a more specific domain name, such as "@unity.company.com", s...@unity.company.com to the voice connector.

This is something to keep in mind not only if there's another VPIM voice mail system in the picture, but if there's *any* reason that an inbound SMTP message to @company.com would be expected where it's not an inbound VPIM message to a Unity subscriber. For example, if somebody has a proxy address of 341@company.com and the event sink is configured for "company.com", this message would get re-routed to the Voice Connector, the Voice Connector would not find a Unity id on a User of 341, and the message would not make it to the person who has a proxy address of 341@company.com.

One more point about this is that the domain you configure the event sink for applies to that domain and all sub-domains. So if you use "company.com" and a message comes in addressed to @subdomain.company.com, this message would also get routed to the Voice Connector. If the event sink is configured with a domain of "unity.company.com" and a message comes in addressed to @subdomain.company.com, then everything is fine, because subdomain.company.com is not a subdomain of unity.company.com.

Nancy

View solution in original post

5 Replies 5

navinger
Level 3
Level 3

Hi,

Sounds like the Unity servers and the Exchange servers are all in the same Active Directory forest. If that's the case, you only need one Voice Connector and one Transport Event Sink.

To answer your third question, I need to understand your config better.

1. By Unity clusters, do you mean a pair of Unity servers configured for failover?

2. What's the reason for setting up two Dialing Domains? Do you have overlapping extensions?

Nancy

Nancy,

Thank you for your quick response.

1. Yes we have two pair of Primary and failover server along with single logon server.

2. The client is using two different dialing plans (5 digits and 7 digits) and they are overlapping.

Do you have any document specifiing that only one Transport Event Sink is required for all the digitally networked Unity servers.

Thanks again,

Prem

Prem,

About the dial plan issue: as long as the extensions are unique, the Unity servers can be in the same dialing domain. The extensions can be different lengths, they just need to be unique. And of course, the Unity servers need to be integrated with the same "phone system" (lots of hand-waving here, as I know very little about CallManager.)

But if the extensions are not unique, then the Unity failover pairs really do need to be in separate dialing domains. In this case, you won't be able to use a single unity server to do the cross-server logon. The cross-server logon feature requires that the Unity servers all be in the same dialing domain. This doc explains more about the cross-server logon feature: http://www.cisco.com/en/US/docs/voice_ip_comm/unity/5x/networking/guide/ex/5xcunet030e.html

Nancy

Prem,

About the Transport Event Sink:

The docs don't explicitly say that only one Transport Event Sink is required, but having more than one doesn't help anything. The thing that will help the most is being careful in choosing the domain name for the Event Sink.

The following section of the Networking Guide talks about the figuring out the domain name to use for the Event Sink:

http://www.cisco.com/en/US/docs/voice_ip_comm/unity/5x/networking/guide/ex/5xcunet070e.html#wp1050412

The docs don't say, but I think in practice people generally create a new recipient policy in Exchange, and specify the new policy when installing the Event Sink. For example, say the default recipient policy is "cisco.com", I think what people generally do is create a recipient policy like "voicemail.cisco.com" and use that when setting up the Event Sink. That way, only voice messages will be coming into the Exchange org with the domain name "voicemail.cisco.com" in the address. The Event Sink will see those, and route them to the Voice Connector mail box.

Nancy

Hi,

Following is more information on the Event Sink from an email I saved from one of our engineers. It helps to explain the importance of choosing the right domain name for the Event Sink.

Incoming VPIM messages hit the domain as @.com - for example 5551212@company.com.

There is no subscriber with a proxy address of 5551212@company.com. In order for this message to get routed to the Unity Voice Connector for Exchange to be processed as a Unity voice message and delivered to the intended subscriber, you install the Unity VPIM Event Sink when installing the Voice Connector and selecting the VPIM feature. The event sink gets put into Exchange with all of the other event sinks that Exchange already has. You are asked for a domain name when you install the event sink, and this is the domain name that the Unity VPIM event sink will be watching for. If the domain name you enter is "company.com", then any message entering the Exchange org addressed to @company.com will be re-routed to the Voice Connector. The Voice Connector looks up 5551212 against Unity dtmfaccessid property on Users in AD and sees that 5551212 is John Doe, then re-routes the message to John Doe as a Unity Voice Message.

So you want to make sure that inbound VPIM voice messages intended for Unity subscribers get routed to the Voice Connector, but at the same time, you don't want any other message to get routed to the Voice Connector because the Voice Connector won't be able to do anything with it. So you can see that, if you have messages entering your Exchange org addressed to @company.com and they're intended for some other voice mail system, they'll get hijacked off to the Voice Connector and won't make it where they're supposed to. That's why it's best to use a more specific domain name, such as "@unity.company.com", s...@unity.company.com to the voice connector.

This is something to keep in mind not only if there's another VPIM voice mail system in the picture, but if there's *any* reason that an inbound SMTP message to @company.com would be expected where it's not an inbound VPIM message to a Unity subscriber. For example, if somebody has a proxy address of 341@company.com and the event sink is configured for "company.com", this message would get re-routed to the Voice Connector, the Voice Connector would not find a Unity id on a User of 341, and the message would not make it to the person who has a proxy address of 341@company.com.

One more point about this is that the domain you configure the event sink for applies to that domain and all sub-domains. So if you use "company.com" and a message comes in addressed to @subdomain.company.com, this message would also get routed to the Voice Connector. If the event sink is configured with a domain of "unity.company.com" and a message comes in addressed to @subdomain.company.com, then everything is fine, because subdomain.company.com is not a subdomain of unity.company.com.

Nancy

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: