From afff70dcffcebacbd968adc9547459738c327616 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 14 Jun 2010 18:32:15 +0200 Subject: Fixed call forwarding after no response. Instread of dialing the old extension again, the forwarding number is dialed after timeout. modified: apppbx.cpp modified: apppbx.h modified: socket_server.c --- socket_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket_server.c') 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); } -- cgit v1.2.3-55-g7522