From 1da71caff97a56350c994bc7b4ecdd523b1a8e60 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 25 Dec 2009 14:53:09 +0100 Subject: [PATCH] A fix belonging to the last commit. modified: joinpbx.cpp --- joinpbx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joinpbx.cpp b/joinpbx.cpp index 5bad026..d3640b1 100644 --- a/joinpbx.cpp +++ b/joinpbx.cpp @@ -871,7 +871,7 @@ void JoinPBX::message_epoint(unsigned int epoint_id, int message_type, union par } break; } - if (out_setup(epoint_id, message_type, param, NULL, NULL)) + if (out_setup(epoint_id, message_type, param, param->setup.dialinginfo.id, param->setup.dialinginfo.keypad)) return; // join destroyed break; -- 2.13.6