summaryrefslogtreecommitdiffstats
path: root/apppbx.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-06-14 18:32:15 +0200
committerAndreas Eversberg2010-06-14 18:32:15 +0200
commit5a29eff4ca5d61ba974c3a2e7dc6d606873ce2c1 (patch)
tree849c426df1d8254c3bbb4edc823e17a36e5cea6d /apppbx.h
parentAdded detection of tone_zone_sound structure name. Thanx to Janis for this (diff)
downloadlcr-5a29eff4ca5d61ba974c3a2e7dc6d606873ce2c1.tar.gz
lcr-5a29eff4ca5d61ba974c3a2e7dc6d606873ce2c1.tar.xz
lcr-5a29eff4ca5d61ba974c3a2e7dc6d606873ce2c1.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);