<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Edwin:<div><br></div><div>Thanks for the table info. &nbsp;I guess that's what I was saying but not clearly. &nbsp;I compiled and installed MediaProxy. &nbsp;Then it started automatically. &nbsp;I did a "ps ax | grep media-" and it was running. &nbsp;There was a *.pid and *.sock file in /var/run/mediaproxy/ directory.</div><div><br></div><div>LOL - but I hadn't configured the config.ini file yet, so the database accounting section of the file was still commented out. &nbsp;</div><div><br></div><div>I thought that's why I suspect I don't have the media_sessions table in my database - the config.ini file that MediaProxy read on start-up didn't tell it to use database accounting, so it didn't connect to my db to create the table. &nbsp;I'm still learning!</div><div><br></div><div>Again, thanks for the info.</div><div><br></div><div>Regards</div><div><br></div><div>Gary</div><div>&nbsp;<br><br><div>&gt; Date: Fri, 25 Jul 2014 07:23:36 -0700<br>&gt; From: eahaselhoff@gmail.com<br>&gt; To: users@lists.opensips.org<br>&gt; Subject: Re: [OpenSIPS-Users] MediaProxy 2.6.1 - manually creating        media_sessions table<br>&gt; <br>&gt; Hi Gary,<br>&gt; <br>&gt; If you give your database user CREATE rights the database is greated at<br>&gt; first start.<br>&gt; <br>&gt; But to answer your question:<br>&gt; CREATE TABLE IF NOT EXISTS `media_sessions` (<br>&gt;   `id` int(11) NOT NULL AUTO_INCREMENT,<br>&gt;   `call_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,<br>&gt;   `from_tag` varchar(64) COLLATE utf8_unicode_ci NOT NULL,<br>&gt;   `to_tag` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,<br>&gt;   `info` mediumblob,<br>&gt;   PRIMARY KEY (`id`)<br>&gt; ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci<br>&gt; AUTO_INCREMENT=52 ;<br>&gt; <br>&gt; Cheers,<br>&gt; <br>&gt; Edwin<br>&gt; <br>&gt; <br>&gt; <br>&gt; --<br>&gt; View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/MediaProxy-2-6-1-manually-creating-media-sessions-table-tp7592620p7592621.html<br>&gt; Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>&gt; <br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; Users@lists.opensips.org<br>&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br></div></div>                                               </div></body>
</html>