]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.c
Revert "Send ZRTP hello hash in SIP SDP."
[linphone] / coreapi / linphonecore.c
index 54224126247c7e1f703ed7f211c08cf4db1eb873..0089dd0fb423d317ce7190377fb317384ed9eb8a 100644 (file)
@@ -3126,14 +3126,8 @@ int linphone_core_accept_call_with_params(LinphoneCore *lc, LinphoneCall *call,
                sal_call_set_local_media_description(call->op,call->localdesc);
        }
        
-       if (call->audiostream==NULL){
+       if (call->audiostream==NULL)
                linphone_call_init_media_streams(call);
-               // the local media description must be regenerated after the audiostream 
-               // is initialized, otherwise the ZRTP hello hash will not be available
-               linphone_call_make_local_media_description(lc,call);
-               sal_call_set_local_media_description(call->op,call->localdesc);
-       }
-
        if (!was_ringing && call->audiostream->ms.ticker==NULL){
                audio_stream_prepare_sound(call->audiostream,lc->sound_conf.play_sndcard,lc->sound_conf.capt_sndcard);
        }