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
Post a Comment