Page 1 of 1

Would you mind if the 'LO' method was removed?

PostPosted: Tue Mar 01, 2011 3:18 pm
by mflorell
I am adding a fairly complex new feature and I was going through the AGI code and thought that it might be time to remove the LO In-Group Agent Search Method (LB is the default and SO was depricated a while ago) it is an option in the DID and Call Menu screens when sending calls to an in-group.

It is only usable in multi-server setups and I know of nobody that uses it. At this point it doesn't offer any real benefit, and it would help reduce some complexity in the code if it was removed, so I just wanted to see if anyone was out there using it before I deleted it.

PostPosted: Tue Mar 01, 2011 10:18 pm
by williamconley
AFAIK none of my multi-user clients are using it. (or have EVER used it)

PostPosted: Fri Mar 04, 2011 11:06 am
by mflorell
OK, I went ahead and removed it on the inbound side with this morning's SVN/trunk commit.

PostPosted: Fri Mar 04, 2011 11:10 am
by williamconley
would be a good idea to put a sql stmt in the release that changes any records with that value to another value to avoid crash?

PostPosted: Fri Mar 04, 2011 1:52 pm
by mflorell
That's already in the code :)

PostPosted: Fri Mar 04, 2011 1:53 pm
by williamconley
impressed