On 23 Jun 2014, at 13:59, SVN commits to the Digium repositories 
<[email protected]> 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
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to