< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
In the RFC 3261 there are no requirements about the fetching
registration procedure. I try this procedure with SER and Asterisk
proxy for the first if I send a REGISTER out of dialog created for the
first REGISTER it respond with a 401 Unauthrized while Asterisk don't
support this procedure. On the other hand if I form a new ClientRegistration my problem persist, in fact if you suppose that: 1)at time T1 I perform a registration with the UA1 for alice@xxxxxxxxxx , the allContacts() return 1 binding 2)at time T2 I perform a registration with the UA2 for alice@xxxxxxxxxx, the allContacts() return 2 bindings 3)at time T3 I perform a fetching registartion with UA1 for alice@xxxxxxxxxx a) if the proxy response is 200 Ok the allContacts return 2 bindings b) if the proxy response is a 4xx the allContacts return 1 binding If there aren't any way to know the last response sending from the register server I don't be sure that the list returned by the allContacts() is the real list of the UAs logged with the same account. I hope for I'm clear and excuse me for my poor english. Scott Godin ha scritto:
|