search for: relatee

Displaying 2 results from an estimated 2 matches for "relatee".

Did you mean: related
2006 Apr 17
0
Pros/cons of doubling up in Self-Referential has_many via :through
...and add an instance method to the model which bundles up those people who have who have a relationship with A and all those who A has a relationship. Given that I also want to get the relationship id, the notes and the relationshiptype, I''ve got something like this (sorry for all the relatee and relation_tos, etc): def allrelations ar1 = self.relation_froms.find(:all, :include => :relator).collect {|c| {"id" =>c.id, "notes" =>c.notes, "reltype" => c.reltype, "person" =>c.relator} } ar2 = self.relation_tos.find(:all, :inc...
2003 Dec 04
4
Channelbank Recomendation and GS102 question
...the recommended channelbank for use in this scenario? From searching the archives I see a lot of suggestions to get "a channelbank" from ebay. I would prefer to be able to use new products so I can easily duplicate the setup for other branch offices in my company. My second question relatees to the Grandstream phones. When they are a member of a queue group, I get a loud annoying ring in the handset when its in use and another call comes in on the queue. Is there a way to enforce 1 call per phone in sip.conf? Either that or a way to tell the GS102 to return busy when * trys to s...