The key to group_confirm for simulataneous is to declare it inside the { and } instead of per leg

This commit is contained in:
Mark Crane
2014-08-14 08:52:07 +00:00
parent 43c31d9304
commit 8a855f159e

View File

@@ -318,6 +318,8 @@ include "root.php";
$dial_string .= ",sip_invite_domain=".$_SESSION['domain_name'];
$dial_string .= ",domain_name=".$_SESSION['domain_name'];
$dial_string .= ",domain=".$_SESSION['domain_name'];
$dial_string .= ",group_confirm_key=exec,group_confirm_file=lua confirm.lua";
if (strlen($this->cid_name_prefix) > 0) {
$dial_string .= ",origination_caller_id_name=".$this->cid_name_prefix."#\${caller_id_name}";
}