opensips/opensips.patch.dict

Thu, 04 Oct 2012 20:08:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:08:55 +0200
changeset 711
e5faec28ec63
permissions
-rw-r--r--

Back out changes in 2.17.3:rateup.c disabling unit abbreviation.
Even when properly specifying 'kMG', the weekly, monthly, and yearly
graphs would not include abbreviated (with kMG postfix) values but
instead a very long figure such as '12000000.0 k' in the short legend.
The daily graphs don't suffer this problem, more research is needed.

     1 Index: etc/dictionary.opensips
     2 diff -Nau etc/dictionary.opensips.orig etc/dictionary.opensips
     3 --- etc/dictionary.opensips.orig	2011-01-15 08:08:46.712651102 +0100
     4 +++ etc/dictionary.opensips	2011-01-15 08:07:55.702748921 +0100
     5 @@ -14,6 +14,7 @@
     8  #### Attributes ###
     9 +ATTRIBUTE Sip-Method           101  integer
    10  ATTRIBUTE Sip-Uri-User         208  string     # Proprietary, auth_radius
    11  ATTRIBUTE Sip-Group            211  string     # Proprietary, group_radius
    12  ATTRIBUTE Sip-Rpid             213  string     # Proprietary, auth_radius
    13 @@ -23,6 +24,7 @@
    15  ### Service-Type Values ###
    16  VALUE Service-Type       Group-Check      12   # Proprietary, group_radius
    17 +VALUE Service-Type       Sip-Session      15
    18  VALUE Service-Type       SIP-Caller-AVPs  30   # Proprietary, avp_radius
    19  VALUE Service-Type       SIP-Callee-AVPs  31   # Proprietary, avp_radius

mercurial