Add extension_uuid variable to call forward and follow me

This commit is contained in:
Mark Crane
2014-08-03 11:05:05 +00:00
parent ccd6585c6b
commit b9dab31212
2 changed files with 18 additions and 1 deletions
@@ -65,6 +65,7 @@ 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 .= ",extension_uuid=".$this->extension_uuid;
if (strlen($this->accountcode) > 0) {
$dial_string .= ",accountcode=".$this->accountcode;
}