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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;L_INFO&quot;, &quot;user didn&#39;t send credentials: f-uri &lt;$fu&gt; r-uri &lt;$ru&gt;\n&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; www_challenge(&quot;&quot;, &quot;0&quot;);
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;L_INFO&quot;, &quot;user registered: f-uri &lt;$fu&gt;\n&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; save(&quot;location&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br><br>nothing is actually saving in location table.
<br>I sometimes get extra messages in the log file:<br><br>&nbsp; &nbsp; &nbsp; core:db_print_set: Error in snprintf<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; usrloc:db_update_ucontact: updating database failed<br>&nbsp; &nbsp; &nbsp; 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 &quot;can&#39;t&quot; 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&#39;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&nbsp; 5 2007 with gcc 4.1.1<br><br>Thanks
<br><br>Dave<br>