@343767535
<?
//ערכים בשביל הפעלה
$did = "מספר מערכת";
$password = "סיסמה";
//מעתיק את קובץ ההגדרות הראשי לשלוחת ניסיון
$url="https://www.call2all.co.il/ym/api/FileAction?token=$did:$password&action=move&what=ivr2:/ivr.ini&target=ivr2:/teletop/ivr/testing/ext.ini";
$str = file_get_contents("$url");
//מגדיר בשלוחה את הקול החדש
$url="https://www.call2all.co.il/ym/api/UpdateExtension?token=$did:$password&path=ivr2:/teletop/ivr/testing/&voice=Osnat";
$str = file_get_contents("$url");
//מחזיר את הקובץ למקומו
$url="https://www.call2all.co.il/ym/api/FileAction?token=$did:$password&action=move&what=ivr2:/teletop/ivr/testing/ext.ini&target=ivr2:/ivr.ini";
$str = file_get_contents("$url");
$str = json_decode($str, true);
$r = $str ["responseStatus"];
if ($r == OK){echo "id_list_message=t-הקול שונה בהצלחה&";}
?>
בדוגמא, משנה את הקול הרובוטי המושמע במערכת לקול של Osnat.
שלוחת הניסיון היא: "teletop/ivr/testing"
תוכל כמובן לשנות כל דבר שתרצה.
בהצלחה!!
נ.ב. במקרה של שינוי הקול, המילים "הקול שונה בהצלחה" יושמעו בקול החדש שהוחלף וייתכנו כמה שניות של שקט בגלל זה...