cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
410
Views
0
Helpful
2
Replies

Sip dial peer to interface with unity module

Hi,

i`ve a cisco cme with unity module NME-CUE.

The voice mail no. is 888 and the autoattendant is 889.

There are about 50 users having extensions begining with 1.. , 2.. , 3.. , 4.., and 5...

I`m trying to configure autoattendant and i used the following sip dial peer in cme to interface with the cue.

dial-peer voice 888 voip
description SIP DIAL PEER TO INTERFACE WITH UNITY MODULE
destination-pattern ???
session protocol sipv2
session target ipv4:192.168.200.2
dtmf-relay sip-notify
codec g711ulaw
no vad

Regarding the above info what i`ve to write for the destination pattern ? With brief explaination please.

What i know it must include the voice  mail no. and the users extensions........

Thanks

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

The destination pattern would be 88[89]. You do not include the user extensions on this dial-peer.

This is explained in the Integrating Voicemail chapter of the CME Administration Guide: http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmevmail.html

Thanks a lot mr. Jonathan