-
Notifications
You must be signed in to change notification settings - Fork 5
/
demo.html
82 lines (62 loc) · 1.59 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
layout: default
title: Demo | YETI - VOIP for humans
---
<h4>
Admin Web interface access
</h4>
<div>
You can access our demo WEB console <a href="https://demo.yeti-switch.org">https://demo.yeti-switch.org</a>
<ul style="list-style-type: none;">
<li>
Login: admin
</li>
<li>
Password: 111111
</li>
</ul>
</div>
<h4>
Customer Portal access
</h4>
<div>
Alpha version of customer portal availablke at <a href="https://client.demo.yeti-switch.org">https://client.demo.yeti-switch.org</a>
<ul style="list-style-type: none;">
<li>
Login: test
</li>
<li>
Password: test
</li>
</ul>
</div>
<h4>
Switch access
</h4>
<div>
To see how YETI softswitch works, setup your SIP endpoint (softphone, etc)
<ul style="list-style-type: none;">
<li>
Server: demo.yeti-switch.org
</li>
<li>
Port: 5060
</li>
<li>
Registration: disable
</li>
</ul>
</div>
<hr>
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Hint!</h3>
</div>
<div class="panel-body">
Use disconnect code as number to call.
For instance, if you dial 200, call will be connected successfully and you will hear voice.
If you dial 503, YETI will reject call with 503 disconnect code.
Supported codes: <strong>200, 403, 404, 486, 503, 603</strong>
After finishing your call, you can check CDR in WEB console
</div>
</div>