Parcourir la source

- some updates avp related

Bogdan-Andrei Iancu il y a 21 ans
Parent
commit
55911e9305
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      NEWS

+ 4 - 1
NEWS

@@ -6,11 +6,13 @@ $Id$
 0.8.13 changes
 0.8.13 changes
 
 
 modules:
 modules:
+ - TM saves the avp list into transactions, and make it available into
+   callbacks, failure and reply routes.
  - VM functionality was transfered into TM module. Instead of fetching the
  - VM functionality was transfered into TM module. Instead of fetching the
    email value from DB (as VM), TM looks for the "email" attribute to get the
    email value from DB (as VM), TM looks for the "email" attribute to get the
    value.
    value.
    vm() function was replaced with t_write_req()
    vm() function was replaced with t_write_req()
-   vm_reply() fifo functions was replcaed by TM with t_reply() fifo function
+   vm_reply() fifo functions was replcated by TM with t_reply() fifo function
    NOTE!! because current version of SEMS/AA try to send reply via vm_reply,
    NOTE!! because current version of SEMS/AA try to send reply via vm_reply,
    it will not work with the TM version.
    it will not work with the TM version.
  - TM contains new command - t_write_unix("/tmp/sems.sock", "announcement")
  - TM contains new command - t_write_unix("/tmp/sems.sock", "announcement")
@@ -27,6 +29,7 @@ core:
  - new parts:
  - new parts:
        UNIX domain socket server implemented
        UNIX domain socket server implemented
  - changes: 
  - changes: 
+ 	-  avp (Attribute-Value Pair) support added
     -  multicast support added (see mcast_loopback & mcast_ttl)
     -  multicast support added (see mcast_loopback & mcast_ttl)
     -  saving of procces group id enabled, if the -G option is specified
     -  saving of procces group id enabled, if the -G option is specified
        (a safe way to quickly kill all ser processes)
        (a safe way to quickly kill all ser processes)