projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add gnupg from Michael Cohen, thx
[openwrt.git]
/
package
/
asterisk
/
Config.in
diff --git
a/package/asterisk/Config.in
b/package/asterisk/Config.in
index
127bb15
..
7efaee5
100644
(file)
--- a/
package/asterisk/Config.in
+++ b/
package/asterisk/Config.in
@@
-21,6
+21,15
@@
config BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH
help
The Bluetooth HandsFreeProfile support for Asterisk
help
The Bluetooth HandsFreeProfile support for Asterisk
+config BR2_PACKAGE_ASTERISK_CHAN_H323
+ prompt "asterisk-chan-h323.............. H.323 support for Asterisk"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_ASTERISK
+ select BR2_PACKAGE_OPENH323
+ help
+ H.323 support for Asterisk
+
config BR2_PACKAGE_ASTERISK_CHAN_MGCP
prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
tristate
config BR2_PACKAGE_ASTERISK_CHAN_MGCP
prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
tristate
@@
-95,7
+104,16
@@
config BR2_PACKAGE_ASTERISK_PGSQL
select BR2_PACKAGE_LIBPQ
help
PostgreSQL modules for Asterisk
select BR2_PACKAGE_LIBPQ
help
PostgreSQL modules for Asterisk
-
+
+config BR2_PACKAGE_ASTERISK_SQLITE
+ prompt "asterisk-sqlite................. SQLite modules"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_ASTERISK
+ select BR2_PACKAGE_LIBSQLITE
+ help
+ SQLite modules for Asterisk
+
config BR2_PACKAGE_ASTERISK_SOUNDS
prompt "asterisk-sounds................. Sound files"
tristate
config BR2_PACKAGE_ASTERISK_SOUNDS
prompt "asterisk-sounds................. Sound files"
tristate
@@
-111,7
+129,7
@@
config BR2_PACKAGE_ASTERISK_VOICEMAIL
depends BR2_PACKAGE_ASTERISK
help
Voicemail related modules for Asterisk
depends BR2_PACKAGE_ASTERISK
help
Voicemail related modules for Asterisk
-
+
config BR2_PACKAGE_ASTERISK_MINI
prompt "asterisk-mini..................... Minimal open source PBX"
tristate
config BR2_PACKAGE_ASTERISK_MINI
prompt "asterisk-mini..................... Minimal open source PBX"
tristate
@@
-137,6
+155,5
@@
config BR2_PACKAGE_ASTERISK_MINI
- pbx_config
- res_features
- res_musiconhold
- pbx_config
- res_features
- res_musiconhold
-
endmenu
endmenu
This page took
0.025142 seconds
and
4
git commands to generate.