summaryrefslogtreecommitdiffstats
path: root/socket_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket_server.c')
-rw-r--r--socket_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket_server.c b/socket_server.c
index 1e6d5da..f881b85 100644
--- a/socket_server.c
+++ b/socket_server.c
@@ -530,7 +530,7 @@ int admin_call(struct admin_list *admin, struct admin_message *msg)
apppbx->e_dialinginfo.sending_complete = 1;
apppbx->new_state(PORT_STATE_OUT_SETUP);
- apppbx->out_setup();
+ apppbx->out_setup(0);
return(0);
}