[asterisk-bugs] [Asterisk 0005413]: [patch] Secure RTP (SRTP)
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Sep 12 16:53:32 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=5413
======================================================================
Reported By: mikma
Assigned To: oej
======================================================================
Project: Asterisk
Issue ID: 5413
Category: Core/RTP
Reproducibility: N/A
Severity: feature
Priority: normal
Status: ready for testing
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 48491
Disclaimer on File?: Yes
Request Review:
======================================================================
Date Submitted: 10-09-2005 10:36 CDT
Last Modified: 09-12-2007 16:53 CDT
======================================================================
Summary: [patch] Secure RTP (SRTP)
Description:
This patch adds initial support for secure RTP using libsrt[1]. It can
be used in for example an implementation of the sdecriptions draft[2].
[1] http://srtp.sourceforge.net/srtp.html
[2]
http://www.ietf.org/internet-drafts/draft-ietf-mmusic-sdescriptions-12.txt
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0010129 Module SRTP can't loaded
======================================================================
----------------------------------------------------------------------
student - 09-12-07 16:53
----------------------------------------------------------------------
hi mikma,
these are the steps I tried out...
Building and Installing libSRTP:
================================
wget http://srtp.sourceforge.net/srtp-1.4.2.tgz
tar zxvf srtp-1.4.2.tgz
cd srtp
./configure
make
make install
until now everything went ok, but...
Building and Installing Asterisk with SRTP:
===========================================
svn checkout http://svn.digium.com/svn/asterisk/team/oej/securertp-trunk
cd securertp-trunk
wget "http://bugs.digium.com/file_download.php?file_id=12524&type=bug" -O
ast_srtp_depend.patch
patch -p1 < ast_srtp_depend.patch
it looks like the current version of this patch isn't exactly maching the
files provided by the trunk...
./bootstrap.sh
./configure
at this point it shows up the error. I even tried to apply the patch after
executing the bootstrap, but without success. The only way to run the
configure script is to comment out the line 7598 in configure itself, but
than I still can't compile the software.
Thanks
Issue History
Date Modified Username Field Change
======================================================================
09-12-07 16:53 student Note Added: 0070449
======================================================================
More information about the asterisk-bugs
mailing list