On Aug 25, 2005 at 06:01, Pat Wang <wangyu39(a)hotmail.com> wrote:
Hi,
Does anyone know how to configure SER proxy signalling through TCP?
For example, UAC1 -------> SER -------> UAC2, I would like to have SER proxy the
INVITE (and the following) message to UAC2 using TCP. Is that possible and how to setup on
ser.cfg?
Yes, use forward_tcp instead of forward or t_relay when sending to UAC2.
Or if it possible to do TCP signalling between two SERs: SER ------TCP---------SER?
Yes, use forward_tcp(proxy2, 5060) or t_relay_to_tcp("proxy2",
"5060")
Andrei