do not change headers, add yours

This commit is contained in:
luis daniel lucio quiroz
2015-03-23 01:53:25 +00:00
parent 8e29688f33
commit 13c76d0d0a
3 changed files with 3 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ include "root.php";
$dial_string .= ",extension_uuid=".$this->extension_uuid;
if (strlen($this->accountcode) > 0) {
$dial_string .= ",sip_h_X-accountcode=".$this->accountcode;
$dial_string .= ",accountcode=".$this->accountcode;
}
if (strlen($this->forward_caller_id_uuid) > 0){

View File

@@ -374,6 +374,7 @@ include "root.php";
if (strlen($this->accountcode) > 0) {
$dial_string .= ",sip_h_X-accountcode=".$this->accountcode;
$dial_string .= ",accountcode=".$this->accountcode;
}
$dial_string .= "}";
$x = 0;