Closed GoogleCodeExporter closed 9 years ago
// First, you must start the service manager like this:
Win32ServiceManager.SharedManager.Start();
// second, do this:
ISipService sipService = Win32ServiceManager.SharedManager.SipService;
MyAVSession session = MyAVSession.CreateOutgoingSession(sipService.SipStack,
MediaType.AudioVideo);
session .MakeCall("sip:bob@open-ims.test");
Original comment by boss...@yahoo.fr
on 13 Dec 2010 at 5:29
Original comment by boss...@yahoo.fr
on 13 Dec 2010 at 10:25
Original issue reported on code.google.com by
tarunban...@gmail.com
on 7 Dec 2010 at 1:14