Andreas Wehrmann
11 years ago
Hi!
I just came across a problem that prevents the use of
SOATAG_LOCAL_SDP_STR_REF.
In soa_tag.h this
SOFIAPUBVAR tag_typedef_t soatag_session_sdp_str_ref;
should be
SOFIAPUBVAR tag_typedef_t soatag_local_sdp_str_ref;
MSVC complained about the undeclared identifier
'soatag_local_sdp_str_ref' when
I used the tag with tl_gets while handling nua_i_state.
The current Freeswitch master seems to have the problem also.
Regards,
Andreas
I just came across a problem that prevents the use of
SOATAG_LOCAL_SDP_STR_REF.
In soa_tag.h this
SOFIAPUBVAR tag_typedef_t soatag_session_sdp_str_ref;
should be
SOFIAPUBVAR tag_typedef_t soatag_local_sdp_str_ref;
MSVC complained about the undeclared identifier
'soatag_local_sdp_str_ref' when
I used the tag with tl_gets while handling nua_i_state.
The current Freeswitch master seems to have the problem also.
Regards,
Andreas