juice Vetran
Joined: December 05 2006 Location: United States Posts: 139
|
Posted: September 06 2007 at 4:13pm | IP Logged
|
|
|
Hello,
We are looking at supporting RFC 2833 but we are needing to retransmit this data to another end of the call. However, we do not see a good way to do this. We can get RTP data and modify it, but is there a way to insert new RTP packets into the transmit queue?
Else, we looked at some of the internal methods for sending UDP data, but we only see the two methods:
SendUdpDatagramUsingSipPort: Of course Sip Port won't help us.
SendUdpDatagram: This works for destination port of course, but we will not be sending out from the real Rtp source port, which will of course cause NAT's to block us or other systems to just ignore us.
Alternatively, if LanScape supported Sip Info, we could just use that and send Sip Info messages around. Or, maybe there is another solution we are not aware of.
|