UC500 & Exchange 2007 UM

Has anybody found a way to direct aa and VM functions to Exchange 2007UM from a UC 500?

Looking to bundle a solution.

Thanks,

Darryl

0
Your rating: None

Can't bind SIP to interface

The bind command is not present under SIP configuration for me. does anyone else have this issue. Have this issue with WX6 and WX7 IOS versions.

UC500 & Exchange 2007 UM

Have you got this to work with an external sip trunk coming into the UC500 and then being directed to exchange?

UM Does work

I do have this running you need to enable some sip conversions and exchange 2k7 must have SP1 or you will run in to some issues.

voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
supplementary-service h450.12
sip
!This here does not have to be your loop back adapter but it has to see !your exchange server.
bind control source-interface Loopback0
bind media source-interface Loopback0
header-passing
dial-peer voice 3013 voip
description ** UNIFIED MESSAGING **
destination-pattern 604
session protocol sipv2
session target ipv4:192.168.20.23
session transport tcp
dtmf-relay rtp-nte
codec g711alaw

ttrentler's picture

Use a SIP Dial Peer

Take a look at the running config of a UC500 - All you should have to do is add a SIP dial peer exactly like you do for Unity Express.

I haven't done it - but it should work - AT least according to the Microsoft advertising. I put an example dial peer below.

dial-peer voice 2000 voip
description ** cue voicemail pilot number **
destination-pattern 499
session protocol sipv2
session target ipv4:10.1.10.1
dtmf-relay sip-notify
codec g711ulaw
no vad

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.