<div dir="ltr"><div><div>Hi list<br><br></div>i've been working with t_suspend, t_continue and async sleep, now the problem it's with register users, the softphones are frozen when try to establish a session with kamailio, now my users can't register and the only error i got is this:<br>
<br>ERROR: registrar [save.c:598]: test_max_contacts(): invalid cseq for aor <rene><br><br></div>my kamailio config:<br><br><br># ----- registrar params -----<br>modparam("registrar", "method_filtering", 1)<br>
/* uncomment the next line to disable parallel forking via location */<br># modparam("registrar", "append_branches", 0)<br>/* uncomment the next line not to allow more than 10 contacts per AOR */<br>modparam("registrar", "max_contacts", 30)<br>
# max value for expires of registrations<br>#modparam("registrar", "max_expires", 3600)<br># set it to 1 to enable GRUU<br>modparam("registrar", "gruu_enabled", 0)<br><br><br>#!ifdef WITH_USRLOCDB<br>
modparam("usrloc", "db_url", DBURL)<br>modparam("usrloc", "db_mode", 2)<br>modparam("usrloc", "use_domain", MULTIDOMAIN)<br>modparam("usrloc", "hash_size", 15)<br>
#!endif<br><br><br></div>