[asterisk-bugs] [Asterisk 0005413]: [branch] Secure RTP (SRTP)

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Mar 4 09:16:04 CST 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:                     assigned
Target Version:             1.6.3
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-03-04 09:15 CST
====================================================================== 
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
====================================================================== 

---------------------------------------------------------------------- 
 (0101189) munnymun (reporter) - 2009-03-04 09:15
 http://bugs.digium.com/view.php?id=5413#c101189 
---------------------------------------------------------------------- 
So...
#svn checkout svn.digium.com/svn/asterisk/team/group/srtp is the only
thing you need to do to make Asterisk works with SRTP? Very cool!

If so, that means there is something wrong with my sip.conf or
extensions.conf then.

my sip.conf

[2000]
type=friend
username=2000
secret=123456
host=dynamic
context=test
transport=tls
[2001]
type=friend
username=2001
secret=123456
host=dynamic
context=test
transport=tls

my extensions.conf

exten => 2000,1,Set(_SIP_SRTP_SDES=1)
exten => 2000,2,Set(_SIPSRTP=enable)
exten => 2000,3,Set(_SIPSRTP_CRYPTO=enable)
exten => 2000,4,Dial(SIP/2000)
exten => 2001,1,Set(_SIP_SRTP_SDES=1)
exten => 2001,2,Set(_SIPSRTP=enable)
exten => 2001,3,Set(_SIPSRTP_CRYPTO=enable)
exten => 2001,4,Dial(SIP/2001)

The two endpoints are Eyebeam 1.5. They are both registered over TLS.
Could you tell what could be wrong with these two conf files that prevents
Asterisk to accept SDP with SDES?

I can provide SIP trace if needed.

Thanks! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-04 09:15 munnymun       Note Added: 0101189                          
======================================================================




More information about the asterisk-bugs mailing list