|
I believe the key that is generated for srtp is randomly generated for each call. Essentially; when the invite is sent from the caller, it contains the key to use to decrypt its encrypted rtp media, and when the 200OK is received by the callee it contains the the key to decrypt its rtp media, and this key is different for each call. What it uses to generate the key probably is random on the cisco box, but I am not exactly sure -- I know with the product that I previously worked on it would randomly generate a key based upon a 128bit random character. |