X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=ad0b6da974a8b13b3246e90ff3c86a528ceaaf2e;hp=8d2cb07d9d224bebb4b4faecfdc6aa326c346261;hb=c215a8b0b74d08bb529e4ae3a195e4fee2e2f7b1;hpb=8bb49ccb7b3eba0a3f20d3b097541304b3580f70 diff --git a/apppbx.h b/apppbx.h index 8d2cb07..ad0b6da 100644 --- 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);