Reputation: 756
I am referring to the c value of an SDP header.
Is it possible that the media stream address changes during a call? And it what scenarios?
Upvotes: 0
Views: 783
Reputation: 687
It may be changed with re-INVITE or UPDATE. Some example scenarios:
Also, addresses advertised in SIP headers or in SDP quite often are not matching real addresses used for communication because of NAT or misconfiguration - for best results B2BUAs often may ignore them.
Upvotes: 1