Merge branch 'develop'
[lcr.git] / apppbx.h
index 8d2cb07..ad0b6da 100644 (file)
--- a/apppbx.h
+++ b/apppbx.h
@@ -206,6 +206,7 @@ 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);
@@ -228,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);