Forward the notification ID to the recording call leg.

git-svn-id: http://voip.null.ro/svn/yate@1842 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-03-25 10:15:58 +00:00
parent a55f962de9
commit 8b197530af
1 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,8 @@ bool ConfRoom::setRecording(const NamedList& params)
m->setParam("billid",params.getValue("billid"));
m->setParam("username",params.getValue("username"));
m->addParam("room",m_name);
if (m_notify)
m->setParam("targetid",m_notify);
Engine::enqueue(m);
if (warn) {
// play record warning to the entire conference