简体   繁体   English

SIP拨号器的SIP服务器

[英]SIP server for sip dialer

I am a mobile app developer. 我是行动应用程式开发人员。 I want a SIP dialer with my own server , i have a VOIPROUTE from (VOIPROUTES.COM). 我想要一个带有我自己的服务器的SIP拨号程序,我有一个来自(VOIPROUTES.COM)的VOIPROUTE。 I want to use the sip for calling to pakistan, India and Bangladesh . 我想用这个口子打电话给巴基斯坦,印度和孟加拉国。 i want a dialer like Platinum Dialer( you can find it on itunes,google play,etc) for that i have to use a soft switch like (itel switch ). 我想要一个像Platinum Dialer(您可以在itunes,google play等上找到它)的拨号程序,因为我必须使用像(itel switch)这样的软开关。 How can i do all these things my own . 我怎么能自己做所有这些事情。 How can i make a server for sip through which my is connected to make a call . 我该如何为连接我的电话进行呼叫的Sip服务器。

And i hvae a question weather the app call directly to the sip ( voiproutes.com server ?) server or first it goes to my server where i do billing for that user .?? 我遇到一个问题,直接将应用程序调用发送到sip(voiproutes.com服务器?)服务器,或者首先将其转到我的服务器,在该服务器上为该用户计费。

Which is best suited thing for me to do ?? 哪个最适合我做?

Thnaks a lot. 非常感谢。

A common way to approach what you're trying to do is to use an application server that supports JSR 289 SIP Servlets. 处理您要尝试执行的操作的常用方法是使用支持JSR 289 SIP Servlet的应用程序服务器。 There are several on the market. 市场上有几种。 A simple one that you can download for free for Java development purposes is the WebSphere Liberty server which can be downloaded from here: http://www.wasdev.net (SIP Servlet support is currently in beta). 您可以免费下载以用于Java开发目的的简单服务器是WebSphere Liberty服务器,可以从以下网站下载: http : //www.wasdev.net (SIP Servlet支持当前处于beta中)。 Note that Liberty can currently be used in production for small, single server deployments. 请注意,Liberty当前可用于小型单服务器部署的生产中。 Asterix is also a popular server for this. Asterix也是为此的流行服务器。 If you're looking for a cloud based trunking for PSTN federation from SIP check out Twilio's SIP trunking capabilities. 如果您正在从SIP寻找用于PSTN联盟的基于云的中继,请查看Twilio的SIP中继功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM