[asterisk-bugs] [Asterisk 0005413]: [branch] Secure RTP (SRTP)
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 14 11:31:58 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=5413
======================================================================
Reported By: mikma
Assigned To: twilson
======================================================================
Project: Asterisk
Issue ID: 5413
Category: Channels/chan_sip/NewFeature
Reproducibility: N/A
Severity: feature
Priority: normal
Status: ready for testing
Target Version: 1.6.5.0
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 48491
Request Review:
======================================================================
Date Submitted: 2005-10-09 10:36 CDT
Last Modified: 2009-04-14 11:31 CDT
======================================================================
Summary: [branch] 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
Update (17/12/2008): Branch against trunk is located here
http://svn.digium.com/svn/asterisk/team/group/srtp
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0010129 Module SRTP can't loaded
======================================================================
----------------------------------------------------------------------
(0103223) uc25393 (reporter) - 2009-04-14 11:31
http://bugs.digium.com/view.php?id=5413#c103223
----------------------------------------------------------------------
Hello all, I'm trying to use SRTP in Asterisk with a Twinkle phone. I've
done all the steps given in
http://www.voip-info.org/wiki/view/Asterisk+SRTP. I've built the SRTP
library and then I've get asterisk from
https://svn.digium.com/svn/asterisk/team/group/srtp and I've built it. Then
I've modified my sip.conf and my extension.conf in this way
sip.conf
[9000]
type=friend
qualify=yes
secret=guessthis
nat=no
host=dynamic
canreinvite=no
context=phones
srtpcapable=yes
extension.conf
exten => 9000,1,Set(_SIP_SRTP_SDES=1)
exten => 9000,n,Set(_SIPSRTP=enable)
exten => 9000,n,Set(_SIPSRTP_CRYPTO=enable)
exten => 9000,n,Dial(SIP/9000,30,Tt)
exten => 9000,n,Hangup()
I don't know how to view if the call is encrypted or no. Asterisk don't
return any message about if the call is encrypted or no.I've used the
wireshark to view the frames but I can't view nothing about crypto.
Thank you in advance
Issue History
Date Modified Username Field Change
======================================================================
2009-04-14 11:31 uc25393 Note Added: 0103223
======================================================================
More information about the asterisk-bugs
mailing list