diff --git a/docs/astagent.rst b/docs/astagent.rst index e69de29bb..9a2b40da8 100644 --- a/docs/astagent.rst +++ b/docs/astagent.rst @@ -0,0 +1,5 @@ +AsteriskAgent +============= + + +TBD \ No newline at end of file diff --git a/docs/diamagent.rst b/docs/diamagent.rst index 23e6b1e69..8d965bb4d 100644 --- a/docs/diamagent.rst +++ b/docs/diamagent.rst @@ -183,16 +183,16 @@ Config params Most of the parameters are explained in :ref:`configuration `, hence we mention here only the ones where additional info is necessary or there will be particular implementation for *DiameterAgent*. -**listen_net** +listen_net The network the *DiameterAgent* will bind to. CGRateS supports both **tcp** and **sctp** specified in Diameter_ standard. -**concurrent_requests** +concurrent_requests The maximum number of active requests processed at one time by the *DiameterAgent*. When this number is reached, new inbound requests will be rejected with *DiameterError* code until the concurrent number drops bellow again. The default value of *-1* imposes no limits. -**asr_template** +asr_template The template (out of templates config section) used to build the AbortSession message. If not specified the ASR message is never sent out. -**templates** +templates Group fields based on their usability. Can be used in both processor templates as well as hardcoded within CGRateS functionality (ie *\*err* or *\*asr*). The IDs are unique, defining the same id in multiple configuration places/files will result into overwrite. *\*err*: is a hardcoded template used when *DiameterAgent* cannot parse the incoming message. Aside from logging the error via internal logger the message defined via *\*err* template will be sent out. @@ -201,7 +201,7 @@ Most of the parameters are explained in :ref:`configuration