diff --git a/docs/architecture.rst b/docs/architecture.rst index e5e6e2d63..3af9a0a4a 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -145,10 +145,11 @@ Responsible with call control on the Telecommunication Switch side. Operates in All call actions are logged into CGRateS's LogDB. -Right now there are **four** session manager types. +Right now there are **five** session manager types. - sm_freeswitch - sm_kamailio - sm_opensips + - sm_asterisk - **sm_generic** - Communicates via: @@ -163,6 +164,7 @@ Right now there are **four** session manager types. - ``"sm_freeswitch": {...}`` - ``"sm_kamailio": {...}`` - ``"sm_opensips": {...}`` + - ``"sm_asterisk": {...}`` - ``"sm_generic": {...}`` 2.1.5. DiameterAgent service diff --git a/docs/images/cgrates-arch.png b/docs/images/cgrates-arch.png index 12c9f0aad..35313910d 100644 Binary files a/docs/images/cgrates-arch.png and b/docs/images/cgrates-arch.png differ