Re: [asterisk-users] Copying received and sent RTP packets due legal obligations

2017-07-12 Thread Glenn Geller (VDOPh)
I'd suggest you take a look at Voipmonitor, it may have what you need in the community version. It's built for monitoring SIP/VoIP traffic. Pretty inexpensive to license the reporting tool as well, if needed. Also, you may need to have a switch/router that supports port mirroring. Thanks, *Glen

Re: [asterisk-users] Copying received and sent RTP packets due legal obligations

2017-07-12 Thread Mark Wiater
On 7/12/2017 5:30 PM, Holger Freyther wrote: > I have to copy/mirror/forward the RTP streams for some selected call > to an external address/port I'd think that what you want to do might be best done outside of Asterisk. If you're working with SIP, I'd suggest packet capture tools. --

[asterisk-users] Copying received and sent RTP packets due legal obligations

2017-07-12 Thread Holger Freyther
Hi, I am facing a problem where for legal obligations (LI) I have to copy/mirror/forward the RTP streams for some selected call to an external address/port and I have not found a way to do it with built-in functionality. Do I miss something? The basic requirements are: * Raw RTP (no tra

Re: [asterisk-users] Asterisk realtime - Error with index length in alembic script

2017-07-12 Thread Marcelo Terres
Please open a Ticket (https://issues.asterisk.org), to let them know that they need to update the documentation in Wiki and also handle this situation when using Alembic in Debian 9 (could happens in other Distros too). Marcelo H. Terres IM: mhter...@jabber.mundoopensource.com.br https://www.mund

[asterisk-users] Asterisk 14.6.0 Now Available

2017-07-12 Thread Asterisk Development Team
The Asterisk Development Team would like to announce the release of Asterisk 14.6.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 14.6.0 resolves several issues reported by the community and would have not been po

[asterisk-users] Asterisk 13.17.0 Now Available

2017-07-12 Thread Asterisk Development Team
The Asterisk Development Team would like to announce the release of Asterisk 13.17.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.17.0 resolves several issues reported by the community and would have not been

Re: [asterisk-users] Asterisk realtime - Error with index length in alembic script

2017-07-12 Thread Floimair Florian
Nevermind guys! I just found out the solution myself: MariaDB in Debian uses utf8mb4 as default character set (see here: https://mariadb.com/kb/en/mariadb/differences-in-mariadb-in-debian-and-ubuntu/). I needed to uncomment the lines with utf8mb4 in /etc/mysql/maria.db.conf in the following fi

[asterisk-users] Asterisk realtime - Error with index length in alembic script

2017-07-12 Thread Floimair Florian
Hi! I just tried setting up Asterisk realtime database following the wiki article https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime on a Debian 9 machine (which switched from MyQSL to MariaDB). One has to install mariadb-plugin-connect, python-mysqldb and alembic packages (a