On Sunday 22 March 2009 14:19:50 Benny Amorsen wrote: > Tilghman Lesher <[email protected]> writes: > > The useragent field should have been there previously. Now, Asterisk > > warns you, instead of the query silently failing. The field "lastms" is > > new (numeric). > > What is the recommended type for the useragent field with MySQL? I don't > see it in the recommendations on voip-info.org, but maybe I'm just > blind.
CHAR(30) should be sufficient for most UAs, though a UA string may be longer (up to 255 characters in Asterisk and much longer in the SIP spec). -- Tilghman _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
