Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

SOLVED: CDR Report Empty and Calls Recordings in Asterisk

Posted on 25 January, 202025 January, 2020

Edit cdr_adaptive_odbc.conf
nano /etc/asterisk/cdr_adaptive_odbc.conf

Add

[adaptive_connection]
connection=asteriskcdrdb
table=cdr
usegmtime=no
alias start => calldate
unaswered= yes
congestion= yes 

and reload

Asterisk

Post navigation

Previous post
Next post

Related Posts

cdr_custom.conf en Issabel

Posted on 14 March, 2018

Habilitamos el uso de los cdr_custom nano /etc/asterisk/cdr_custom.conf Modificando la linea [mappings], quitandole los comentarios [mappings] calls.csv => ${CSV_QUOTE(${CDR(accountcode)})},${CSV_QUOTE(${CDR(src)})},${CSV_QUOTE(${CDR(dst)})},${CSV_QUOTE(${CDR(dcontext)})},${CSV_QUOTE(${CDR(clid)})},${CSV_QUOTE(${CDR(channel)})},${CSV_QUOTE(${CDR(dstchannel)})},${CSV_QUOTE(${CDR(lastapp)})},${CSV_QUOTE(${CDR(lastdata)})},${CSV_QUOTE(${CDR(start)})},${CSV_QUOTE(${CDR(answer)})},${CDR(billsec)},${CSV_QUOTE(${CDR(duration)})},${CSV_QUOTE(${CDR(end)})},${CSV_QUOTE(${CDR(disposition)})},${CSV_QUOTE(${CDR(amaflags)})},${CSV_QUOTE(${CDR(uniqueid)})},${CSV_QUOTE(${CDR(userfield)})} Éstos archivos se guardan en la ruta /var/log/asterisk/cdr-custom/  

Read More

Samba en Issabel

Posted on 14 March, 20189 April, 2020

yum install samba samba-client samba-common nano /etc/samba/smb.conf Dentro de global [global] map to guest = bad user /bin/systemctl restart smb.service Luego se crean los puertos y se habilitan en el Firwall de Issabel

Read More
Asterisk ssh

Conectar openvox por ssh

Posted on 7 April, 202018 April, 2020

ssh -p12345 admin@192.168.1.201 Por defecto el puerto de ssh es el 12345 y el usuario admin, pero al realizar la conexión aparece el siguiente error: Unable to negotiate with 192.168.1.201 port 12345: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes