<html>
<head>
<base href="https://wiki.asterisk.org/wiki">
<link rel="stylesheet" href="/wiki/s/en/2176/25/9/_/styles/combined.css?spaceKey=AST&forWysiwyg=true" type="text/css">
</head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
<h2><a href="https://wiki.asterisk.org/wiki/display/AST/SIP+Realtime%2C+MySQL+table+structure?focusedCommentId=22773841#comment-22773841">SIP Realtime, MySQL table structure</a></h2>
<h4>Page
<b>comment added</b> by <a href="https://wiki.asterisk.org/wiki/display/~v.koqep@gmail.com">Vladimir</a>
</h4>
<br/>
<div class="notificationGreySide">
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: sql; gutter: false">CREATE VIEW `sipregs` AS SELECT
`id`
,`name`
,`ipaddr`
,`port`
,`regseconds`
,`defaultuser`
,`fullcontact`
,`regserver`
,`useragent`
,`lastms`
FROM `sippeers`;</pre>
</div></div>
</div>
<div style="border-bottom: 1px solid #ddd; padding: 10px 20px 7px 20px;">
<strong>In reply to a comment by <a href="/wiki/display/~v.koqep@gmail.com"
class="url fn confluence-userlink" data-username="v.koqep@gmail.com"
>Vladimir</a>:</strong><br/>
<p>Where can I get table structure or table view for <b>sipregs</b>?</p>
</div>
<div id="commentsSection" class="wiki-content pageSection">
<div style="float: right;" class="grey">
<a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
<span style="padding: 0px 5px;">|</span>
<a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
<a href="https://wiki.asterisk.org/wiki/display/AST/SIP+Realtime%2C+MySQL+table+structure?focusedCommentId=22773841#comment-22773841">View Online</a>
|
<a id="reply-22773841" href="https://wiki.asterisk.org/wiki/display/AST/SIP+Realtime%2C+MySQL+table+structure?replyToComment=22773841#comment-22773841">Reply To This</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>