Quantcast
Channel: IP АТС Asterisk
Browsing all 1135 articles
Browse latest View live

freeswitch:dp:fs_xml_dialplan:examples

This example shows how to ensure that all expressions match before executing actions, otherwise the anti-actions will be executed. In this case, the SIP gateway must be the default provider, and it...

View Article


Installing Verto - [Dependencies]

Installing Verto Before we can use Verto, we'll need to install it. There are two options available: * Install FreeSWITCH + Verto * Install Verto only If you're going to use a self hosted FreeSWITCH...

View Article


Initializing Verto - [Trying]

Initializing Verto It's time to edit our main.js JavaScript file. Start with the following structure: // our main function (function() { var vertoHandle, vertoCallbacks; // put your code here! })();...

View Article

Fs: mod_verto - [Certificates]

Fs: mod_verto Verto (VER-to) RTC is a FreeSWITCH endpoint that implements a subset of a JSON-RPC connection designed for use over secure websockets. The initial target is WebRTC to simplify coding and...

View Article

FS: webrtc Install Certificates - [Debian 7 (Wheezy)]

FS: webrtc Install Certificates WebRTC provides Real-Time Communications directly from better web browsers and devices without requiring plug-ins such as Adobe Flash nor Silverlight. WebRTC always...

View Article


Making a Call - [Tracking call progress]

Making a Call Since we've got a Verto client working and connected to a Verto server, it's time to make an audio call. Building interface Let's keep things simple and just add a button: Verto - Demo...

View Article

Hanging Up a Call - [Full code]

Hanging Up a Call Since we've got a Verto client working and connected to a Verto server, it's time to make an audio call. Building interface Let's keep things simple and (again) just add a button:...

View Article

Answering a Call - [Full code]

Answering a Call Receiving a call event vertoCallbacks = { onWSLogin: onWSLogin, onWSClose: onWSClose, onDialogState: onDialogState }; function onDialogState(dialog) { console.debug('onDialogState',...

View Article


Adding Video Support - [Styling video tag]

Adding Video Support Verto was built for video conferences, so adding support for it is very simple. Preparing interface Verto - Demo ApplicationMake callHang up callAnswer call

View Article


Recovering a Call

Recovering a Call What happens if: * your internet connection goes down for a while * your browser closes or you close the tab by mistake * your computer restarts, shuts down, have a power failure...

View Article

Subscribing to the live array - [Live array data format]

Subscribing to the live array The live array enables you to receive real time server data in a javascript array. All users dialed into a conference are added to the live array data on the server, and...

View Article

Sending conference commands

Sending conference commands It's possble to control various aspects of the conference by sending conference commands directly from Verto. In the example code below, vertoConf is an instance of...

View Article

Sending DTMF

Sending DTMF An example of sending DTMF for the logged in user. In the example code below, currentCall is an instance of vertoHandle.newCall() as created in making an audio call. // The sent key digits...

View Article


Sending chat messages

Sending chat messages An example of sending a chat message from the logged in user. In the example code below, vertoConf is an instance of $.verto.conf as created in subscribing to the live array. var...

View Article

Testing bandwidth - [Using test results to calculate video resolution]

Testing bandwidth Since users can be operating under a wide variety of network conditions, it can be very helpful to perform a test to determine their bandwidth capacity. Fortunately, Verto makes this...

View Article


Verto Docs Verto Documentation - [Implemented applications]

Verto Docs Verto Documentation verto index What's Verto Verto is a FreeSWITCH endpoint that implements a subset of a JSON-RPC connection designed for use over secure web sockets. The initial target is...

View Article

SIP Encryption

  SIP Encryption Freeswitch поддерживает шифрование SIP сигнализации при помощи SSL или TLS сертификатов, а также шифрование аудио/медиа потоков известное как SRTP. По общепринятому соглашению...

View Article


Freeswitch: Sofia.conf.xml - [Freeswitch: Sofia.conf.xml]

 Freeswitch: Sofia.conf.xml Что такое Sofia Sofia позволяет создавать множество профилей User Agents Когда FreeSWITCH стартует, он перечитывает конфиг ..conf/autoload_configs/sofia.conf.xml

View Article

Freeswitch: Конфигурация при помощи Lua

Freeswitch: Конфигурация при помощи Lua serving configuration with Lua Created by Belaid Areski, last modified by John Boteler Переведено и дополнено Олег Звездочкин Описание mod_lua

View Article

FreeSwitch: ESL phpmod install

FreeSwitch: ESL phpmod install Download source FS cd /usr/src/ git clone https://freeswitch.org/stash/scm/fs/freeswitch.git -bv1.8 freeswitch apt-get install gcc autoconf libtool libtool-bin libjpeg...

View Article
Browsing all 1135 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>