cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
728
Views
0
Helpful
4
Replies

cisco cme= the Red light on the handset don t work when i receive a message

essaki_ihssan
Level 1
Level 1

hi,

cme 2811,  ios 15.1.3.T v1

i have configure the mwi dial peer

dial-peer voice 123

number 8000...

mwi on

dial-peer voice 124

number 8001...

mwi off

when i call 8000217 ( 217 dn ) i have the the red light on and when i call 8001217 is off. but when i recevie a message i dont have the red light on and no envlope indicator.

thanks.

4 Replies 4

Julio Cascante
Cisco Employee
Cisco Employee

Try the following config

Gateway:

ena

conf t

sip-ua

  mwi-server ipv4:(Cue module ip address) unsolicited

CUE:

config t

ccn subsystem sip

gateway address (gateway ip address)

mwi sip unsolicited

end subsystem

Regards,

Thanks Julio

I try this config but i still have the probleme

Regards.

Hi,

I believe your configuration is incorrect, please try the following:

MWIs: (ephone-dn NOT dial-peers)

ephone-dn 100

number 8000...

mwi on

ephone-dn 101

number 8001...

mwi off

Now apply dial-peers to the CUE:

dial-peer voice 80 voip

description *** MWI On ***

destination-pattern 8000...

session protocol sipv2

session target ipv4:IP ADDRESS OF CUE

dtmf-relay sip-notify

codec g711ulaw

no vad

!

dial-peer voice 81 voip

description *** MWI Off ***

destination-pattern 8001...

session protocol sipv2

session target ipv4:IP ADDRESS OF CUE

dtmf-relay sip-notify

codec g711ulaw

no vad

You may need also to configure the Web interface for your CME, in order for CUE to correctly sync with CME (you might have this done already).

Please rate if this helps,

Enjoy

Thanks Julio & Nasr;

it's work fine,

the probleme is the gateway address (gateway ip address), i put the IP address of the module 192.168.100.85, so when i change it and i put the gateway address 192.168.100.80, it s work.

thanks a lot.

regards