Hello,
I have a problem with the lcr module if a gateway has "big" IP Address.
I calculate the integer of the IP like this:
a.b.c.d ==> IP-Integer = d*pow(2,24) + c*pow(2,26) + b*pow(2,8) + a
If the d-value is very big (100 or more), the resulting IP Address doesn't work anymore. What is the greatest that an integer can have?
I use postgres with this module. I hope that this won't be a problem!
Thanks!
Sebastian
Sebastian Kühner wrote:
As far as I know this was fixed a loooong time ago. Why don't you try to download the module again from the cvs.
This was only fixed in mysql module.
I fixed it in openser, but you can easily backport it to ser http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/postgres/db...
btw: there are also some more bugs in the postgres module http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/postgres/db...
regards klaus
Andres wrote: