cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1166
Views
0
Helpful
0
Comments
Greeshma Bernad
Cisco Employee
Cisco Employee

Calls from H323 gateways forwarded to CUE Voicemail may fail to record a message. This can be verified by hitting the # key after leaving the voicemail. The CUE will prompt "please leave a message that is at least two seconds in length".  This problem occurs on IOS gateways running 12.3(11)T6 and configured with "ip verify unicast reverse-path" on the H.323 interface. Also, the CME interface needs to be different than the H.323 interface for the problem to occur.

Workaround:


Configure the "ip verify unicast reverse-path 123", where 123 is an access-list that will allow IP packets from the CME's IP address to the CUE's IP address.

Example: If the fastethernet 0/1 (IP address 10.10.10.14) is the H.323 interface and  the fastethernet 0/0 (IP address 172.16.13.40) is the CME interface, while CUE's IP address is 172.16.13.50, then add the following access-list:

!
interface FastEthernet0/1
ip address 10.10.10.14 255.255.255.252
ip verify unicast reverse-path 123  <==== 123 is the access-list
h323-gateway voip bind srcaddr 10.10.10.14
!
access-list 123 permit ip host 172.16.13.40 host 172.16.13.50

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: