TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any good Asterisk client open source projects for looking at their code?

1 点作者 betimd超过 9 年前
I'm looking for any client developed in any popular languages like Java or C# that works with Asterisk to adopt for my company needs.

1 comment

aexaey超过 9 年前
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CSipSimple" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CSipSimple</a> (Android SIP client)<p>For a more low-level stuff, it might worth having a look at <a href="http:&#x2F;&#x2F;www.pjsip.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.pjsip.org&#x2F;</a> (a really good SIP library written in C with among others, Java bindings; CSipSimple is based on it).