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

Is it possible to enable "Rtp control protocol" in cisco 7942g series xml config files?

babak.yakhchali
Level 1
Level 1

Hi

I can see on 7942g settings menu that "Rtp control protocol" is disabled, but it is not editable and as I'm not using cucm I need to enable it some other way. is it possible to enable it from xml  configuration files?

Thanks

1 Accepted Solution

Accepted Solutions

bernhardczapp
Level 4
Level 4

to enable RTCP you can use

<vendorConfig>
<rtcp>1</rtcp>
</vendorConfig>

within the SEPXXXXXXXXXXXX.cnf.xml file.

View solution in original post

2 Replies 2

bernhardczapp
Level 4
Level 4

to enable RTCP you can use

<vendorConfig>
<rtcp>1</rtcp>
</vendorConfig>

within the SEPXXXXXXXXXXXX.cnf.xml file.

babak.yakhchali
Level 1
Level 1

Thank you very much.