X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinpbx.h;h=18e38c0b8febb3887fe29770f2a3ef0339f06bcc;hp=9106251d35c8cc292fb8dcdf71de9cceb437974c;hb=3ac6881c22bce18091f19b06958ac66016bf9a32;hpb=d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 diff --git a/joinpbx.h b/joinpbx.h index 9106251..18e38c0 100644 --- a/joinpbx.h +++ b/joinpbx.h @@ -70,11 +70,11 @@ 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); }; -void joinpbx_debug(class JoinPBX *joinpbx, char *function); +void joinpbx_debug(class JoinPBX *joinpbx, const char *function); int joinpbx_countrelations(unsigned int join_id); int track_notify(int oldstate, int notify);