Hi,
as I see you are trying to use the PA for presence - that's a different story. So, what do you want:
1) presence end-2-end directly between end-users 2) presence via PA - the users will talk only with the PA and not directly.
regards, bogdan
Javier Ramirez wrote:
I read all documentation from internet, and nothing.
please
if (method=="SUBSCRIBE") {
if (!t_newtran()) { sl_reply_error(); }; handle_subscription("registrar");
# break;
};
when I coment the "break;" the SUBSCRIBER message is forward to B user.
if I don“t coment the break, the SUBSCRIBER end in OpenSER.
why ?
best Regards
Javier