Any one interested in helping with OpenSER 1.3?<br>Compiled openser 1.3 from svn, installed new test db from 1.3 svn db scripts (tables should have right structure).<br>when a phone tries to register it hits this script section.
<br><br> if (!www_authorize("", "subscriber")) {<br> xlog("L_INFO", "user didn't send credentials: f-uri <$fu> r-uri <$ru>\n");<br> www_challenge("", "0");
<br> exit;<br> };<br> xlog("L_INFO", "user registered: f-uri <$fu>\n");<br> save("location");<br> exit;<br><br>nothing is actually saving in location table.
<br>I sometimes get extra messages in the log file:<br><br> core:db_print_set: Error in snprintf<br> usrloc:db_update_ucontact: updating database failed<br> usrloc:wb_timer: updating contact in db failed<br>
<br><br>I am able to use openserctl, from the openser server with all the same db setting as the openser.cfg file has, to make changes so It "can't" be permissions.<br>It is able to verify with the www_authorize that we should save it.
<br>just not able to do the actual save.<br><br>I'm using mysql 5.x (which is also serving up the production openser 1.2-svn server with a diff db) and openser -V renders:<br><br>version: openser 1.3.0-pre1-notls (i386/linux)
<br>flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT<br>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535
<br>poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.<br>svnrevision: unknown<br>@(#) $Id: main.c 3015 2007-11-05 13:08:50Z henningw $<br>main.c compiled on 14:57:42 Nov 5 2007 with gcc 4.1.1<br><br>Thanks
<br><br>Dave<br>