Changes between Version 1 and Version 2 of BuildOptions
- Timestamp:
- 03/03/10 14:47:59 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildOptions
v1 v2 4 4 5 5 == BUILDID_SUPPORT == 6 Build !WengoPhone/phApi with buildId. Fix me... 6 7 7 8 == WENGOPHONE_RESOURCEDIR_PATH == 9 Use hardcoded resources (images, sounds, web pages) path. 8 10 9 11 == WENGOPHONE_XV_SUPPORT == 12 Build !WengoPhone with XV hardware acceleration support. Fix me (what XV acceleration is?)... 10 13 11 14 == SIPWRAPPER_BACKEND_SIPX == 15 Use [http://sipxtapi.sipfoundry.org/wiki/SipXtapi SipX] as SIP backend. 12 16 13 17 == SIPWRAPPER_BACKEND_PHAPI == 18 Fix me... 14 19 15 20 == IMWRAPPER_BACKEND_MULTI == 21 Fix me... 16 22 17 23 == LOGGER_ENABLE_EVENT == 24 Enable the event notification in Logger. 18 25 19 26 == PHAPI_VIDEO_SUPPORT == 27 Build phApi with video support. 20 28 21 29 == Linux only == 22 30 23 31 === PHAPI_SAMPLERATE_SUPPORT === 32 Build phApi with libsamplerate support. 24 33 25 34 === PHAPI_AUDIO_ALSA_SUPPORT === 35 Build phApi with ALSA support. 26 36 27 37 === PHAPI_AUDIO_ARTS_SUPPORT === 38 Build phApi with aRts support. 28 39 29 40 === PHAPI_AUDIO_ESD_SUPPORT === 41 Build phApi with ESD support. 30 42 31 43 === PHAPI_AUDIO_OSS_SUPPORT === 44 Build phApi with OSS support. 32 45 33 46 == PHAPI_HTTPTUNNEL_SUPPORT == 47 Build phApi with [http://www.mbdsys.com/opensource/htproxy/ HTTPTunnel] support. 34 48 35 49 == PHAPI_QOS_DEBUG_SUPPORT == 50 Build phApi with QOS debug support. 36 51 37 52 == PHAPI_EMBEDDED_SUPPORT == 53 Build phApi with embedded target support. 38 54 39 55 == PHAPI_CODEC_ILBC_SUPPORT == 56 Build phApi with codec [http://www.ilbcfreeware.org/ ILBC] support. 40 57 41 58 == PHAPI_CODEC_AMR_SUPPORT == 42 59 43 60 == PHAPI_SPEEXWB_REPLACES_AMRWB_HACK == 61 Build phApi with codec [http://www.voip-info.org/wiki/view/AMR+Codec AMR ]support 44 62 45 63 == PHAPI_SPEEXWB_REPLACES_AMRNB_HACK == 64 Build phApi with Speex-WB/AMR-WB hack. 65 66 == PHAPI_SPEEXWB_REPLACES_AMRNB_HACK == 67 Build phApi with Speex-WB/AMR-NB hack. 46 68 47 69 == PHAPI_SPEEXWB_REPLACES_G726WB_HACK == 70 Build phApi with Speex-WB/G726-WB hack. 48 71 49 72 == PHAPI_PYTHON_WRAPPER == 73 Python wrapper for PhApi, used for unit testing. 74 75 == COPY_DATA_FILES_ON_CONFIGURE == 76 Copy data files on configure. Fix me... 50 77 51 78 == ENABLE_CRASHREPORT == 79 Enable integrated crashreport system. 52 80 53 81 == CUSTOM_ACCOUNT == 82 Disable/enable support for custom "Wengo" account, as defined in [source:wengophone/resources/config/config.xml#L193] Note: you will need HTTP server which will reply with well formatted XML responses in order for this to work. 54 83 55 == DISABLE_CALL_FORWARD == 84 Options below require CUSTOM_ACCOUNT ON. 56 85 57 == DISABLE_SMS == 86 === DISABLE_CALL_FORWARD === 87 Disable call forwarding by HTTP support. 58 88 59 == DISABLE_VOICE_MAIL == 89 === DISABLE_SMS === 90 Disable SMS by HTTP support. 60 91 61 == DISABLE_FILETRANSFER == 92 === DISABLE_VOICE_MAIL === 93 Disable voice mail by HTTP support. 62 94 63 == DISABLE_MANUAL_CALL_FORWARD == 95 === DISABLE_FILETRANSFER === 96 Disable file transfer option 97 98 === DISABLE_MANUAL_CALL_FORWARD === 99 Disable the option to manually forward a call 100 101 == Windows only == 102 103 === ENABLE_CONSOLE === 104 Force generate of executable with Console Window enabled. 105 106 === FFMPEG_OLD_VERSION === 107 Use the old version of ffmpeg. 108 109 === OWSOUND_PORTAUDIO_SUPPORT === 110 Build libsound with !PortAudio support.
