<span style='font-family:Verdana'><span style='font-size:12px'>Do you have any recommendations about $dd in acc?. I guess when $dd is empty acc module prepare insert without empty value,just skip column.<br /><br /> <p style="margin:0px; padding:0px;" > </p><blockquote style="border-left: 1px solid #CCC; padding-left: 5px; margin-left: 5px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px;" type="cite"><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">----- Original Message -----</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">From: Nick Khamis</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">Sent: 07/02/13 06:08 PM</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">To: OpenSIPS users mailling list</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">Subject: Re: [OpenSIPS-Users] Opensips Debian</span></span></p> <div><div><pre style="white-space: pre-wrap; word-wrap: break-word; font-size:11;pre">You can always compile it from source? It's easy.
apt-get install gcc bison flex make sed tar openssl libsctp1
zlib1g-dev zlib-bin zlib1g zlib1g-dev libmysqlclient-dev
libexpat-ocaml libxml2 libradius1 libradius1-dev libxmlrpc-c3
libxmlrpc-c3-dev libperl-dev libsnmp9-dev libconfuse-dev libpcre3-dev
Download the latest version of OpenSIPS, and untar in "/usr/local/src".
export OPENSIPS_USER=opensips
export OPENSIPS_GROUP=opensips
getent group ${OPENSIPS_GROUP} >/dev/null || groupadd -r ${OPENSIPS_GROUP}
getent passwd ${OPENSIPS_USER} >/dev/null || useradd -r -g
${OPENSIPS_GROUP} -s /sbin/nologin -c "opensips user" ${OPENSIPS_USER}
make all prefix=/usr/local/opensips-1.9.1 include_modules="db_mysql
xlog dialog mi_xmlrpc dlg_flag load_balancer drouting avpops dialplan
siptrace userblacklist sipmsgops"
make install prefix=/usr/local/opensips-1.9.1
include_modules="db_mysql xlog dialog mi_xmlrpc dlg_flag load_balancer
drouting avpops dialplan siptrace userblacklist sipmsgops" modules
cp packaging/debian-lenny/opensips.default /etc/default/opensips
cp packaging/debian-lenny/opensips.init /etc/init.d/opensips
Lastly, in terms of "ACC Crashing", what version are you using? Why is
it crashing (i.e., debug levels)? Are you just stating using the "it's
crashing" method in the hopes that there would be an elevate level
urgency as to port 1.9 to your dstro flavour?
Thank you come again,
Nick.
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users</pre></div></div></blockquote><p style="margin:0px; padding:0px;" > </p></span></span>