• פוסט מסודר לנותני שירות בניית מערכות בתשלום

    נעוץ
    90
    11 הצבעות
    90 פוסטים
    4k צפיות
    א
    @y6714453 עיין בפוסט זה כיצד נרשמים
  • וירטואל פלוס כל מי שיש לו ידע שיכנס !!!

    לא נפתר
    2
    0 הצבעות
    2 פוסטים
    24 צפיות
    S
    @לימוד-בתורת-מרן גא"מ אבל לי יש טוקמן כשר לחלוטין אך כבר אין לו דקות שיחה...
  • מספר 1-700 - למי שיש פרטים, שיכנס!!!

    36
    0 הצבעות
    36 פוסטים
    999 צפיות
    ז
    סוף סוף.. תנאי שירות 1-700.pdf
  • האם אפשר להגביל את הכניסה למערכת לפי שעות וימים

    12
    0 הצבעות
    12 פוסטים
    65 צפיות
    S
    @ש-פ תכתוב את כל הימים והשעות
  • איך מקבלים קוד כניסה (מפורט בפנים)

    3
    2
    0 הצבעות
    3 פוסטים
    25 צפיות
    ש
    @שלוחה-404 [image: 1778567100257-15da61d1-0a02-4837-9636-83fbc1715872-image.png]
  • 0 הצבעות
    1 פוסטים
    7 צפיות
    אין תגובות
  • שמות קבצי רישום במערכת

    1
    0 הצבעות
    1 פוסטים
    7 צפיות
    אין תגובות
  • טיימר

    36
    0 הצבעות
    36 פוסטים
    21 צפיות
    ל
    @נועם-אלימלך אני חייב לסיים נדבר מחר בין 14:00-16:00 יחד עם איתמר...
  • כמות רשומים לרשימת תפוצה עזרה!!! 🙏🙏🙏

    לא נפתר
    8
    1 הצבעות
    8 פוסטים
    36 צפיות
    ל
    @שלוחה-404 ישר כח!!!
  • בנושא הזה השמעת נתונים והודעות אישיות - id_message | id_list_message

    2
    0 הצבעות
    2 פוסטים
    16 צפיות
    י
    @AYY ההגדרה הנכונה היא id_list_message_end_goto=/1/1 Spoiler כמו כן תוכל בסיום כל ההודעה לשרשר g - כדי שיעבור לשלוחה מסויימת.
  • נמחקו הודעות מוואצאפ פון

    1
    0 הצבעות
    1 פוסטים
    11 צפיות
    אין תגובות
  • זיהוי יוצא מותאם אישית בניתוביה

    2
    0 הצבעות
    2 פוסטים
    14 צפיות
    ע
    @כוספים-למשיח לכאורה א"א.
  • טריוויה לפי שבוע עברי

    לא נפתר
    10
    0 הצבעות
    10 פוסטים
    46 צפיות
    7
    @יצחק-י. כן, שמעתח על בהס יSLHJח מכךלחרצףח
  • ניהול ואצאפון ישן

    לא נפתר
    4
    1
    0 הצבעות
    4 פוסטים
    37 צפיות
    א
    אבל אני לא רוצה להחליף לוואצאפון החדש אני יותר אוהב את הישן יותר מוגן ויותר נוח ותודה על תשומת ליבכם לענין זה...
  • מישהו יודע למה אין מערכות

    לא נפתר
    11
    0 הצבעות
    11 פוסטים
    88 צפיות
    י
    @פורום-מוזיקה היה לי אותו בעיה בעבר והם טיפלו בזה
  • how to make a bookmark setting

    9
    0 הצבעות
    9 פוסטים
    108 צפיות
    מ
    @15183299387 Apologies... I didn't understand you well... In any case, to make a system that allows the listener to save up to 9 different locations and return to them later using the # key from the main menu - you will define the following settings: 1. Defining the # key in the main menu In the main extension, define: type=menu hash_extension=yes Explanation: The type=menu setting defines the extension as a menu and the hash_extension=yes setting turns the # key into an address to an internal extension called Hash. 2. Creating the bookmark management extension (Hash folder) Create a folder called Hash under the main extension. Inside it, create 9 extensions (folders) numbered 1-9. Each extension (for example Hash/5) will direct the listener to the appropriate extension that stores the location: In the ext.ini file of extension /Hash/5 (for example): type=go_to_folder go_to_folder=/Bookmarks/5 So, pressing # and then 5 will move the listener to the extension that stores the fifth bookmark. 3. Creating the bookmark extensions to store the location You need to create 9 extensions in the path /Bookmarks/1 to /Bookmarks/9. These extensions are the "mirrors" of your content lessons, and each of them will remember a separate location. In each such extension (for example /Bookmarks/5) set: type=playfile folder_to_play=the path to the extension where the lessons are located save_last_play=yes last_play_auto=yes folder_to_play: The path to the extension where the actual lesson files are located. save_last_play=yes: Causes the system to remember where the listener stopped in this extension. last_play_auto=yes: Causes the system to automatically return the listener to the exact point where they stopped as soon as they enter the extension. 4. Setting the 8 key to save a bookmark while listening So that the listener can press 8 in the middle of a lesson and choose which bookmark to save the location to, set in the original lessons extension (where the lessons are actually located): control_play8=go_to_folder playfile_control_play_8_goto=/SelectSlot This setting will take the listener to a new menu extension called SelectSlot when pressing 8. 5. Creating a bookmark selection menu (SelectSlot) Within the SelectSlot extension, create 9 internal extensions (1-9). Each of them will simply take the listener to continue listening through the selected bookmark. For example, in the ext.ini file of the /SelectSlot/5 extension: type=go_to_folder go_to_folder=/Bookmarks/5 When the listener types 8 and then 5, they will be taken to the /Bookmarks/5 extension. Since this is an extension that "mirrors" the same files (via folder_to_play), they will continue listening as usual, but from now on their location will be saved under bookmark 5. I hope the translation was clear enough and didn't disrupt the guide... Good luck!
  • הקו לא נפתח לי בשיחת טלפון רגילה

    לא נפתר
    2
    0 הצבעות
    2 פוסטים
    23 צפיות
    ה
    @יענקי-פולק זה קרה לי פעמיים ודיברתי עם השירות לקוחות והם אמרו שאין מה לעשות
  • שמיעה בטלפון של כמות המספרים ברשימה לבנה

    1
    0 הצבעות
    1 פוסטים
    8 צפיות
    אין תגובות
  • איך משנים כתובת מייל בפורום?

    3
    0 הצבעות
    3 פוסטים
    36 צפיות
    מ
    @ש-פ אם הצלחת תודיע! כי אני מנסה כבר כמה חודשים ללא מענה...
  • בעיה בחיוג מפרטנר

    17
    0 הצבעות
    17 פוסטים
    377 צפיות
    מ
    @אלי-א-0 גם לקו שלי זה קרה וקניתי מספר נוסף ועכשיו זה עובד לכל החברות