cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
295
Views
0
Helpful
1
Replies

Intermittent one-way voice on inbound calls

Intermittently when a call is received from the PSTN, the caller can hear the person they called but the they are unable to be heard. This happens to different phones from different places seemingly randomly. The Call Manager version is 8.5, and the Voice Gateway is MGCP on a 2921 with 2 PRI's from the same carrier. I have had the carrier test the circuits. The issue persisted after the reboot of the voice gateway, but not after the reboot of the Call Manager. This has fixed the issue before, but it always comes back.

1 Reply 1

Manish Gogna
Cisco Employee
Cisco Employee

One-way voice can occur in Media Gateway Control Protocol (MGCP) gateways if the source interface for signaling and media packets is not specified. You can bind the MGCP media to the source interface if you issue the mgcp bind media source-interface interface-id command and then the mgcp bind control source-interface interface-id command. Reset the MGCP gateway in Cisco CallManager after you issue the commands.

If the mgcp bind command is not enabled, the IP layer still provides the best local address.

If its already there, then you should collect the detailed callmanager traces as well as the following debugs from the gateway for a call with one way audio

debug mgcp packets

show call active voice brief

By pressing the '?' on the IP phone you can verify the Tx and Rx packets , if they are incrementing properly. If Rx packets are not increasing then the issue could be with a firewall between the MGCP gateway and cucm or a routing issue. However, as the issue is intermittent, the requested traces / debugs might be needed for exact conclusion.

HTH

Manish