Server virtualization is a method of dividing computer resources into multiple isolated environments. It hides server resources, including the number and identity of individual physical servers, processors, and operating systems, from server users. Followings are common usage scenarios. Server consolidation: Server consolidation allows an organization to decrease the number of physical servers, by moving their… Read more »
Posts Categorized: Uncategorized
WebRTC with Asterisk 12
Using webRTC you can directly enable calls from browser without installing softwares like microsip (Google Chrome or Mozilla Firefox needed) . This tutorial assumes the user to have basic knowledge of Asterisk, Ubuntu and WebRTC. Asterisk 12.7.0 and Ubuntu 14.04 was used to setup the system. Step 1: Install Updates Step 2 : Install Dependencies… Read more »
Onscreen dialpad : Append entries to text field, send dtmf for twilio calls
How to create an onscreen dialpad for web pages ? And append the entries from dialpad to a text field. Here is one working example left for you, This is a custom dialpad used in web twilio , the web client for twilioid app. CSS Html Code to create dialpad : and… Read more »
Refreshing twilio token programmatically
Twilio Client uses capability tokens to establish communications between devices to Twilio. Capability tokens allow you to add Twilio capabilities to web and mobile applications. Allowing incoming and outgoing capability to a twilio client You create a token on your server and specify what capabilities you’d like your device to have. Here is… Read more »
Recent Comments