On 7/15/10 10:52 PM, Raúl Alexis Betancor Santana wrote:
On Thursday 15 July 2010 21:15:54 Raúl Alexis Betancor Santana wrote:
So I'm stucked ... why 161 it's wrong ? registrar module it's loaded
For sure it's loaded ....
sbc02:/etc/kamailio# strace kamailio -E -dddddddddddddddddddddddd -c 2>&1 | grep registra stat64("/usr/lib/kamailio/modules/registrar.so", 0xbfeee684) = -1 ENOENT (No such file or directory) stat64("/usr/lib/kamailio/modules/registrar/registrar.so", 0xbfeee684) = -1 ENOENT (No such file or directory) stat64("/usr/lib/kamailio/modules_k/registrar.so", {st_mode=S_IFREG|0644, st_size=214031, ...}) = 0 open("/usr/lib/kamailio/modules_k/registrar.so", O_RDONLY) = 7
So ... I don't know what I'm doing wrong ... is there any sample .cfg file for kamailio 3.0 ¿?
the default config file coming with 3.0 is updated. The error might be due to expansion to the longest match attempt for parser, caused by wrong parameter for setbflag which has to be integer.
Cheers, Daniel