Skip to content

Commit 2af9e32

Browse files
Merge pull request #179 from dmitry-sinina/alines_filtering
Add A-Lines filtering info
2 parents adecb26 + c6cfb8a commit 2af9e32

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,6 @@
316316

317317
googleanalytics_id = "G-1YGEQV43K8"
318318

319-
mermaid_version = "11.4.1"
319+
mermaid_version = "11.7.0"
320320

321321
exclude_patterns = [ 'course/*' ]

en/web-interface/equipment/gateways.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,35 @@ Sdp alines filter type
381381
Sdp alines filter list
382382
SDP alines comma-separated list.
383383

384+
A-lines filtering mechanism allows to filter SDP A-lines received sent to gateway.
385+
386+
.. mermaid::
387+
388+
flowchart LR
389+
390+
gw1[Call originator]
391+
392+
subgraph yeti[Yeti SBC]
393+
direction BT
394+
subgraph gw1-conf[Origination gateway]
395+
filter1
396+
end
397+
subgraph gw2-conf[Termination gateway]
398+
filter2
399+
end
400+
gw1-conf ~~~ gw2-conf
401+
end
402+
403+
gw2[Termination provider]
404+
405+
gw1 -->|legA SDP Offer| filter2
406+
filter2 -->|legB SDP Offer| gw2
407+
408+
gw2 -->|legB SDP Answer| filter1
409+
filter1 -->|legA SDP Answer| gw1
410+
411+
412+
384413
.. _gateway_ringing_timeout:
385414

386415
Ringing timeout

en/web-interface/routing/yeti-ui-routing-dialpeers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Dialpeers identify call destination endpoint and define the billing characterist
6565
.. _dialpeer_initial_rate:
6666

6767
Initial Rate
68-
Rate (in currency units per second) for tariffication of :ref:`Initial Interval <dialpeer_initial_interval>` for this *Dialpeer*.
68+
Rate (in currency units per minute) for tariffication of :ref:`Initial Interval <dialpeer_initial_interval>` for this *Dialpeer*.
6969

7070
.. _dialpeer_next_interval:
7171

@@ -75,7 +75,7 @@ Dialpeers identify call destination endpoint and define the billing characterist
7575
.. _dialpeer_next_rate:
7676

7777
Next Rate
78-
Rate (in currency units per second) for tariffication of :ref:`Next Interval <dialpeer_next_interval>` for this *Dialpeer*.
78+
Rate (in currency units per minute) for tariffication of :ref:`Next Interval <dialpeer_next_interval>` for this *Dialpeer*.
7979
Lcr Rate Multiplier
8080
Value of this field (numeric) is used during building of Dialpeers rating (sorting of Dialpeers) for routing call on the basis of least-cost routing (LCR). This value is used for multiplying :ref:`Next Rate <dialpeer_next_rate>` value only during building of Dialpeers rating and doesn't effect on final cost of call.
8181

0 commit comments

Comments
 (0)