Questions tagged [mod-verto]
15 questions
9
votes
1 answer
WebRTC + IOS + Freeswitch : Can't hear audio
I'm trying to implement mod_verto on IOS (calling from iPhone to Desktop). I'm using Google's libjingle library for the RTC side, got it up and running using this excellent tutorial.
When making a call from my iPhone, I get the call on the desktop…

Shlomi Schwartz
- 8,693
- 29
- 109
- 186
4
votes
0 answers
FreeSwitch + Mode Verto + Webrtc + Android + unable to make call from android
I have made a mode-verto android client, using WebRtc;
Pre-built library: org.webrtc:google-webrtc:1.0.+
libjingle: io.pristine:libjingle:11139@aar
and FreeSwitch but only got success to make uni-directional communication(SIP phone to an android…

Muhammad Aoun
- 41
- 4
2
votes
0 answers
How to properly load JQuery Objects from Node Modules?
I am working on the simple NodeJs App. While working with Frontend, it correctly loads all NodeJS modules related to JQuery, but when I am going to make a simple JavaScript-based Implementation and trying to load all of those JQuery files from…

Rohan Ali
- 21
- 1
2
votes
1 answer
Getting black screen for remote video: WebRTC
I'm developing video calling functionality with WebRTC and facing a very strange problem.
When I make a call everything is fine and I'm getting a remote video stream, but when I receive a call, I get a black screen with no remote video. The strange…

ishan shah
- 455
- 2
- 8
- 23
2
votes
1 answer
How can I fix "Cannot read property 'srcObject' of undefined" in Freeswitch Verto
I'm trying to get verto to work on in Chrome 57.0.2987.133 (64-bit).
After following https://dopensource.com/2017/01/21/setting-up-freeswitch-webrtc-functionality/, I was able to get webrtc/verto working on the server. I was able to get the demo app…

Dayo
- 316
- 4
- 12
1
vote
0 answers
ERROR:jQuery.verto.init is not a function
I'm using a Verto library in my nodejs console based project - I've added all necessary references to main.js file - something like this:
const jsdom = require("jsdom");
const $= require('jquery');
const verto=…

Qadeer
- 11
- 3
1
vote
1 answer
Get current call object after Verto FreeSwitch recovering call
How can I get back the currentCall object on a Verto FreeSwitch?
I am using this guide from the Verto Documentation.
When I want to hangup after a tab refresh, I get this error:
Cannot read property 'hangup' of undefined at…

Pierre Elloy
- 21
- 1
- 5
1
vote
1 answer
How do I pass variables from FreeSWITCH dialplan to Verto client?
I ran into many issues when trying to get more information in the Verto client and take advantage of it's impressive features. My use case for retrieving custom variables was to get the 'parent' call UUID so that I could issue ESL commands on the…

parker_codes
- 3,267
- 1
- 19
- 27
1
vote
1 answer
Initiating call and receiving call in web browser using freeswitch
I have a requirement, i have a web site in which i want to implement outgoing call and incoming call functionality. I am using freeswitch on windows as sip server, currently i am able to initiate call on local extensions using verto, how can i …

Quant
- 61
- 1
- 7
1
vote
1 answer
Freeswitch "mod_verto" : Invalid Method, Missing Method or Permission Denied
I am working with mod_verto. I followed the following link https://freeswitch.org/confluence/display/FREESWITCH/mod_verto
for the verto configuration. Also installed certificate on server and client side and added

Sharadhi Ballal
- 633
- 2
- 11
- 26
1
vote
2 answers
Unable to make WebRTC work in FreeSWITCH
I installed(stable version from RPM Package) FreeSWITCH 1.6.9~64bit in a CentOS Linux release 7.2.1511 (Core) server as given in the below…

Senthil Ganesh
- 175
- 11
0
votes
1 answer
No audio when webrtc mobile clients connected in different network
In my current project ,we are using webrtc to connect two mobile clients in android.
We are using socket signaling to exchange data between two mobile clients.
We were able to connect peer to peer audio and video call in android mobile clients in…

Jeeva
- 1,791
- 2
- 23
- 42
0
votes
1 answer
Javascript - how to update the cookie so that it dial new number instead of the default number?
When i call manual_dial() it always dial 12127773456 instead of 32448899000. Why the pop method is not updating the cookie verto_demo_ext ?
Any advise?
// Cookie library
//…
user285594
0
votes
0 answers
STOP Webcam after call hangup
How to stop webcam (Close connection with camera) using getUserMedia in webRTC?
I tried with : localStream.getVideoTracks()[0].stop();
But it will not work for me in chrome. connection with the camera continues as it is.
My code…

vivek dhamecha
- 409
- 3
- 14
0
votes
1 answer
user not registered in moid_verto
I have registered 2 extension in FreeSWITCH, I am able to logging in with both extension also. But, when I am trying to call one to another extension, I am getting error of USER_NOT_REGISTERED in fs log.
I am able to check status for both extension…

Ghanshyam Katriya
- 1,071
- 1
- 11
- 37