The key to group_confirm for simulataneous is to declare it inside the { and } instead of per leg
This commit is contained in:
parent
43c31d9304
commit
8a855f159e
|
|
@ -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}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue