Navigation


Changeset 365:4b7dbc0d187f in freeDiameter


Ignore:
Timestamp:
Jul 2, 2010, 2:27:39 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added build option for SIP plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/CMakeLists.txt

    r313 r365  
    9494        ENDIF (BUILD_RGWX_AUTH)
    9595
     96### SIP Authentication, Authorization messages translation.
     97OPTION(BUILD_RGWX_SIP "Build SIP RADIUS translation plugin? (RFC4740 or RFC5090)" OFF)
     98        IF (BUILD_RGWX_SIP)
     99           RGWX_ADD_PLUGIN(sip ${RG_COMMON_HEADER} rgwx_sip.c)
     100        ENDIF (BUILD_RGWX_SIP)
     101
     102
     103
    96104### Accounting messages translation.
    97105OPTION(BUILD_RGWX_ACCT "Build Accounting RADIUS translation plugin? (RFC2866)" ON)
Note: See TracChangeset for help on using the changeset viewer.