search for: alternativley

Displaying 4 results from an estimated 4 matches for "alternativley".

Did you mean: alternatively
2004 Sep 17
2
Transferring Calls
...way to work). Both methods seem similar; you enter the number and it transfers. The problems arise when the phone that it is transfered to is Busy or there is no answer: Asterisk just hangs up. Instead of this behaviour, we would like it to return the call to the person that transfered it. Alternativley, it could just do a 3 way call or something until the original person hangs up? I can't believe there is no way to achieve this. I have looked all over the internet but I can't find anything about this. From an Asterisk context point of view, the transfered call looks like a new ca...
1998 Jul 26
1
"modified outside" bug.
Hi! I can't find this bug in FAQ: VisualC++ 5.0 alwais complains "This source file has been modified outside the source editor. Reload?" Sources are located on the last samba server under Linux. System clock on Linux is set to Greenwich, zone offset applied. I tried to set NT clock to be more than Linux, this does not help. -- Andrew
2006 Jul 05
1
newbie question: Mapping Collections
Hi, Day 3 with rails here. Forgive me. If this has been covered many times before, pls just point me at the article. I worked through the Rolling with Rails tutorial (http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html) built up my cookbook. Things work great. I now want to add Ingredients to my app. So, a Recipe will have 1 or more Ingredients and any single ingredient can be
2005 Dec 16
3
Using :include "recursively" (including the children of the child)?
Hi, Let''s say I have the following hierarchy of tables: Group <- parent Location <- child of Group School <- child of Location Phone <- child of School Then, if I want to do this: Location.find(...someparms..., :include => [:schools, :group, :phones]) I get an association error (Association was not found). I guess it happens because AR is looking in the Location model