summaryrefslogtreecommitdiffstats
path: root/socket_server.c
diff options
context:
space:
mode:
authorAndreas Eversberg2010-06-14 18:32:15 +0200
committerAndreas Eversberg2010-06-15 08:29:23 +0200
commitafff70dcffcebacbd968adc9547459738c327616 (patch)
treeaecd1e13021dea94e9f3bb8d4f93fbbfe1b42387 /socket_server.c
parentAdded more detailed debugging for the locking problem. (diff)
downloadlcr-afff70dcffcebacbd968adc9547459738c327616.tar.gz
lcr-afff70dcffcebacbd968adc9547459738c327616.tar.xz
lcr-afff70dcffcebacbd968adc9547459738c327616.zip
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
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);
}