[Devel] TM functions : merging
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Sun Jan 15 19:59:24 CET 2006
Hi everybody,
I just committed on CVS head some changes into TM script functions -
related functions are merged into new ones; the goal is to simplify the
usage of these functions and to open way for NAPTR lookup.
Following functions were merged:
- t_relay_to_udp(), t_relay_to_tcp(), t_relay_to_tls() merged into
t_relay(proto:host:port);
- t_forward_nonack_uri(), t_forward_nonack_udp(),
t_forward_nonack_tcp(), t_forward_nonack_tls() merged
into t_forward_nonack(proto:host:port) and t_forward_nonack();
- t_replicate_udp(), t_replicate_tcp(), t_replicate_tls() merged into
t_replicate(proto:host:port)
Note that the functionality is not affected.
To make the transition easier, the replaced functions are not removed
yet, but marked as obsolete (via documentation and messages at runtime).
The plan is to have them removed soon - a second set of changes into the
API is to come.
regards,
bogdan
More information about the Devel
mailing list