Re: [ANNOUNCE] SIP in Openmeetings is changed

2013-03-04 Thread Vieri
Hi, OM uses a limited set of fields for the sipusers. I'm wondering if it's any problem adding as many fields as possible even if OM doesn't use them? I'd like to co-populate the sipusers table with my own values, not just OM's. Ideally, I wish Asterisk RT could allow specifying more than 1

Re: [ANNOUNCE] SIP in Openmeetings is changed

2013-03-04 Thread Maxim Solodovnik
you can add columns you need to this table (I did it with no issues) We have all required columns in our table I'm not sure having 2 tables is possible (you better try it) On Mon, Mar 4, 2013 at 5:50 PM, Vieri rentor...@yahoo.com wrote: Hi, OM uses a limited set of fields for the sipusers.

Re: [ANNOUNCE] SIP in Openmeetings is changed

2013-03-04 Thread Vieri
Hi, my conf: `port` mediumint(8) unsigned NOT NULL DEFAULT '0', OM default: port is varchar(5) Since port is always a number, wouldn't it be better if it were defined as an int instead of a varchar? Does OM need it declared as text sonehow? My conf: `type` enum('user','peer','friend') NOT