D
D
Denis Afonin2017-10-16 08:34:47
HTML
Denis Afonin, 2017-10-16 08:34:47

How to configure IAXMODEM on Asterisk11+FreeBPX?

I'm trying to set up fax reception and transmission, but at the very beginning I ran into a problem.
Installed original FrePBX image with ASterisk11.
Created an IAX2 extension on ASterisk. Downloaded and installed IAXMODEM, created a config file as described in all the instructions I found:

device /dev/ttyIAX0
owner uucp:uucp
mode 660
port 4570
refresh 50
server 127.0.0.1
peername 1155
secret 123456
codec alaw

When I try to run mine for sanity check with /usr/bin/iaxmodem start , the system gives an error:
[2017-10-16 08:16:51] Modem started
[2017-10-16 08:16:51] Fatal error: uucp user not found in passwd file
And, accordingly, there are no connected IAX2 peers in the Asterisk console.
Tell me what am I doing wrong? I looked at the passwd file, there really is no uucp user there , I just don’t understand at what stage he should have appeared there ....

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir, 2019-07-14
@notnlwns

SVG sprite + <use />.

W
wisgest, 2019-07-15
@wisgest

<object id="svg1" type="image/svg+xml" data="/path/file.svg"></object>

<script>
var SVGDocument = document.getElementById("svg1").contentDocument;
var SVGSVGElement = SVGDocument.documentElement;
SVGSVGElement.style.backgroundColor = "red";
</script>

R
Rsa97, 2017-10-16
@Rsa97

owner uucp:uucp
You yourself indicated that you need to run as the uucp user in the uucp group.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question