New init and debug interface
[lcr.git] / apppbx.h
index b10a119..cfe99c1 100644 (file)
--- a/apppbx.h
+++ b/apppbx.h
@@ -206,9 +206,11 @@ class EndpointAppPBX : public EndpointApp
        void port_disconnect_release(struct port_list *portlist, int message_type, union parameter *param);
        void port_timeout(struct port_list *portlist, int message_type, union parameter *param);
        void port_notify(struct port_list *portlist, int message_type, union parameter *param);
+       void port_progress(struct port_list *portlist, int message_type, union parameter *param);
        void port_facility(struct port_list *portlist, int message_type, union parameter *param);
        void port_suspend(struct port_list *portlist, int message_type, union parameter *param);
        void port_resume(struct port_list *portlist, int message_type, union parameter *param);
+       void port_enablekeypad(struct port_list *portlist, int message_type, union parameter *param);
        void ea_message_join(unsigned int join_id, int message, union parameter *param);
        void join_crypt(struct port_list *portlist, int message_type, union parameter *param);
        void join_mISDNsignal(struct port_list *portlist, int message_type, union parameter *param);
@@ -221,14 +223,15 @@ class EndpointAppPBX : public EndpointApp
        void join_disconnect_release(int message_type, union parameter *param);
        void join_notify(struct port_list *portlist, int message_type, union parameter *param);
        void join_facility(struct port_list *portlist, int message_type, union parameter *param);
+       void join_dtmf(struct port_list *portlist, int message_type, union parameter *param);
 
        /* 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);
-       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);
@@ -288,6 +291,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);