Navigation


Changeset 528:1b3b9790e7cb in freeDiameter for extensions/app_acct/acct_conf.l


Ignore:
Timestamp:
Sep 3, 2010, 4:46:16 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Add a new field in the app_acct.fdx database to receive the name of the local server.

Update your existing tables with the following SQL command:
ALTER TABLE "incoming" ADD "recorded_serv" bytea NOT NULL;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/acct_conf.l

    r284 r528  
    114114                        }
    115115
     116(?i:"Server_name_field") {
     117                                return SRVNFIELD;
     118                        }
     119
    116120(?i:"field")            {
    117121                                return FIELD;
Note: See TracChangeset for help on using the changeset viewer.