summaryrefslogtreecommitdiff
path: root/channels/dahdi/bridge_native_dahdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/dahdi/bridge_native_dahdi.c')
-rw-r--r--channels/dahdi/bridge_native_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/dahdi/bridge_native_dahdi.c b/channels/dahdi/bridge_native_dahdi.c
index 13e1a84dd..7505eca3e 100644
--- a/channels/dahdi/bridge_native_dahdi.c
+++ b/channels/dahdi/bridge_native_dahdi.c
@@ -911,7 +911,7 @@ int dahdi_native_load(struct ast_module *mod, const struct ast_channel_tech *tec
dahdi_tech = tech;
- native_bridge.format_capabilities = ast_format_cap_alloc();
+ native_bridge.format_capabilities = ast_format_cap_alloc(0);
if (!native_bridge.format_capabilities) {
return -1;
}