X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=socket_server.c;h=47626c488b867ff78d768829718c3a80e036db85;hp=1e6d5da08e80aa223b9e2c062cd0b7ffca205d1e;hb=7aba91e71414fc06e21293b04ac71be739c9815e;hpb=a12d7eee22a72f4c999535892763dde15212e89e diff --git a/socket_server.c b/socket_server.c index 1e6d5da..47626c4 100644 --- a/socket_server.c +++ b/socket_server.c @@ -13,6 +13,7 @@ #include #include #include +#include "config.h" char socket_name[128]; @@ -530,7 +531,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); }