summaryrefslogtreecommitdiffstats
path: root/apppbx.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-16 11:42:46 +0100
committerAndreas Eversberg2010-01-16 11:42:46 +0100
commit76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd (patch)
treef507f2500bc308bbd3a22a01559095428c4acf24 /apppbx.h
parent new file: checkout-branch.sh (diff)
downloadlcr-76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd.tar.gz
lcr-76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd.tar.xz
lcr-76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd.zip
Added "release" action and timeout to "execute" action.
modified: README modified: action.cpp modified: apppbx.cpp modified: apppbx.h modified: dss1.cpp modified: mISDN.cpp modified: message.h modified: route.c modified: route.h modified: socket_server.c
Diffstat (limited to 'apppbx.h')
-rw-r--r--apppbx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apppbx.h b/apppbx.h
index b10a119..8d2cb07 100644
--- a/apppbx.h
+++ b/apppbx.h
@@ -224,7 +224,7 @@ class EndpointAppPBX : public EndpointApp
/* epoint */
void new_state(int state);
- void release(int release, int joinlocation, int joincause, int portlocation, int portcause);
+ void release(int release, int joinlocation, int joincause, int portlocation, int portcause, int force);
void notify_active(void);
void keypad_function(char digit);
void set_tone(struct port_list *portlist, const char *tone);
@@ -288,6 +288,7 @@ class EndpointAppPBX : public EndpointApp
void action_dialing_goto(void);
void action_dialing_menu(void);
void action_dialing_disconnect(void);
+ void action_dialing_release(void);
void action_dialing_help(void);
void action_dialing_deflect(void);
void action_dialing_setforward(void);