INVITE sip:john@domain.com SIP/2.0
From:
<sip:doe@domain.com>;tag=2084442460
To: Via:
SIP/2.0/UDP
domain.com:5060;branch=z9hG4bK2df7b9194cd51e25
Call-ID: john@domain.com-4524j CSeq: 1
INVITE Contact:
<sip:doe@domain.com:5060>
Content-Length: 226 Content-Type:
application/sdp
I found this on the net. It seems to have those things that a packet has to have. How do I write a program in C# to send this packet?
I have to build a program that can do a call setup.