X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=8d2cb07d9d224bebb4b4faecfdc6aa326c346261;hp=b10a11903c442f90670a0555610c6c15a69925f5;hb=76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd;hpb=fa7af7ab195346b11a0bb401050d7c06f4a3ffaa 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);