Module: sip-router Branch: master Commit: 5a99a114e6608cbe2ec8c452d837ff3223748f1d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5a99a114e6608cbe2ec8c452d837ff3223748f1d
Author: Iñaki Baz Castillo <[email protected]> Committer: Iñaki Baz Castillo <[email protected]> Date: Thu Aug 4 00:23:05 2011 +0200 lcr: fixed README for from_gw() arguments. --- modules/lcr/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/lcr/README b/modules/lcr/README index 9b50e80..ebbdb63 100644 --- a/modules/lcr/README +++ b/modules/lcr/README @@ -865,7 +865,7 @@ defunct_gw(60); lcr_id can be an integer constant or a pseudo variable holding an integer value. ip_addr can be a string or a pseudo variable holding a - string value. proto can be an integer constant (0 = 1 = UDP, 2 = TCP, 3 + string value. proto can be an integer constant (0 = ANY, 1 = UDP, 2 = TCP, 3 = TLS, 4 = SCTP) or a pseudo variable holding such an integer value. If request comes from a gateway, gateway's tag and flags are stored as _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
