aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn_config.c
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 12:51:41 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 12:51:41 +0000
commitf6aed90150bf6cfb76b20aa46bdf283cdceebc37 (patch)
tree42613d0b600eb6ffba08e84ff4a8184effc344a7 /channels/misdn_config.c
parentd42fc385b543fc9b71eb971c77ea822a88b22b30 (diff)
added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31324 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn_config.c')
-rw-r--r--channels/misdn_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index d1c6111ef..58c1758bb 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -84,6 +84,7 @@ struct misdn_cfg_spec {
static const struct misdn_cfg_spec port_spec[] = {
{ "name", MISDN_CFG_GROUPNAME, MISDN_CTYPE_STR, "default", NONE },
+ { "allowed_bearers", MISDN_CFG_ALLOWED_BEARERS, MISDN_CTYPE_STR, "all", NONE },
{ "rxgain", MISDN_CFG_RXGAIN, MISDN_CTYPE_INT, "0", NONE },
{ "txgain", MISDN_CFG_TXGAIN, MISDN_CTYPE_INT, "0", NONE },
{ "te_choose_channel", MISDN_CFG_TE_CHOOSE_CHANNEL, MISDN_CTYPE_BOOL, "no", NONE },