Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.
[lcr.git] / joinpbx.h
index 9106251..18e38c0 100644 (file)
--- 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);
        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 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);
 
 int joinpbx_countrelations(unsigned int join_id);
 int track_notify(int oldstate, int notify);