Show
Ignore:
Timestamp:
07/19/07 04:11:42 (1 year ago)
Author:
wbx
Message:

fix some issues of the asterisk 1.4 package, update speex, sync with upstream, remove unused codecs, activate speex and misdn, package misdn support is broken, will be fixed soon... clubmate is empty.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/asterisk/Config.in

    r2955 r3280  
    3434          * chan_iax2.so 
    3535 
    36 config FWRT_PACKAGE_ASTERISK_CODEC_ILBC 
    37         prompt   "asterisk-codec-ilbc............. Internet Low Bitrate Codec (ILBC) Translator" 
     36config FWRT_PACKAGE_ASTERISK_CODEC_SPEEX 
     37        prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator" 
    3838        tristate 
    3939        default n 
    4040        depends FWRT_PACKAGE_ASTERISK 
     41        select FWRT_PACKAGE_LIBSPEEX 
    4142        help 
    42           The Internet Low Bitrate Codec (ILBC) Translator for Asterisk 
    43  
    44 config FWRT_PACKAGE_ASTERISK_CODEC_LPC10 
    45         prompt   "asterisk-codec-lpc10............ LPC10 (Linear Predictor Code) 2.4kbps Voice Coder" 
    46         tristate 
    47         default n 
    48         depends FWRT_PACKAGE_ASTERISK 
    49         help 
    50           The LPC10 (Linear Predictor Code) 2.4kbps Voice Coder for Asterisk 
    51  
    52 #config FWRT_PACKAGE_ASTERISK_CODEC_SPEEX 
    53 #       prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator" 
    54 #       tristate 
    55 #       default n 
    56 #       depends FWRT_PACKAGE_ASTERISK 
    57 #       select FWRT_PACKAGE_LIBSPEEX 
    58 #       help 
    59 #         The Speex speech compression codec for Asterisk 
     43          The Speex speech compression codec for Asterisk 
    6044 
    6145config FWRT_PACKAGE_ASTERISK_CODEC_GSM 
     
    123107        depends FWRT_PACKAGE_ASTERISK 
    124108        select FWRT_PACKAGE_ZAPTEL 
    125         depends on FWRT_LINUX_2_6_RB 
     109        depends on FWRT_LINUX_2_6 
    126110        help 
    127111          This package allows creation of conference channels. 
    128112 
    129 config FWRT_PACKAGE_ASTERISK_MISDN 
    130         prompt   "asterisk-misdn.................... Support for mISDN" 
     113config FWRT_PACKAGE_ASTERISK_CHAN_MISDN 
     114        prompt   "asterisk-misdn.................. Support for mISDN" 
    131115        tristate 
    132116        default n 
    133117        depends FWRT_PACKAGE_ASTERISK 
    134118        select FWRT_PACKAGE_MISDNUSER 
    135         depends on FWRT_LINUX_2_6_RB 
     119        depends on FWRT_LINUX_2_6 
    136120endmenu