Hi all,
I am trying to configure SEMS using a dedicated instance of SER for it like:
SER_A <------IP interface----> SER_B <----fifo interface----> SEMS
I've seen two examples of the SER_B.cfg which are very similar:
One of them is:
/usr/src/ser-0.8.14/examples/voicemail.cfg
The other one is the ser.cfg included in:
answer_machine/docs/Configure-Sems-Ser-HOWTO
There's only one difference that I don't know how to handle. One of them includes the next lines at the end of the file and the other one doesn't:
# forward to current uri now; use stateful forwarding; that
# works reliably even if we forward from TCP to UDP
if (!t_relay()) {
sl_reply_error();
};
I do have these lines included at the SER_A.cfg, but do I also need them in the SER-B.cfg?
Thank you very much,
Llanos