View previous topic :: View next topic |
Author |
Message |
dominique.haeber at xi... Guest
|
Posted: Fri May 09, 2014 8:22 am Post subject: [asterisk-users] deactivate SRTP in asterisk 11 |
|
|
Hi all,
i try to deactivate SRTP in asterisk 11.
In sip.conf:
tlsenable=no
encryption=no
transport=udp
srtpcapable=no
but when I try to make a call comes following message:
[May 9 15:19:03] DEBUG[24745][C-00000086]: sip/sdp_crypto.c:285 sdp_crypto_process: Accepting crypto tag 1
[May 9 15:19:03] DEBUG[24745][C-00000086]: sip/sdp_crypto.c:310 sdp_crypto_offer: Crypto line: a=crypto:1 AES_CM_128_HMAC_SHA1_32 inline:SYZjzhCe4mg0M18YvnkqtrH9lD3+/LQb3PuMoOI0
[May 9 15:19:03] WARNING[24745][C-00000086]: chan_sip.c:10526 process_sdp: We are requesting SRTP for audio, but they responded
without it!
(call from a snom)
I understand this message so that asterisk continue attempts to use
SRTP.
I could disable SRTP on the SNOM, but I want to have it disabled by
default. Because i have many enddevices.
Greetings
Dominique
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
webaccounts173 at jgoe... Guest
|
Posted: Fri May 09, 2014 10:37 am Post subject: [asterisk-users] deactivate SRTP in asterisk 11 |
|
|
Either you do not compile the srtp module into the Asterisk package or you disable RTP
encryption on a phone by phone basis.
jg
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
dominique.haeber at xi... Guest
|
Posted: Sat May 10, 2014 3:35 am Post subject: [asterisk-users] deactivate SRTP in asterisk 11 |
|
|
On Fri, 09 May 2014 17:37:14 +0200
jg <webaccounts173@jgoettgens.de> wrote:
Quote: | Either you do not compile the srtp module into the Asterisk package
or you disable RTP encryption on a phone by phone basis.
|
Thank you for your help
dominique
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|