Skip to content

Initial version of sipsorcery cli console app#1726

Open
sipsorcery wants to merge 6 commits into
masterfrom
feature/cli-initial
Open

Initial version of sipsorcery cli console app#1726
sipsorcery wants to merge 6 commits into
masterfrom
feature/cli-initial

Conversation

@sipsorcery

Copy link
Copy Markdown
Member

No description provided.


var audioStats = new RtpStreamStats();
var dummyVideoStats = new RtpStreamStats();
var recordPacket = RtpStreamStats.CreateRtpHandler(audioStats, dummyVideoStats, logger);
Comment on lines +45 to +49
catch
{
error = $"Could not parse \"{destination}\" as a SIP URI or end point.";
return false;
}
Comment on lines +70 to +73
catch
{
// Best effort; modern terminals are UTF-8 by default.
}
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

Successfully merging this pull request may close these issues.

1 participant