Request minimal completing in masqueraded call.execute for overlap dialing.

Avoids overwriting parameters changed from routing.


git-svn-id: http://yate.null.ro/svn/yate/trunk@5077 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-05-29 08:53:22 +00:00
parent 8df21a9dd4
commit 7a4d687777
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ function endRoute($callto,$ok,$err,$params)
$m = new Yate("chan.masquerade");
$m->params = $params;
$m->params["message"] = "call.execute";
$m->params["complete_minimal"] = true;
$m->params["id"] = $partycallid;
$m->params["callto"] = $callto;
$m->Dispatch();