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

git-svn-id: http://yate.null.ro/svn/yate/trunk@5358 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-12-12 09:38:18 +00:00
parent 44110083f3
commit 173bd0aff3
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)