summaryrefslogtreecommitdiffstats
path: root/joinpbx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'joinpbx.cpp')
-rw-r--r--joinpbx.cpp2
1 files changed, 1 insertions, 1 deletions
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;