mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-8910: Properly negotiate SDES when receiving SDP with a=crypto:0
When receiving an SDP with a=crypto:0 with the wanted crypto suite, we should maintain that crypto tag in the local SDP in order for SDES setup to succeed.
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
SWITCH_BEGIN_EXTERN_C
|
||||
|
||||
#define SWITCH_MAX_CAND_ACL 25
|
||||
#define SWITCH_NO_CRYPTO_TAG -1
|
||||
|
||||
typedef enum {
|
||||
DTMF_2833,
|
||||
|
Reference in New Issue
Block a user