Hello,

On 07/14/06 11:59, Andrea Cacciarru wrote:
Hello, I'm using Openser 1.0.1 with PA module and eyebeam clients. When eyebeam receives a presence NOTIFY to a SUBSCRIBE, it responds with a "481 Call/Transaction Does Not Exist". Why? I've read that PA is unstable, but I suspect that this module doesn't work properly.

yes, current available presence module (pa) is unstable and may not work at all. Since the 1.1.0 was released few days ago, a lot of effort will be pushed to develop proper presence support in openser. I would say even that the major target for openser right now is the presence support. Therefore keep an eye on the development version in the next weeks.

Cheers,
Daniel


This is a piece of the cfg file:

loadmodule "mysql.so"
loadmodule "sl.so"
loadmodule "tm.so"
loadmodule "rr.so"
loadmodule "maxfwd.so"
loadmodule "usrloc.so"
loadmodule "registrar.so"
loadmodule "textops.so"
loadmodule "avpops.so"
loadmodule "uri.so"
loadmodule "jabber.so"
loadmodule "pa.so"
loadmodule "auth.so"
loadmodule "xlog.so"
...
modparam("pa","use_db",0)
...

route{
...
if (method=="SUBSCRIBE")
{
if (t_newtran())
{
handle_subscription("registrar");
};
return;
};


if (method=="PUBLISH")
{
if (t_newtran())
{
xlog("L_ERR", ">>>>>>>>>>>>>>> PUBLISH REGISTRAR SIP");
handle_publish("registrar");
};
return;
};
...
}

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to