11-21-2008 03:05 PM
I wonder if anyone can help me to identify why the first call rfc2833 can not be successfully delivered while the second one can.
Also I wonder how to debug rfc2833 in AS5350 / AS5400.
Best Regards,
12-02-2008 12:01 AM
"debug voip rtp" as a start
12-13-2008 02:53 PM
The best debug is 'debug voip rtp session named'.
You'll see something like <<<<< 101 >>>>> Ev: 2
Meaning: RTP payload type 101 with an event of 2. 101 is the normal 2833 PT, and Event 2 means digit 2.
Be aware that for redundancy most systems send multiple copies of the packet, and sometimes include Begin and End to the packets. So, you'll see quite a few of the digits come in. 'debug voip ccapi inout' should help you determine what are being interpreted to digits to the call API level.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide