Bogdan, Thanks for the patch. It seems to work ok now. I have a question about the module. I hope that someone can help me.
When i receive an INVITE like this : INVITE sip:005622408196@xx.xx.xx.232:5060
the debug is sending : 5(17457) PDT: get_domain_from_hash: required code 56224 is not allocated yet
and the a final "Too many hops" answer...
mysql domain table shows:
mysql> describe domains; +--------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------+--------------+------+-----+---------+-------+ | code | int(11) | | PRI | 0 | | | domain | varchar(255) | | | | | +--------+--------------+------+-----+---------+-------+ 2 rows in set (0.00 sec)
mysql> select * from domains; +------+---------------+ | code | domain | +------+---------------+ | 562 | xx.xx.xxx.234 | +------+---------------+ 1 row in set (0.01 sec)
mysql>
What am i doing wrong? Thanks
Ricardo.-
-----Mensaje original----- De: Bogdan-Andrei IANCU [mailto:iancu@fokus.fraunhofer.de] Enviado el: Viernes, 21 de Enero de 2005 19:19 Para: Ricardo Martinez CC: 'serusers@lists.iptel.org' Asunto: Re: [Serusers] Initialization PDT module problem.
Richardo,
I fixed on cvs both bugs, in pdt and mysql module. please update and re-try.
bogdan
Ricardo Martinez wrote:
Hello. I now using the mysql.so module, but now i'm getting this error (even with a core.dump).