MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / sdpInitRefer

Method sdpInitRefer

SIP/SIPParse.cpp:716–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716void SdpInfo::sdpInitRefer(const SipBase *dialog, int remotePort)
717{
718 sdpInitOffer(dialog);
719 // Same as above, except:
720 sdpRtpPort = remotePort;
721 sdpVersionId = format("%lu",time(NULL));
722}
723
724// Note that sdp is not completely order independent.
725string SdpInfo::sdpValue()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected