05-06-2015 03:48 PM - edited 03-17-2019 02:55 AM
Does the Cisco 7821 only support SIP over TCP?
Solved! Go to Solution.
05-06-2015 05:47 PM
Are you using Astresik? Anyways check the below parameter:
<transportLayerProtocol>2</transportLayerProtocol>
The number highlighted in blue represents the protocol you want to use:
1 = TCP
2 = UDP
4 = TCP+UDP (This is the default setting)
Hope that helps.
-Terry
Please rate all helpful posts and mark the thread as answered if you have no other queries.
05-06-2015 05:06 PM
No it supports SIP over both TCP and UDP. You can choose TCP/UDP/TCP+UDP in non-secure mode.
There are two components here: Connection + Actual RTP payload. We are talking about the connection here to CUCM. For this you can use SIP over either TCP or UDP but actual RTP audio will always be run over the UDP.
The Cisco SCCP only runs over TCP.
I hope its clear.
-Terry
Please rate all helpful posts and mark the thread as answered if you have no other queries.
05-06-2015 05:47 PM
Thank you Terry. I'm only concerned about the SIP signaling not the RTP audio. Do you know the XML parameter that controls the transport type in the configuration file?
Actually I found the parameter <transportLayerProtocol> it was set to 4 which is to prefer the default transport protocol which in the case of the 7921 is TCP. I've switched the value to 2 in order to prefer UDP.
05-06-2015 05:47 PM
Are you using Astresik? Anyways check the below parameter:
<transportLayerProtocol>2</transportLayerProtocol>
The number highlighted in blue represents the protocol you want to use:
1 = TCP
2 = UDP
4 = TCP+UDP (This is the default setting)
Hope that helps.
-Terry
Please rate all helpful posts and mark the thread as answered if you have no other queries.
05-06-2015 05:59 PM
Yeah that's correct. I confirmed this with the wireshark pcap, when set to 2 it changes to UDP.
Anyways please mark the thread as answered if you have no other queries.
-Terry
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