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