Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make call on C# Project. #8

Closed
GoogleCodeExporter opened this issue Jul 27, 2015 · 2 comments
Closed

How to make call on C# Project. #8

GoogleCodeExporter opened this issue Jul 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

// 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

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant