zhqiyi / boghe

Automatically exported from code.google.com/p/boghe
0 stars 0 forks source link

How to make call on C# Project. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now project is running But i am not able to making call. Can anybody tell me 
here how to make a call on C# project. 

Thanks in advance....

Original issue reported on code.google.com by tarunban...@gmail.com on 7 Dec 2010 at 1:14

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 13 Dec 2010 at 10:25