From 5a29eff4ca5d61ba974c3a2e7dc6d606873ce2c1 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 --- apppbx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apppbx.h') 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); -- cgit v1.2.3-55-g7522