-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4329/
-----------------------------------------------------------

Review request for Asterisk Developers.


Bugs: ASTERISK-24665
    https://issues.asterisk.org/jira/browse/ASTERISK-24665


Repository: Asterisk


Description
-------

The 'secure' argument for chan_pjsip was changed in a previous commit to use 
the pjsip_get_dest_info function to determine if a secure transport is being 
used for signaling. This function, however, was added as of PJSIP 2.3 and is 
not in earlier versions. If an earlier version is installed the build may fail 
and loading the module may also fail.

This change adds a configure check to determine if the pjsip_get_dest_info 
function is present. If it is not present the 'secure' argument won't work but 
everything else will continue as before.


Diffs
-----

  /branches/13/include/asterisk/autoconfig.h.in 430491 
  /branches/13/configure.ac 430491 
  /branches/13/configure UNKNOWN 
  /branches/13/channels/pjsip/dialplan_functions.c 430491 

Diff: https://reviewboard.asterisk.org/r/4329/diff/


Testing
-------

Ran configure check, confirmed it found the support.


Thanks,

Joshua Colp

-- 
_____________________________________________________________________
-- 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