Module: sip-router Branch: andrei/send_flags Commit: 51205ff5d47a04a8a4f89ac18b45b3c05f02ec1f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51205ff5...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Tue Sep 15 17:51:40 2009 +0200
NEWS: update
---
NEWS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS index 9eb07b6..3cec56d 100644 --- a/NEWS +++ b/NEWS @@ -62,13 +62,30 @@ config script changes: - support for kamailio style pvars - C-like switch()/case (integer only) - while() + - include file support: include_file "somefile" + - event route support: event_route[module_name:eventid] + build system: - multiple modules directories are now supported (defined in Makefile.dirs)
new config variables: - max_while_loops - maximum iterations allowed for a while (can be changed at runtime). Default 100. + - log_name - set the application name used when printing to syslog.
+new script commands: + add_local_rport() - adds the rport parameter to the added via header + (rfc3581). + set_forward_no_connect() - the message will be forwarded only if there is + already an existing connection to the destination (it applies only to + connection oriented protocols like tcp, tls and in the future sctp). + set_reply_no_connect() - like set_forward_no_connect(), but works for + replies to the current message. + set_forward_close() - try to close the connection after forwarding the + current message (it applies only when the underlying protocol is + connection oriented). + set_reply_close() - like set_forward_close(), but it works for replies to + the current message.