summaryrefslogtreecommitdiffstats
path: root/apppbx.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-06-14 18:32:15 +0200
committerAndreas Eversberg2010-06-15 08:29:23 +0200
commitafff70dcffcebacbd968adc9547459738c327616 (patch)
treeaecd1e13021dea94e9f3bb8d4f93fbbfe1b42387 /apppbx.h
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 'apppbx.h')
-rw-r--r--apppbx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apppbx.h b/apppbx.h
index a2608cc..ad0b6da 100644
--- a/apppbx.h
+++ b/apppbx.h
@@ -229,7 +229,7 @@ class EndpointAppPBX : public EndpointApp
void notify_active(void);
void keypad_function(char digit);
void set_tone(struct port_list *portlist, const char *tone);
- void out_setup(void);
+ void out_setup(int cfnr);
struct mISDNport *hunt_port(char *ifname, int *channel);
char *apply_callerid_display(const char *id, int itype, int ntype, int present, int screen, const char *extension, const char *name);
void auth(int job, int bit_num);