From: Rob K. <ro...@gm...> - 2006-10-23 18:30:06
|
Hi all, Am getting into the SIP world for the first time... Downloaded nSIP and was giving it a try... Due to a dearth of samples/examples, I'm asking you all for some guidance. In the Main procedure in Program.cs: so far from reading the rfc3261, am uneven as to what the first line should be: Request r = new Request("INVITE sip:bo...@bi... SIP/2.0"); or Dialog d = new Dialog("INVITE sip:bo...@bi... SIP/2.0"); What should the next line be? I would assume we would need to capture the status, i.e. ringing, and then the ACK. -rob |