[asterisk-dev] [svn-commits] file: branch file/sha256-a-harsh-reality r417073 - /team/file/sha256-a-harsh-...
Olle E. Johansson
oej at edvina.net
Mon Jun 23 07:21:32 CDT 2014
On 23 Jun 2014, at 13:59, SVN commits to the Digium repositories <svn-commits at lists.digium.com> wrote:
> + /* If ICE negotiation is enabled the DTLS Handshake will be performed upon completion of it */
> +#ifdef USE_PJPROJECT
> + if (!rtp->ssl || rtp->ice) {
> +#else
> if (!rtp->ssl) {
> +#endif
> return 0;
> }
>
>
Does this ifdef mean I can not use chan_sip and chan_pjsip at the same time?
If so, I think it's a bad solution.
/O
More information about the asterisk-dev
mailing list