<div dir="ltr">As the MySQL DB is on the same servers as the Asterisk software, I'm afraid a tcpdump won't show much.  We have looked at the SQL traffic and all we see is the usual "SELECT * FROM sip_buddies WHERE..." -- well that doesn't do much good, as we know the "mailbox" column is being returned properly during a SQL SELECT.<div><br></div><div>It seems like Asterisk is just throwing that field away.  But not always.  Sometimes after a sip reload a few SIP registrations will have the Mailbox field populated.</div><div><br></div><div>Looking at debug in Asterisk doesn't show anything other than that Asterisk found the SQL fields (including "mailbox") and what SQL SELECT statements it's running.</div><div><br></div><div>This just seems so simple!  Has to be something we have contextually wrong somewhere or something.  Thanks for the help.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 19, 2014 at 3:31 PM, Steve Edwards <span dir="ltr"><<a href="mailto:asterisk.org@sedwards.com" target="_blank">asterisk.org@sedwards.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please don't top-post.<span class=""><br>
<br>
On Wed, 19 Nov 2014, Jayson Baker wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This same issue has happened on 1.8 as well.  And so far on all 6 of our systems we upgraded to 13.  It must be something simple?  How can we diagnose it?<br>
</blockquote>
<br></span>
Coming late to the party, but...<br>
<br>
I'd run tcpdump ('sudo tcpdump -A -s 0 port 3306') and see:<br>
<br>
1) Are packets flowing back and forth like you'd expect.<br>
<br>
2) Can you capture an insert statement so you can apply it in the MySQL command line client? You may get a meaningful error message or observe something funky in one of the columns.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Thanks in advance,<br>
------------------------------<u></u>------------------------------<u></u>-------------<br>
Steve Edwards       <a href="mailto:sedwards@sedwards.com" target="_blank">sedwards@sedwards.com</a>      Voice: <a href="tel:%2B1-760-468-3867" value="+17604683867" target="_blank">+1-760-468-3867</a> PST<br>
Newline                                              Fax: <a href="tel:%2B1-760-731-3000" value="+17607313000" target="_blank">+1-760-731-3000</a></font></span><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>