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 Record #118

Open
YC946586 opened this issue Sep 4, 2021 · 2 comments
Open

How to Record #118

YC946586 opened this issue Sep 4, 2021 · 2 comments

Comments

@YC946586
Copy link

YC946586 commented Sep 4, 2021

No description provided.

@siniypin
Copy link
Collaborator

siniypin commented Sep 4, 2021

Kindly checkout the following answers:
#20
#28

@YC946586
Copy link
Author

YC946586 commented Sep 4, 2021

Thank you for your reply, but I still don't quite understand because I'm using yours now pjsip4net.Console The outgoing call was unsuccessful
ua.CallManager.CallStateChanged += CallManager_CallStateChanged;
//var factory = new CommandFactory(ua, cfg.Container);
//factory.Create("?").Execute();
var firstUser = ua.AccountManager.Accounts.First();
//string destUri = string.Format("sip:{0}@{1}", "13036 ", "124.71.224. :5060");
//ua.CallManager.MakeCall(destUri);

        ua.CallManager.MakeCall(firstUser, "1303666 2");
    
    
        ua.CallManager.MakeCall(x => x.To("1303666***").At("124.71.***.214").Through("5060").From(firstUser).Call());

I'm sorry that my English level is not good enough to understand

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

No branches or pull requests

2 participants