From: Andreas Eversberg Date: Fri, 25 Dec 2009 13:53:09 +0000 (+0100) Subject: A fix belonging to the last commit. X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=1da71caff97a56350c994bc7b4ecdd523b1a8e60 A fix belonging to the last commit. modified: joinpbx.cpp --- 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;