| 714 | } |
| 715 | |
| 716 | void 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. |
| 725 | string SdpInfo::sdpValue() |
no outgoing calls
no test coverage detected