asterisk

  1. U

    MySQL CDR Asterisk 22

    Most guides for MySQL call recording with Asterisk seem to be extremely old or confusing, missing details or difficult to adapt to FreeBSD. Also, even though cdr_mysql still exists, many sites suggest this is deprecated and newer guides all point to the more awkward to configure ODBC...
  2. PlanetFox

    PBX Server Guru Help Needed

    I guess I should probably start by explaining what I'm trying to do. I have a pair of Grandstream HandyTone analog telephone adapters that I need to work with incoming and outgoing calls to a SIP trunking provider over Asterisk running on a remote FreeBSD server. The ATAs are behind NAT, the...
  3. Yandri Loor

    Certified Asterisk installation failed

    hi i am trying to install Certified Asterisk 16 - LTS but i have a crypt_r error ld: error: undefined symbol: crypt_r >>> referenced by crypt.c:124 >>> crypt.o:(ast_crypt) >>> referenced by crypt.c:139 >>> crypt.o:(ast_crypt_validate) >>> referenced by...
  4. F

    Asterisk: undefined reference to `crypt_r'

    I wanted to install asterisk on my FreeBSD 12.1-Release PC from asterisk source code. I managed to install packages on /usr/src directory, however make command outputs error /usr/local/bin/ld: crypt.o: in function `ast_crypt': /usr/src/asterisk/asterisk-17.5.0/main/crypt.c:124: undefined...
  5. Norbert Szczybelski

    Asterisk VoIP Server over OpenVPN in Tor Hidden Service.

    Good Evening. Generate encryption keys with OpenSSL. OpenVPN server openvpn.conf configuration file: mode server tls-server dev tun proto tcp-server port 1194 server 10.8.0.0 255.255.0.0 ca /vpn/ca.crt cert /vpn/server.crt key /vpn/server.key dh /vpn/dh2048.pem tls-crypt /vpn/ta.key cipher...
  6. goshanecr

    Asterisk AMI binds to random port

    Hi friends! I try to research net/asterisk13, and setup it. I have not change any configs except manager.conf. In manager.conf I set enabled=yes and add section with user: [admin] secret=secret read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan write =...
Back
Top