Displaying 1 result from an estimated 1 matches for "r61760".
Did you mean:
261760
2007 May 01
0
Re: [asterisk-dev] SRTP implementation
...> There are several MIKEY flavors: Pre shared, DH-SIGN, RSA, RSA-R and DH-HMAC.
> The patch currently uses DH-HMAC for outgoing connections, using secret from
> sip.conf as the shared secret.
http://www.voip-info.org/wiki/view/Asterisk+SRTP updated
test srtp server (asterisk SVN-trunk-r61760 + latest SRTP patch)
voice2.fpf.slu.cz
test sip accounts
700:700
701:701
702:702
extensions.conf
exten => 600,1,Set(_SIPSRTP=optional)
exten => 600,n,Set(_SIPSRTP_CRYPTO=enable)
exten => 600,n,Playback(demo-echotest) ; Let them know what's going on
exten => 600,n,Echo ; Do the ech...