I think I didn't describe it correctly. Let me explain my scenario: AsteriskBox1(IP:192.168.0.100)<-SIP->Opensips1.11(192.168.0.110)
Asterisk sends Invites to Opensips to an IP, eg. 192.168.0.110. Opensips listens on this IP, but it has also a few domains: sip1.com sip2.com ... There are users, that uses different domain names to register to OpenSips. If one user registers to domain sip1.com, and he wants to know BLF states of other user which registers to sip2.com, it can't be done, because asterisk sends invite with an IP and SIP Presentity doesn't match. So I wanted to store every subscription with and IP(eg.: [email protected] instead of [email protected] in active_watchers), even a user uses domain name. Ok, I can do it to tell a user to register using an IP, but I want them to use domain names instead of IP. So I wanted to use modparam("presence", "bla_presentity_spec", "$var(bla_pres)") to change it, but I might don't understand what it should do. -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/BLF-with-only-one-domain-tp7607133p7607214.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
