Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.
[lcr.git] / joinpbx.h
index 3e275b7..18e38c0 100644 (file)
--- 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);
 };