The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Hi.
Any of you knows a command to analyze incoming/outcoming voice calls in a cisco 3845 router?
I have a problem with a SIP trunk plugged to this router and I need to know where the calls drop.
we use Cisco CallManager v.6.1.
Thanks.
IOS devices aren't really my area of expertise, but I do work with Cisco UCCE quite a bit so I have a little exposure. I'd start by setting some of the relevant debug levels and enabling the terminal monitor so you can examine the messaging. Example:
debug isdn q931
debug voip ccapi inout
debug voip rtp session named-event
term mon
The debugs you would set would depend on how your router is configured and your call flow. There's probably someone here who can answer this better, but I figured I'd take a stab at it. Make sure you undebug all when finished.
Posts
The debugs you would set would depend on how your router is configured and your call flow. There's probably someone here who can answer this better, but I figured I'd take a stab at it. Make sure you undebug all when finished.