K
K
kreg1g2016-05-08 11:54:06
Telephony
kreg1g, 2016-05-08 11:54:06

Is there such a SIP service with recording functionality?

Is there a service that allows you to implement the functionality described below?
In general, you need the client to call the mobile number that I indicated somewhere in the advertisement, this phone was redirected to SIP, from there it was redirected to the employee's mobile number (specified in the service settings) and in parallel with this, these conversations were recorded.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
Viktor Maksimov, 2016-05-08
@ValorVl

Astersik?

R
ryaznov, 2016-05-10
@ryaznov

Here. ats.beeline.ru

C
catHD, 2016-05-09
@catHD

Any VATS works exactly like this: google.com -> VATS

S
ShamblerR, 2015-06-22
@ShamblerR

Well, try to exclude backend/index/login

RewriteEngine On
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !backend/index/login.*$  
 RewriteRule ^(.*)$ index.php?$1 [L]

V
Vitaliy Orlov, 2015-06-19
@orlov0562

Try disabling htaccess in the main directory (for example, temporarily renaming it to htaccess.bak), then try if the admin panel (with its htaccess) works, if it helps, then in the main directory, in the .htaccess file, before RewriteRule add:
if does not help:
500 error often indicates that somewhere there is an error in htaccess, try to comment out everything that is and turn it on line by line until you find the line with the error.

C
caramele, 2015-06-19
@caramele

Unfortunately, it did not help.
Here is what is written in the error.log apacha
PHP Warning: require(main.php): failed to open stream: No such file or directory in /home/admin/web/mysite.jp/public_html/backend/index. php on line 12
PHP Fatal error: require(): Failed opening required 'main.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/admin/web/mysite .jp/public_html/backend/index.php on line 12
backend/index.php file
if($_SERVER['REQUEST_URI'] != '/backend/index' AND $_SERVER['REQUEST_URI'] != '/backend/ index/login') { require "../main.php"; } else { require "main.php"; }
Line 12 - require "main.php";

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question