cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
585
Views
0
Helpful
2
Replies

rfc2833 issue

heshengchun
Level 1
Level 1

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,

2 Replies 2

teodorgeorgiev
Level 4
Level 4

"debug voip rtp" as a start

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.