X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=socket_server.c;h=f881b857c1f1303999d6c95072dad9c1b3582fa5;hp=1e6d5da08e80aa223b9e2c062cd0b7ffca205d1e;hb=afff70dcffcebacbd968adc9547459738c327616;hpb=69ad78e230664a2ebf1b70f48981f73a9b81d3f8 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); }