<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Daniel,
<div class="">I was able to prevent the bus error by reverting part of commit 1b366aa1c6c37e2320da10fb68f0370199333f5d as below:</div>
<div class=""><br class="">
</div>
<div class="">diff --git a/cfg/cfg_struct.c b/cfg/cfg_struct.c<br class="">
index 8bfe429..519c6a9 100644<br class="">
--- a/cfg/cfg_struct.c<br class="">
+++ b/cfg/cfg_struct.c<br class="">
@@ -295,8 +295,7 @@ static void cfg_destory_groups(unsigned char *block)<br class="">
                                if (((CFG_VAR_TYPE(&mapping[i]) == CFG_VAR_STRING) ||<br class="">
                                (CFG_VAR_TYPE(&mapping[i]) == CFG_VAR_STR)) &&<br class="">
                                        mapping[i].flag & cfg_var_shmized) {<br class="">
-<br class="">
-                                               old_string = *(char **)(block + group->var_offset + mapping[i].offset);<br class="">
+                                               memcpy(&old_string, block + group->var_offset + mapping[i].offset, sizeof(char *));<br class="">
                                                if (old_string) shm_free(old_string);<br class="">
                                }</div>
<div class=""><br class="">
</div>
<div class="">I can’t really see why there would be a bus error… thoughts?  </div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class="">Spencer</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jan 14, 2016, at 6:52 PM, Spencer Thomason <<a href="mailto:spencer@whiteskycommunications.com" class="">spencer@whiteskycommunications.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Daniel,
<div class="">I haven’t yet but I will try to test shortly.</div>
<div class=""><br class="">
</div>
<div class="">Here is the value of the block variable:</div>
<div class="">(gdb) p /s block<br class="">
$1 = (unsigned char *) 0xffffffff76e5ded4 “"</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class="">Spencer</div>
<div class=""><br class="">
<br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Jan 13, 2016, at 11:07 PM, Daniel-Constantin Mierla <<a href="mailto:miconda@gmail.com" class="">miconda@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Hello,</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">hmm,
 they are multiple of 8, so they should be aligned to 64bits.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Or
 maybe the 'block' variable value is not aligned to 8bytes ...</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Have
 you done any sip traffic via this kamailio instance. Is all ok at</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">runtime?</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Cheers,</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Daniel</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">On
 14/01/16 08:01, Spencer Thomason wrote:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
Hi Daniel,<br class="">
See below:<br class="">
(gdb) p group->var_offset<br class="">
$1 = 64<br class="">
(gdb) p mapping[i].offset<br class="">
$2 = 56<br class="">
<br class="">
Thanks!<br class="">
Spencer<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">On Jan 13, 2016, at 10:18 PM, Daniel-Constantin Mierla <<a href="mailto:miconda@gmail.com" class="">miconda@gmail.com</a>> wrote:<br class="">
<br class="">
Hello,<br class="">
<br class="">
can you get the values for  group->var_offset and mapping[i].offset in<br class="">
frame 0?<br class="">
<br class="">
Cheers,<br class="">
Daniel<br class="">
<br class="">
On 14/01/16 05:41, Spencer Thomason wrote:<br class="">
<blockquote type="cite" class="">Hello,<br class="">
I’m trying to get Kamailio running on Solaris 11 SPARC64 and I’m receiving a bus error on shutdown.  If needed, we can make SPARC hardware available for testing.<br class="">
<br class="">
Thanks,<br class="">
Spencer<br class="">
<br class="">
<br class="">
Core was generated by `/opt/kamailio/sbin/kamailio -f /opt/kamailio/etc/kamailio/kamailio.cfg -P /syst'.<br class="">
Program terminated with signal 10, Bus error.<br class="">
#0  0x00000001003e73f0 in cfg_destory_groups (block=0xffffffff76e5ded4 "") at cfg/cfg_struct.c:299<br class="">
299<span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space: pre;"></span><span class="Apple-tab-span" style="white-space: pre;"></span><span class="Apple-tab-span" style="white-space: pre;"></span><span class="Apple-tab-span" style="white-space: pre;"></span><span class="Apple-tab-span" style="white-space: pre;"></span><span class="Apple-tab-span" style="white-space: pre;"></span>old_string
 = *(char **)(block + group->var_offset + mapping[i].offset);<br class="">
(gdb) bt full<br class="">
#0  0x00000001003e73f0 in cfg_destory_groups (block=0xffffffff76e5ded4 "") at cfg/cfg_struct.c:299<br class="">
      group = 0x100745e20<br class="">
      def = <optimized out><br class="">
      i = 14<br class="">
      group2 = <optimized out><br class="">
      mapping = 0x100745a78<br class="">
      old_string = <optimized out><br class="">
#1  cfg_destroy () at cfg/cfg_struct.c:391<br class="">
      __FUNCTION__ = "cfg_destroy"<br class="">
#2  0x0000000100163fc4 in cleanup (show_status=show_status@entry=1) at main.c:540<br class="">
      memlog = <optimized out><br class="">
      __FUNCTION__ = "cleanup"<br class="">
#3  0x00000001001650d4 in shutdown_children (show_status=show_status@entry=1, sig=15) at main.c:665<br class="">
No locals.<br class="">
#4  0x0000000100165c0c in handle_sigs () at main.c:695<br class="">
      chld = <optimized out><br class="">
      chld_status = 0<br class="">
      memlog = <optimized out><br class="">
      __FUNCTION__ = "handle_sigs"<br class="">
#5  0x000000010016e678 in main_loop () at main.c:1722<br class="">
      i = <optimized out><br class="">
      pid = <optimized out><br class="">
      si = <optimized out><br class="">
      si_desc = "udp receiver child=15 sock=104.222.31.55:9000\000\005\066\377\377\377\377v\345\322\370\000\000\000\000\000\020\000\063\377\377\377\377\177\377\360q\000\000\000\001\000B\277 \000\000\000\001\000^:P\000\000\000\001\000\002\356(\377\377\377\377\377\377\377\375\377\377\377\377\377\377\377\375\377\377\377\377\377\377\377\375\377\377\377\377\377\377\377\375"<br class="">
      nrprocs = <optimized out><br class="">
      woneinit = <optimized out><br class="">
      __FUNCTION__ = "main_loop"<br class="">
#6  0x000000010042cafc in main (argc=<optimized out>, argv=<optimized out>) at main.c:2597<br class="">
      cfg_stream = <optimized out><br class="">
      c = <optimized out><br class="">
      r = <optimized out><br class="">
      tmp = 0xffffffff7ffffd57 ""<br class="">
      tmp_len = 0<br class="">
      port = 0<br class="">
      proto = 0<br class="">
      options = 0x100036918 ":f:cm:M:dVIhEeb:l:L:n:vKrRDTN:W:w:t:u:g:P:G:SQ:O:a:A:x:X:"<br class="">
      ret = -1<br class="">
      seed = 4139658536<br class="">
      rfd = <optimized out><br class="">
      debug_save = <optimized out><br class="">
      debug_flag = <optimized out><br class="">
      dont_fork_cnt = <optimized out><br class="">
      p = <optimized out><br class="">
      st = {st_dev = 2478196129807, st_ino = 405001306, st_mode = 16832, st_nlink = 2, st_uid = 0, st_gid = 0,<span class="Apple-converted-space"> </span><br class="">
        st_rdev = 18446744073709551615, st_size = 117, st_atim = {tv_sec = 1452739293, tv_nsec = 444332080}, st_mtim = {<br class="">
          tv_sec = 1452739411, tv_nsec = 727071262}, st_ctim = {tv_sec = 1452739411, tv_nsec = 727071262}, st_blksize = 8192,<span class="Apple-converted-space"> </span><br class="">
        st_blocks = 16, st_fstype = "tmpfs\000\000\000\000\000\000\000\000\000\000"}<br class="">
      __FUNCTION__ = “main"<br class="">
<br class="">
# this file is autogenerated by make cfg<br class="">
MAIN_NAME= kamailio<br class="">
CFG_NAME= kamailio<br class="">
SCR_NAME= sip-router<br class="">
FLAVOUR= kamailio<br class="">
INSTALL_FLAVOUR= kamailio<br class="">
SRC_NAME= sip-router<br class="">
RELEASE= 4.4.0-dev8<br class="">
OS= solaris<br class="">
ARCH= sparc64<br class="">
C_DEFS=   -DNAME='"kamailio"' -DVERSION='"4.4.0-dev8"' -DARCH='"sparc64"' -DOS='solaris_' -DOS_QUOTED='"solaris"' -DCOMPILER='"gcc 4.8.2"' -D__CPU_sparc64 -D__OS_solaris -DSER_VER=4004000 -DCFG_DIR='"/opt/kamailio/etc/kamailio/"' -DRUN_DIR='"/var/run/kamailio/"'
 -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DWITH_XAVP  -DF_MALLOC -DQ_MALLOC -DTLSF_MALLOC -DDBG_SR_MEMORY -DUSE_TLS -DTLS_HOOKS
 -DUSE_CORE_STATS -DSTATISTICS -DMALLOC_STATS -DWITH_AS_SUPPORT -DUSE_SCTP -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024  -DCC_GCC_LIKE_ASM -DSPARC64_MODE -DHAVE_GETIPNODEBYNAME -DHAVE_SYS_SOCKIO_H -DHAVE_SCHED_YIELD -DHAVE_ALLOCA_H -DUSE_SIGACTION
 -DHAVE_DEVPOLL -DHAVE_SELECT -DHAVE_FILIO_H<br class="">
DEFS_RM=<span class="Apple-converted-space"> </span><br class="">
PROFILE=<span class="Apple-converted-space"> </span><br class="">
CC= gcc<br class="">
LD= gcc<br class="">
MKDEP= gcc -MM -MG<br class="">
MKTAGS= ctags<br class="">
LDFLAGS=  -m64 -O2  <br class="">
C_INCLUDES=<span class="Apple-converted-space"> </span><br class="">
CC_MKDEP_OPTS= -MMD -MP<br class="">
MOD_LDFLAGS= -G  -m64 -O2  <br class="">
LIB_LDFLAGS= -G  -m64 -O2  <br class="">
UTILS_LDFLAGS=  -m64 -O2  <br class="">
LIB_SONAME= -Wl,-h,<br class="">
LD_RPATH= -Wl,-R,<br class="">
LIB_SUFFIX= .so<br class="">
LIB_PREFIX= lib<br class="">
LIBS= -ldl -lresolv -L/usr/local/lib -lxnet -lsocket -lnsl  -lrt<br class="">
LEX= flex<br class="">
YACC= bison<br class="">
YACC_FLAGS= -d -b cfg<br class="">
PREFIX= /opt/kamailio<br class="">
LOCALBASE= /usr/local<br class="">
TAR= gtar<br class="">
INSTALL= ginstall<br class="">
INSTALL_CFG= ginstall -m 644<br class="">
INSTALL_BIN= ginstall -m 755<br class="">
INSTALL_MODULES= ginstall -m 755<br class="">
INSTALL_DOC= ginstall -m 644<br class="">
INSTALL_MAN= ginstall -m 644<br class="">
INSTALL_LIB= ginstall -m 755<br class="">
INSTALL_TOUCH= touch          <br class="">
INSTALL_SHARE= ginstall -m 644<br class="">
Q= 1<br class="">
CC_EXTRA_OPTS= -O2 -m64<br class="">
CPU= ultrasparc<br class="">
CFLAGS_RM=<span class="Apple-converted-space"> </span><br class="">
CFLAGS= -g -funroll-loops -mtune=native -mcpu=native -fno-strict-overflow -ftree-vectorize -Wall -mno-faster-structs<br class="">
MOD_CFLAGS= -fPIC -DPIC $(CFLAGS)<br class="">
LIB_CFLAGS= -fPIC -DPIC $(CFLAGS)<br class="">
UTILS_CFLAGS= $(CFLAGS)<br class="">
BASEDIR= $(DESTDIR)<br class="">
basedir= $(BASEDIR)<br class="">
DESTDIR=<span class="Apple-converted-space"> </span><br class="">
LIBDIR= lib64<br class="">
RUNBASEDIR= $(DESTDIR)<br class="">
runbasedir= $(RUNBASEDIR)<br class="">
PREFIX= /opt/kamailio<br class="">
prefix= $(PREFIX)<br class="">
cfg_prefix= $(basedir)$(prefix)<br class="">
cfg_dir= etc/$(MAIN_NAME)/<br class="">
bin_prefix= $(basedir)$(prefix)<br class="">
bin_dir= sbin/<br class="">
modules_prefix= $(basedir)$(prefix)<br class="">
modules_dir= $(LIBDIR)/$(MAIN_NAME)/<br class="">
doc_prefix= $(basedir)$(prefix)<br class="">
doc_dir= doc/$(MAIN_NAME)/<br class="">
man_prefix= $(basedir)$(prefix)<br class="">
man_dir= man/<br class="">
ut_prefix= $(basedir)$(prefix)<br class="">
ut_dir=<span class="Apple-converted-space"> </span><br class="">
share_prefix= $(basedir)$(prefix)<br class="">
share_dir= share/$(MAIN_NAME)/<br class="">
lib_prefix= $(basedir)$(prefix)<br class="">
lib_dir= $(LIBDIR)/$(MAIN_NAME)/<br class="">
data_prefix= $(basedir)$(prefix)<br class="">
data_dir= $(MAIN_NAME)/<br class="">
cfg_target= $(prefix)/$(cfg_dir)<br class="">
lib_target= $(prefix)/$(lib_dir)<br class="">
data_target= $(prefix)/$(data_dir)<br class="">
run_prefix= $(runbasedir)<br class="">
run_dir= var/run/$(MAIN_NAME)/<br class="">
run_target= $(run_prefix)/$(run_dir)<br class="">
override makefile_defs:=1<br class="">
C_DEFS:=$(filter-out $(DEFS_RM) $(extra_defs),$(C_DEFS)) $(extra_defs)<br class="">
CFLAGS:=$(filter-out $(CFLAGS_RM) $(CC_EXTRA_OPTS), $(CFLAGS)) $(CC_EXTRA_OPTS)<br class="">
<br class="">
_______________________________________________<br class="">
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br class="">
<a href="mailto:sr-users@lists.sip-router.org" class="">sr-users@lists.sip-router.org</a><br class="">
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" class="">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br class="">
</blockquote>
--<span class="Apple-converted-space"> </span><br class="">
Daniel-Constantin Mierla<br class="">
<a href="http://twitter.com/#!/miconda" class="">http://twitter.com/#!/miconda</a> -
<a href="http://www.linkedin.com/in/miconda" class="">http://www.linkedin.com/in/miconda</a><br class="">
Book: SIP Routing With Kamailio - <a href="http://www.asipto.com/" class="">http://www.asipto.com</a><br class="">
<a href="http://miconda.eu/" class="">http://miconda.eu</a><br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br class="">
<a href="mailto:sr-users@lists.sip-router.org" class="">sr-users@lists.sip-router.org</a><br class="">
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" class="">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br class="">
</blockquote>
</blockquote>
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">--<span class="Apple-converted-space"> </span></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Daniel-Constantin
 Mierla</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="http://twitter.com/#!/miconda" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://twitter.com/#!/miconda</a><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><span class="Apple-converted-space"> </span>-<span class="Apple-converted-space"> </span></span><a href="http://www.linkedin.com/in/miconda" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://www.linkedin.com/in/miconda</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Book:
 SIP Routing With Kamailio -<span class="Apple-converted-space"> </span></span><a href="http://www.asipto.com/" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://www.asipto.com</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="http://miconda.eu/" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://miconda.eu</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
_______________________________________________<br class="">
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br class="">
<a href="mailto:sr-users@lists.sip-router.org" class="">sr-users@lists.sip-router.org</a><br class="">
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>