从asp.net软件安装的voip拨打电话 [英] make a call from installed voip from asp.net software

查看:70
本文介绍了从asp.net软件安装的voip拨打电话的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个asp.net软件。

我的一个客户有一个voip技术来处理呼叫。他的系统配置哪个号码连接到哪个电话。

他希望我们在电话响铃时我们得到号码并搜索我们的软件数据库并找到他的客户名称并显示名称。当一名员工在我们的软件中点击他的一条客户记录并点击通话时,我也希望他们将号码传递到手机并通过他的voip拨打电话。

i googled但是我无法找到我的答案,所有答案都是从Skype或其他软件api配置voip或调用。

我想通过电话铃工作显示标题或传递号码到手机,我不想知道其他操作

这可能吗?我可以开始搜索任何一个任何一个领导者吗?

解决方案

你没有从ASP.NET中做任何这样的事情。您的所有ASP.NET代码都在服务器端运行,并且无法将任何内容推送到客户端未请求的客户端。



这就是为什么你可以找不到任何东西。从服务器的角度来看,您不会解决此问题。你是从客户的角度来做的。你需要搜索java或javascript解决方案,而不是ASP.NET。


它可以轻松完成,因为大多数voip客户端软件注册自己能够处理SIP URI。这意味着您可以将任何SIP链接添加到您的网页,它将被浏览器识别(如果有人点击您的链接,将启动预安装的客户端)。这就像普通的http链接,但是有sip。示例:

sip:\\phonenumber@voipserver.com。



让我们看看它是否在这里使用我的voip服务器工作:

点击通话

(如果您点击上面的链接,如果您的软电话将启动对testivr3的调用,则可以使用)

we have a asp.net software .
one of my customer has a voip tech to handle calls . his system config that which number connect to which phone.
he want us that when the phone ring we get the number and search our software database and find the name of his costumer and show the name.
he also want when one of employee click in one of his customer record in our software and click call we pass the number to the phone and make the call from his voip.
i googled but i couldnt find the my answer, all of answer in to config the voip or call from skype or some other software api like that.
i want to work from phone ring to show title or pass number to phone and i dont want to know about other operation
is this possible? hase any one any lead that i can start to search about it?

解决方案

You're not doing any of this from ASP.NET. All of your ASP.NET code runs server-side and is not capable of "pushing" anything to the client that the client did not request.

That's why you can't find anything on it. You don't approach this problem from the standpoint of the server. You do it from the standpoint of the client. You need to search for java or javascript solutions to this, not ASP.NET.


It can be easily done since most voip client software registers itself capable to handle SIP URI. This means that you can add any sip link to your webpage and it will be recognized by browser (will launch the pre-installed client if somebody clicks on your link). This is like a normal http link but with sip. Example:
sip:\\phonenumber@voipserver.com.

Let's see if it is working from here using my voip server:
click to call
(it works if your softphone will launch a call to testivr3 if you click on the above link)


这篇关于从asp.net软件安装的voip拨打电话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆