فهرست منبع

NEWS: note about onreply_route changes & tm

Andrei Pelinescu-Onciul 15 سال پیش
والد
کامیت
099a29532e
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      NEWS

+ 4 - 0
NEWS

@@ -6,6 +6,7 @@ $Id$
 sip-router 3.1 chages
 
 core:
+  - onreply_route {...} is now equivalent with onreply_route[0] {...}
   - global, per protocol blacklist ignore masks (via extended send_flags).
     See dst_blacklist_udp_imask a.s.o (dst_blacklist_*_imask).
   - per message blacklist ignore masks
@@ -36,6 +37,9 @@ modules:
             the mask for possible local replies to the current message.
            blst_rpl_clear_ignore(mask): like blst_rpl_ignore(mask), but
             clears instead of setting.
+tm:
+   - t_reply() can be used both from the main/core onreply_route{} and tm
+     onreply_route[...]{}s.