From: Enrico M. <enr...@te...> - 2008-02-20 15:55:45
|
Oredope, Adetola wrote: > I have tried it as suggested but it does not still seem to fin node 19, > please look below > > Trying with node sip:127.0.0.19:5060... > Trying with node sip:80@127.0.0.1:5060;user=node... > Trying with node sip:88@127.0.0.9:5060;user=node... > Trying with node sip:b0@127.0.0.10:5060;user=node... > Trying with node sip:b1@127.0.0.11:5060;user=node... > Trying with node sip:b2@127.0.0.12:5060;user=node... > callback failure invoked: 0 After a second look, I noticed that node 20 has the same id as node 11 ("b1" for both, in the user part of the SIP URI). That is due to the weakness of the hash function and of course makes the join fail. I've made available the latest version of libsipdht and sipdht-tools where the support for SHA-1 was certainly implemented; unfortunately I can't remember if it was enabled by default or if some tricks were needed. -- Ciao, Enrico |