Gary Nyquist wrote on 09/27/2014 12:07 AM:
> Hi,
>  
> I am trying to build SEMS with ZRTP enabled.
> ZRTP SDK has built successfully and installed.
> Following errors are appearing while building SEMS:
> 
> ../../../../core/AmSession.h:190:3: error: ‘zrtp_conn_ctx_t’ does not
> name a type
>    zrtp_conn_ctx_t*    zrtp_session; // ZRTP session
>    ^
> ../../../../core/AmSession.h:191:3: error: ‘zrtp_stream_ctx_t’ does
> not name a type
>    zrtp_stream_ctx_t*  zrtp_audio;   // ZRTP stream for audio
>    ^
> ../../../../core/AmSession.h:544:28: error: ‘zrtp_event_t’ has not
> been declared
>    virtual void onZRTPEvent(zrtp_event_t event, zrtp_stream_ctx_t
> *stream_ctx);
>                             ^
>  
> Is there any specific version of the SDK which is compatible to SEMS?
ZRTP was developed against a very old version of the SDK:
6f44a030 (Stefan Sayer    2008-05-14 12:54:45 +0000   41) #ifdef WITH_ZRTP

which I think isn't wire-compatible with what zrtp implementations
speak today. probably you'll have to change some more bits in the source.

Stefan
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to