You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a issue where I just receive "Call Result Failure" when using SIPCallDescriptor.
`
const string DESTINATION = "sip:[email protected]";
const string from = "46735000000<[email protected]>";
SIPCallDescriptor callDescriptor = new SIPCallDescriptor("314444", "438800000", DESTINATION, from, null, null, null, null,
SIPCallDirection.Out, "application/sdp", null, null);
I'm having a issue where I just receive "Call Result Failure" when using SIPCallDescriptor.
`
const string DESTINATION = "sip:[email protected]";
const string from = "46735000000<[email protected]>";
SIPCallDescriptor callDescriptor = new SIPCallDescriptor("314444", "438800000", DESTINATION, from, null, null, null, null,
SIPCallDirection.Out, "application/sdp", null, null);
`
Originally posted by @babawarrior in #1152 (comment)
The text was updated successfully, but these errors were encountered: