<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"Préformaté HTML Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;
        mso-fareast-language:FR-BE;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;
        mso-fareast-language:FR-BE;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#002060;}
span.PrformatHTMLCar
        {mso-style-name:"Préformaté HTML Car";
        mso-style-priority:99;
        mso-style-link:"Préformaté HTML";
        font-family:Consolas;
        color:black;
        mso-fareast-language:EN-US;}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#002060;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="FR-BE" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">| sip_trace | CREATE TABLE `sip_trace` (<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `time_stamp` datetime NOT NULL DEFAULT '1900-01-01 00:00:01',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `time_us` int(10) unsigned NOT NULL DEFAULT '0',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `callid` varchar(255) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `traced_user` varchar(128) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `msg` mediumtext NOT NULL,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `method` varchar(50) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `status` varchar(128) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `fromip` varchar(50) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `toip` varchar(50) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `fromtag` varchar(64) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `totag` varchar(64) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  `direction` varchar(4) NOT NULL DEFAULT '',<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  PRIMARY KEY (`id`),<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  KEY `traced_user_idx` (`traced_user`),<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  KEY `date_idx` (`time_stamp`),<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  KEY `fromip_idx` (`fromip`),<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  KEY `callid_idx` (`callid`),<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  KEY `id` (`id`),<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060">  KEY `id_2` (`id`)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#002060">) ENGINE=MyISAM AUTO_INCREMENT=6810087 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC |<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#002060">+-----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#002060"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="FR" style="mso-fareast-language:FR-BE">De :</span></b><span lang="FR" style="mso-fareast-language:FR-BE"> Daniel-Constantin Mierla <miconda@gmail.com>
<br>
<b>Envoyé :</b> lundi 5 novembre 2018 09:35<br>
<b>À :</b> Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org>; Nicolas Breuer <Nicolas.Breuer@belcenter.biz><br>
<b>Objet :</b> Re: [SR-Users] Mysql<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Hello,<span style="mso-fareast-language:FR-BE"><o:p></o:p></span></p>
<p>can you give the output of the next command run in mysql client tool?<o:p></o:p></p>
<p>show create table sip_trace;<o:p></o:p></p>
<p>Cheers,<br>
Daniel<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On 04.11.18 10:09, Nicolas Breuer wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal"><span style="color:#002060">Hello,</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060;mso-fareast-language:FR-BE"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060;mso-fareast-language:FR-BE">Working on sip_trace table produce this error</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060;mso-fareast-language:FR-BE"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060;mso-fareast-language:FR-BE">WARNING: db_mysql [km_res.c:142]: db_mysql_get_columns(): unhandled data type column (Msg_text) type id (250), use DB1_STRING as default</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#002060;mso-fareast-language:FR-BE"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:FR-BE"><br>
<br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Kamailio (SER) - Users Mailing List<o:p></o:p></pre>
<pre><a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><o:p></o:p></pre>
<pre><a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><span style="mso-fareast-language:FR-BE"><br>
<br>
<o:p></o:p></span></p>
<pre>-- <o:p></o:p></pre>
<pre>Daniel-Constantin Mierla -- <a href="http://www.asipto.com">www.asipto.com</a><o:p></o:p></pre>
<pre><a href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a><o:p></o:p></pre>
<pre>Kamailio World Conference -- <a href="http://www.kamailioworld.com">www.kamailioworld.com</a><o:p></o:p></pre>
<pre>Kamailio Advanced Training, Nov 12-14, 2018, in Berlin -- <a href="http://www.asipto.com">www.asipto.com</a><o:p></o:p></pre>
</div>
</body>
</html>