A fax channel can now copy parameters from handled call.execute in sent call.route/call.execute.

git-svn-id: http://voip.null.ro/svn/yate@5358 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-12-12 09:38:18 +00:00
parent ad6bafb63c
commit 1c0c2e71fa
1 changed files with 1 additions and 0 deletions

View File

@ -825,6 +825,7 @@ bool FaxDriver::msgExecute(Message& msg, String& dest)
Message m("call.route");
fc->complete(m);
fc->setParams(m,fc->guessType(msg),FaxChan::guessT38(msg));
m.copyParams(msg,msg[YSTRING("copyparams")]);
m.userData(fc);
String callto = msg.getValue("caller");
if (callto)