INVITE sip:[email protected] SIP/2.0
From:
<sip:[email protected]>;tag=2084442460
To: Via:
SIP/2.0/UDP
domain.com:5060;branch=z9hG4bK2df7b9194cd51e25
Call-ID: [email protected] CSeq: 1
INVITE Contact:
<sip:[email protected]: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.