andrei      2008/05/15 20:46:13 CEST

  SER CVS Repository

  Modified files:
    .                    NEWS 
    modules/tm           tm.c 
    modules/tm/doc       functions.xml 
  Log:
  - t_relay_to renamed to t_relay_to_avp (it behaves very differently then the
   other t_relay_to functions and it isn't even documented so the name change
   should have a minimal impact)
  
  - t_relay() can now also take host and port parameters (e.g. t_relay(host,
    port)), behaving like a statefull orwad(host, port) version (forward to
    host:port using the same protocol on which the message was received)
  
  - t_relay_to_udp(), t_relay_to_tcp() and t_relay_to_tls() work now even with 
no
    parameters: in this case the message is forwarded using the request uri, but
    with the specified protocol (equivalent to a t_relay() with a forced
    protocol)
  
  Revision  Changes    Path
  1.82      +11 -2     sip_router/NEWS
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/NEWS.diff?r1=1.81&r2=1.82
  1.12      +39 -8     sip_router/modules/tm/doc/functions.xml
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/tm/doc/functions.xml.diff?r1=1.11&r2=1.12
  1.175     +68 -46    sip_router/modules/tm/tm.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/tm/tm.c.diff?r1=1.174&r2=1.175
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to