Answer the question
In order to leave comments, you need to log in
Why can't I hear the Subscriber when I call from the site?
Windows platform
Launched FREESWITCH server with access to landline numbers (via VOIP provider)
on the site there is a dial button I dial the number
in the browser, the subscriber answers. The subscriber hears me, I do not.
On the website called implemented via SIP..JS:
var session;
var userAgent = new SIP.UA({
uri: '[email protected]',
wsServers: ['ws://192.168.1.222:5066'],
authorizationUser: '1199',
password: 'callfromwebsite'
});
var options={ media: {
constraints: {audio: true, video: false},
render: {
remote: {audio: document.createElement('audio')},
local: {audio: document.createElement('audio')}
}
}
}
session = userAgent.invite('055123456', options);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question