c# - Voip Application Made With Asp.Net -


i have make application make pc-phone , pc - pc call asp.net. examples see on web made windows application.

can give me refference, examples, documents voip , asp.net?

you can't make voip call pure asp.net application. problem http stateless protocol drops connections data transfer has occurred. voip real time application need have constant connection between various parties (client-pbx-destination, usually).

as result, need extend asp.net application either clickonce .net windows forms application or other component runs local application on user's machine.


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -