search for: cfc

Displaying 20 results from an estimated 20 matches for "cfc".

Did you mean: cfmc
2015 Jun 19
2
Calling multiple phones at once
Hello All! I asked week a so ago about how to call multiple phones alltogether (home, office, cell) Dial app looks simple, this is kind of what I have now: --------------------- [globals] IVAN_HOME_OFFICE=SIP/BF8 IVAN_OFFICE=SIP/CFC IVAN_CELL=SIP/83 at callcentric [internal] exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60) same => n,VoiceMail(101 at default,u) ?????????? Now, I have basic automated attendant and I have Queues setup ??????????? [general] autofill=yes shared_lastcall=y...
2003 Jul 26
5
suid bit files + securing FreeBSD
Hello everybody, I'm a newbie in this list, so I don't know if it's the appropriate place for my question. Anyway, I'd be happy to find out the solution. Please, has anyone simple answer for: I'm looking for an exact list of files, which: 1. MUST have... 2. HAVE FROM BSD INSTALLATION... 3. DO NOT NEED... 4. NEVER MAY... ...the suid-bit set. Of course, it's no problem to
2015 Jun 19
0
Calling multiple phones at once
...oo.com> wrote: > > Hello All! > > I asked week a so ago about how to call multiple phones alltogether (home, office, cell) > Dial app looks simple, this is kind of what I have now: > > --------------------- > [globals] > IVAN_HOME_OFFICE=SIP/BF8 > IVAN_OFFICE=SIP/CFC > IVAN_CELL=SIP/83 at callcentric > > [internal] > exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60) > same => n,VoiceMail(101 at default,u) > ?????????? > > > Now, I have basic automated attendant and I have Queues setup > &g...
2009 Feb 26
7
javascript using jQuery.js and prototype.js doesnt work 2get
Hi........ M hving javascript "scripts.js" which uses jQuery.js in rails application. bt when it is used along with prototype.js, one of the javascripts which hs been included first in my application.rhtml fails... Do some1 hv any solution how to make both the scripts work 2gether... I tried using <script> jQuery.noConflict(); </script> bt of no use. problem
2009 Mar 05
6
About before_* callbacks
Hi I have an problem about before_* callbacks. I have a model named: Event And I don''t want anyone to destroy or update any records in Event model. So: [code] class ActiveRecord::Base before_destroy :log_illegal_operations before_update :log_illegal_operations private def log_illegal_operations Event.create({:key => "illegal operation", :value =>
2008 Apr 10
8
[PATCH][RFC]Move PCI Configuration Spaces from Dom0 to Xen
Hi, Keir, This patch will move reading and writing of PCI configuration spaces from dom0 to Xen. It also changes VTD code, so that they can touch the PCI configuration spaces with proper lock. This will also benefit MSI support in Xen. Can you give some comments? Thanks! <<pci_conf_xen.patch>> Best Regards Haitao Shan _______________________________________________ Xen-devel
2008 Dec 31
2
How to set homepage in Rails
Hi : If I want http://localhost:3000/share to be homepage http://localhost:3000/, How can I do setting from rails ,please? Thanks. Cruise -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2001 May 02
1
subdirs in package src dir
...in Sat Mar 3 17:53:20 2001 @@ -0,0 +1,5 @@ +echoobjs: + @echo $(OBJS) + +echosrcs: + @echo $(SRCS) --- ./src/scripts/INSTALL.in.objs-patch Tue Feb 20 22:37:53 2001 +++ ./src/scripts/INSTALL.in Sat Mar 3 17:56:05 2001 @@ -243,7 +243,18 @@ cd .. else cd src; - srcs=`ls *.[cfC] *.cc *.cpp 2>/dev/null` + srcs="" + objs="" + if [ -r Makevars ]; then + srcs=`make -s -f Makevars -f ${R_HOME}/etc/Makefrag echosrcs` + if [ -z "${srcs}" ]; then + objs=`make -s -f Makevars -f ${R_HOME...
2005 Mar 18
4
wine-20050211 on SuSE 9.2
...d - fontconfig. There was only a tarball for fontconfig so I downloaded and extracted it. Here's where it gets wierd. See below for the output. Does anyone know what is happening ? make output for fontconfig: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/include/freetype2 -g -O2 -cfc-lang.c In file included from ../fontconfig/fcfreetype.h:27, from ../src/fcint.h:39, from fc-lang.c:25: /usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!" /usr/include/freetype2/freetype/freetype.h:2...
2006 Jul 18
2
connecting to a coldfusion web service
Hi, I''m connecting to a cf web service.... <cfcomponent> <cffunction name="myname" returntype="string" access="remote"> <cfreturn "fred" > </cffunction> </cfcomponent> using require ''soap/wsdlDriver'' wsdlfile = "http://localhost/docsearch/mainsearch....
2006 Jun 16
1
diff (to html) for Rails?
Hi, I am looking for a way to compare to pieces of text, and mark up the differences with html. Basically the way Basecamp Writeboards do it. I was wondering whether this is available as a plugin (my initial search didn''t turn up anything). Ingo Weiss -- Posted via http://www.ruby-forum.com/.
2006 May 19
2
Doing and storing a Writeboard like diff in RoR
Hello all, Anyone have any suggestions on how I could do and display a diffed piece of text in a style similar to Writeboard (strikeouts etc.) Q1) Are there any ruby gems for diff? Q2) How would I represent the diffed text in styled HTML? If there are existing tools, any ideas on how I could write this? Thanks, Vaishal -------------- next part -------------- An HTML attachment was scrubbed...
2005 Mar 07
0
SIP URI
...192.168.1.72> Contact: <sip:asterisk@192.168.1.74> Call-ID: 294f37ba6b5b17be38fbf31022fabfb2@192.168.1.74 CSeq: 102 INVITE User-Agent: Asterisk PBX Date: Mon, 07 Mar 2005 16:21:48 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Content-Type: application/sdp Content-Length: 263 Thanks CFC
2009 May 05
2
Apache and CF
Hi All, I have a CentoS 5.3 Xen Instance at Mosso. I need to run ColdFusion and I have in the past successfully made everything work, but not on Linux rather Windows. I just cannot get Apache and CF talking. I added mod_jrun22, When I try to serve a CF file, I am asked to download binary data. I added .cfm and .cfml to Directory Index for /var/www/html in httpd.conf and nothing still.
2009 Jan 18
2
after_save -- stack level too deep
Hi all, I''m running into a brick wall trying to figure out my problem here. I have a model that has a boolean property called "paid". I''d like to add the following to my model: def after_save self.amount == self.splits.sum(:amount) ? self.update_attribute (:paid, true) : self.update_attribute(:paid, false) end The problem is, when I do this I get an error that
2006 Nov 30
12
Disable autocomplete (Ajax.Autocompleter) on the fly.
I''m sure there is an easy way to do this, but it is one of those things that is incredibly difficult to search for. How can I disable an ''Ajax.Autocompleter'' element from working ''on the fly''? I have a page where I''m using two (I know it''s crazy) Ajax.Autocompleter elements and once one of them has got a result I want the other field
2011 Apr 27
2
Omindex: what are the default numbered indexes?
...RT}" SIZE=8> End: <INPUT NAME=END VALUE="$cgi{END}" SIZE=8> File type: $include{inc/filenamedropbox} +Duplicates: $include{inc/duplicatesdropbox} $if{$opt{topterms}, <div title="Suggested terms to add to your query" style="text-align:left;background:#cfc;border:1px solid green;padding:2px;font:11px verdana$. arial$. helvetica$. sans-serif;"> With the above in use, after searching for "meet" initially with the default duplicates Yes, then choosing No and clicking Search then choosing Yes and clicking Search the URL displayed was h...
2000 Dec 26
2
openssh 2.2, fbsd 4.2: incoming data hangs sshd on tty
This message is reporting 2 possible bugs: a possible problem with sshd from OpenSSH 2.2 on FreeBSD 4.2, and a possible security hole in FreeBSD's boot process (??) I am not an expert on these kinds of issues and therefore do not have the knowledge necessary to trace the origins of the problem to the extent that would probably be helpful. Nevertheless, here goes: Here is the physical
2011 Apr 17
5
For more UI functionality: OmegaScript, C++ or other?
Hello :-) We have Xapian and Omega working nicely. Now we would like more functionality at the browser UI, such as being able to specify date ranges and being able to search the file name including looking only for, say, .odt files. Question is whether the best choice for this would be to develop a template using OmegaScript or to switch to C++ or some other language. Availability of skills
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking