X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinpbx.h;h=18e38c0b8febb3887fe29770f2a3ef0339f06bcc;hp=3e275b7d2500f582ec84dd0f83d5293e4758dadb;hb=3ac6881c22bce18091f19b06958ac66016bf9a32;hpb=8994874d7bcb1eff9ee833fb22e4910cc365f456 diff --git a/joinpbx.h b/joinpbx.h index 3e275b7..18e38c0 100644 --- a/joinpbx.h +++ b/joinpbx.h @@ -70,7 +70,7 @@ class JoinPBX : public Join void bridge_data(unsigned int epoint_from, struct join_relation *relation_from, union parameter *param); void remove_relation(struct join_relation *relation); struct join_relation *add_relation(void); - int out_setup(unsigned int epoint_id, int message, union parameter *param, char *newnumber); + int out_setup(unsigned int epoint_id, int message, union parameter *param, char *newnumber, char *newkeypad); void play_jingle(int in); };