Skip to content

Commit b2ba173

Browse files
Merge pull request #46 from hoseinalizadeh1373/main
Update
2 parents bb07e23 + 4220451 commit b2ba173

File tree

10 files changed

+55
-58
lines changed

10 files changed

+55
-58
lines changed

docs/pbx/3- pbx-menu/6-dialplan/2-components/17-follow_me.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
sidebar_label: "Followe Me"
2+
sidebar_label: "Follow Me"
33
---
44

55

66

7-
# Followe Me
7+
# Follow Me
88

99
## کاربرد
1010

i18n/en/docusaurus-plugin-content-docs/current/autodialer/5-trunk_manager.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ The trunk connects the contact center to the telecommunications network. Since t
2222
- **Dial Interval**: Define the interval between each call sent to the trunk. For example, if set to five, a call will be sent every five seconds. This parameter is measured in seconds.
2323

2424
- **Wait Cache Length**: Specify the number of records retrieved from the database per query. For instance, if set to 100, 100 records will be fetched per query. The default value is the most suitable setting.
25-
```

i18n/en/docusaurus-plugin-content-docs/current/autodialer/6-campaigns.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ In this section, the information entered in previous steps is consolidated to cr
3434
- **Description**: Add descriptions about the campaign.
3535

3636
After creating the campaign, its initial status will be displayed as **waiting**. Once the bulk calling starts, the status will change to **running**, and upon completion, the status will update to **completed**.
37-
```

i18n/en/docusaurus-plugin-content-docs/current/autodialer/7-reports.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ In this section, reports related to bulk calling campaigns can be viewed. Note t
3737
- **Status**: The status of the call.
3838

3939
- **Details**: Details of the call made.
40-
```

i18n/en/docusaurus-plugin-content-docs/current/developers/2-SimotelAPI/v4/2-settings.md

+42-45
Original file line numberDiff line numberDiff line change
@@ -65,44 +65,46 @@ X-APIKEY: vZKtIKWsld0egNlkzHo8i5LVBqLNBSWARCQsPOSgDjFmAHM3tG
6565
```
6666

6767

68-
## نمونه‌ Header
68+
## Sample Header
6969

7070
```shell
7171
Authorization: Basic dGVzdDpBYTEyMzQ1Ng==
7272
X-APIKEY: vZKtIKWsld0egNlkzHo8i5LVBqLNBSWARCQsPOSgDjFmAHM3tG
7373
Content-Type: application/json
7474
```
7575

76-
- **Authorization**: اعتبار سنجی Basic Authentication.
77-
- **X-APIKEY**: اعتبار سنجی API-key.
78-
- **Content-Type**: فرمت بدنه پیام. در تمام درخواست‌ها به غیر از سرویس‌های دانلود و استریم، فرمت بدنه پیام application/json می‌باشد.
76+
- **Authorization**: Basic Authentication validation.
77+
- **X-APIKEY**: API-key validation.
78+
- **Content-Type**: The format of the message body. In all requests except download and streaming services, the message body format is `application/json`.
7979

80-
## پیام‌های رایج در پاسخ به درخواست
80+
## Common Response Messages
8181

82-
انواع پاسخ هایی که در سرویس‌های SA دریافت می‌شود به شرح زیر است.
83-
<div class="custom-table">
84-
| توضیحات | success | message | header |
85-
|:------------------------------------------------------------------------------------------------:|:-------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------:|
86-
| سرویس به درستی فراخوانی شد و عملیات به درستی انجام شد. | 1 | - | Ok-200 |
87-
| سرویس به درستی فراخوانی‌شده اما در انجام عملیات خطایی رخ‌داده.خطای مربوطه در قسمت message ذکر شده. | 0 | "corresponding error" such as: This number already exists \Field 'field_name':value is missing \Requested operation failed \This trunk already exists \this queue already exists | Ok-200 |
88-
| فرمت محتوی درخواستی صحیح نیست. | 0 | Unable to parse content | Bad Request-400 |
89-
| هیچ اطلاعات اعتبار‌سنجی وارد نشده‌ است. | 0 | BasicAuth or ApiKey is missing | Unauthorized-401 |
90-
| اطلاعات اعتبارسنجی ناقص یا نامعتبر است. | 0 | BasicAuth or ApiKey is invalid | Unauthorized-401 |
91-
| کلایت اجازه دسترسی به این سرویس را ندارد. | 0 | "....";Access denied | Forbidden-403 |
92-
| IP کلاینت اجازه دسترسی به این وب‌سرویس را ندارد. | 0 | IP is not permitted | Forbidden-403 |
93-
| آدرس‌دهی اشتباه وارد شده و خطا 404 از سمت آپاچی ارسال شده است. | - | - | Not Found-404 |
94-
| فایل درخواستی وجود ندارد(در زمان دانلود فایل). | - | - | Not Found-404 |
95-
| متد درخواستی برای این سرویس مجاز نیست. POST,PUT,DELETE,GET | 0 | Method not allowed | Method Not Allowed-405 |
96-
| مقدار content-type موجود در هدر مجاز نیست. | 0 | Unsupported Media Type | Unsupported Media Type-415 |
97-
| سرویس فراخوانی شده وجود ندارد. | 0 | Requested service dose not exist | Not Implemented-501 |
82+
The types of responses received in SA services are as follows:
9883

99-
</div>
84+
<div class="custom-table">
85+
| Description | success | message | header |
86+
|:------------------------------------------------------------------------------------------------:|:-------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------:|
87+
| The service was successfully invoked, and the operation was executed correctly. | 1 | - | Ok-200 |
88+
| The service was successfully invoked, but an error occurred during the operation. The corresponding error is mentioned in the message field. | 0 | "corresponding error" such as: This number already exists \Field 'field_name':value is missing \Requested operation failed \This trunk already exists \this queue already exists | Ok-200 |
89+
| The requested content format is invalid. | 0 | Unable to parse content | Bad Request-400 |
90+
| No authentication information has been provided. | 0 | BasicAuth or ApiKey is missing | Unauthorized-401 |
91+
| Authentication information is incomplete or invalid. | 0 | BasicAuth or ApiKey is invalid | Unauthorized-401 |
92+
| The client is not authorized to access this service. | 0 | "....";Access denied | Forbidden-403 |
93+
| The client's IP is not authorized to access this web service. | 0 | IP is not permitted | Forbidden-403 |
94+
| Incorrect addressing, resulting in a 404 error from Apache. | - | - | Not Found-404 |
95+
| The requested file does not exist (during file download). | - | - | Not Found-404 |
96+
| The requested method is not allowed for this service. POST, PUT, DELETE, GET | 0 | Method not allowed | Method Not Allowed-405 |
97+
| The `Content-Type` value in the header is not allowed. | 0 | Unsupported Media Type | Unsupported Media Type-415 |
98+
| The invoked service does not exist. | 0 | Requested service does not exist | Not Implemented-501 |
10099

101-
## پارامترهای Pagination
100+
</div>
102101

103-
این پارمترها نحوه نمایش اطلاعات بازیابی شده از مرکزتماس را مشخص می‌کنند،از آنجایی که این پارمتر‌ها در اکثر APIهای مربوط به جستجو موجود می‌باشند در اینجا یکبار بصورت جزئی مورد بررسی قرار می‌گیرند.
102+
## Pagination Parameters
103+
104+
These parameters define how the retrieved information from the call center is displayed. Since these parameters are available in most search-related APIs, they are discussed here in detail once.
105+
106+
### List of APIs Supporting These Parameters
104107

105-
لیست‌ APIهایی که از این پارامتر‌ها پشتیبانی می‌کنند
106108

107109
۱. **pbx/faxes/**
108110

@@ -128,25 +130,20 @@ Content-Type: application/json
128130

129131
۱۲. **autodialer/reports/**
130132

131-
### start
132-
مشخص می‌کند از کدام یک(مقدار عددی) از داده‌های بازیابی شده توسط مرکز تماس شروع به ارسال اطلاعات به‌سمت وب‌سرویس بکند.
133-
134-
### count
135-
136-
چه تعداد از داده‌های بازیابی شده توسط مرکزتماس به سمت وب‌سرویس ارسال شود.
137-
138-
### sorting
139-
140-
مرتب سازی داده‌ها براساس کدام ستون و به ترتیب صعودی یا نزولی باشد(مقدار ۱ برابر با صعودی و مقدار ۱- برابر با نزولی می‌باشد).
133+
### **start**
134+
Specifies which record (numeric value) from the data retrieved by the call center should begin to be sent to the web service.
141135

136+
### **count**
137+
Determines how many records from the data retrieved by the call center should be sent to the web service.
142138

143-
- **مثال)** بازیابی اطلاعات بخش گروه‌ها به نوحی که
139+
### **sorting**
140+
Indicates how the data should be sorted based on a specific column and whether the sorting should be ascending or descending (1 for ascending and -1 for descending).
144141

145-
۱. از ۴امین رکورد،اطلاعات بازیابی شده توسط مرکزتماس به سمت وب‌سرویس ارسال شوند.
146-
147-
۲. بطور کلی ۲ رکورد از داده‌های بازیابی شده بازگردانده شود.
148-
149-
۳. گزارش بازگشتی براساس تاریخ و بصورت صعودی مرتب باشد.
142+
### **Example**
143+
Retrieving group information such that:
144+
1. Data sent to the web service starts from the 4th record retrieved by the call center.
145+
2. Only 2 records from the retrieved data are returned.
146+
3. The returned report is sorted by date in ascending order.
150147

151148

152149
import Tabs from '@theme/Tabs';
@@ -226,10 +223,10 @@ import TabItem from '@theme/TabItem';
226223
</Tabs>
227224

228225

229-
## پارامترهای ضروری و منطقی
226+
## **Required and Logical Parameters**
230227

231-
درآینده در جداول با ستونی به نام `پارمترهای ضروری[**]/منطقی[*]` مواجه می‌شویم که مقادیر آن مشخص کننده
228+
In the future, you may encounter tables with a column named **Required[**] / Logical[*]**, where the values specify the following:
232229

233-
۱. **پارامترهای ضروری**: حتما باید این مقادیر در درخواست وب‌سرویس به سمت سیموتل ارسال شوند و درغیر اینصورت سیموتل در پاسخ خطا برمی‌گرداند.
230+
1. **Required Parameters**: These parameters **must** be included in the web service request sent to Simotel. If they are not provided, Simotel will return an error in the response.
234231

235-
۲. **پارامترهای منطقی**: مقادیری که عدم وجودشان در درخواست باعث ایجاد خطا در سیستم نمی‌شود اما منطقی است که باتوجه به درخواست این مقادیر به سمت سیموتل فرستاده شوند.
232+
2. **Logical Parameters**: These are parameters whose absence in the request does not cause a system error. However, it is logical to include them in the request based on its context and purpose.

i18n/en/docusaurus-plugin-content-docs/current/developers/2-SimotelAPI/v4/4-call-originate.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ In a Originate call, if the first person does not answer and disconnects the cal
1010

1111

1212

13-
### parameters
13+
### Parameters
14+
1415

1516
<div class="custom-table">
1617
| Description | Defined Data | Sample Data | Required Parameters[**]/Logical[*] | Parameters |
@@ -25,7 +26,7 @@ In a Originate call, if the first person does not answer and disconnects the cal
2526
</div>
2627

2728

28-
## Sample Invocation
29+
### Sample Invocation
2930

3031
<!-- -->
3132

i18n/en/docusaurus-plugin-content-docs/current/developers/2-SimotelAPI/v4/5-trunks/3-trunks_edit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ import TabItem from '@theme/TabItem';
4141
<Tabs
4242
defaultValue="usageCode"
4343
values={[
44-
{label: 'نمونه کد استفاده', value: 'usageCode'},
45-
{label: 'نمونه خروجی', value: 'outputCode'},
44+
{label: 'Example Code To Use', value: 'usageCode'},
45+
{label: 'Example Output', value: 'outputCode'},
4646
]}>
4747

4848
<!-- تب نمونه کد استفاده -->

i18n/fa/docusaurus-plugin-content-docs/current/developers/2-SimotelAPI/v4/4-call-originate.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ title: "تماس دو طرفه"
1717

1818

1919

20-
### پارامترها
20+
<!-- ### پارامترها -->
21+
[**پارامترها**](#پارامترها)
22+
2123
<div class="custom-table">
2224
| توضیحات | داده های تعریف شده | داده های نمونه | پارامترهای ضروری[**]/منطقی[*] | پارامترها |
2325
|:-----------------------------------------------------------------:|:------------------:|:--------------:|:-----------------------:|:----------:|

i18n/fa/docusaurus-plugin-content-docs/current/pbx/1-introsimotel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: "مقدمه "
77

88
# مقدمه
99

10-
یکی از راه‌های اصلی ارتباط بین مشترکان و کارکنان یک مجموعه مراکز تماس هستند، در بسیاری از سازمان‌ها مراکز تماس بخش مهمی به‌جهت ارتقای کیفیت خدمات به مشترکان به حساب می‌آیند از این رو انتخاب سامانه‌ای هوشمند و پویا می‌تواند نقش موثری در رسیدن به معیارهای مطلوب رضایت مشتری بازی کند. سازمان‌هایی وجود دارند که بصورت میانگین روازنه با چندین هزار تماس سرکار دارند، بنابراین وجود مرکز تماسی که بتواند این حجم از تماس را مدیریت کند و در نهایت گزارشاتی‌ به جهت بهبود فرایند‌های سازمان ارائه دهد موضوعی ضروری می‌باشد، سیموتل با قابلیت‌های که در اختیار مشترکان خود قرار می‌دهد امکان بررسی فرایند‌ها و ارتقای سطح رضایت مشتری را فراهم می‌کند.
10+
یکی از راه‌های اصلی ارتباط بین مشترکان و کارکنان یک مجموعه مراکز تماس هستند، در بسیاری از سازمان‌ها مراکز تماس بخش مهمی به‌جهت ارتقای کیفیت خدمات به مشترکان به حساب می‌آیند از این رو انتخاب سامانه‌ای هوشمند و پویا می‌تواند نقش موثری در رسیدن به معیارهای مطلوب رضایت مشتری بازی کند. سازمان‌هایی وجود دارند که بصورت میانگین روزانه با چندین هزار تماس سرکار دارند، بنابراین وجود مرکز تماسی که بتواند این حجم از تماس را مدیریت کند و در نهایت گزارشاتی‌ به جهت بهبود فرایند‌های سازمان ارائه دهد موضوعی ضروری می‌باشد، سیموتل با قابلیت‌های که در اختیار مشترکان خود قرار می‌دهد امکان بررسی فرایند‌ها و ارتقای سطح رضایت مشتری را فراهم می‌کند.
1111

1212

1313
## مانیتورینگ

0 commit comments

Comments
 (0)