search for: acnt

Displaying 7 results from an estimated 7 matches for "acnt".

Did you mean: acns
2007 Dec 04
1
spec''ing shared controller methods
...ionController end describe FoosController, "account authorization" do before do FoosController.class_eval do define_method(:foo) { find_account # this is the method being tested } end end it "should find_account from params" do acnt = mock_model(Account) Account.should_receive(:find_by_id).with(''99'').and_return(acnt) get :foo, :account_id => "99" assigns[:account].should == acnt end it "should redirect gracefully if no account specified" do controller.stub!(:e...
2002 Dec 09
2
PDC: Problems making the win2k client join domain
I am having problems making the client win2k machine join the domain . My Samba PDC is configured as follows : 1>added trust account to the smbpasswd file (account to the win2k machine name). 2>set the global admin parameter to "student" (student acnt exists on smb server) Client is configured as follows : 1>user 'student' has been created . Problem : When I change the option of workgroup to domain , the Win2k client is able to recognize the domain but it is giving problems authenticating the usename/passwwd . Which username/passwd...
2013 Jul 16
1
Back to gspca
...;m *still* fighting, using mplayer and a higher debug level, what I *think* the significant message is (this is just one example line): libv4lconvert: Error decompressing JPEG: fill_nbits error: need 5 more bits fps = 15.626953, interval = 0.096001, a_skew = 0.000000, corr_skew = 0.000000 vcnt = 1, acnt = 0 Which seems to indicate that for some reason, on *some* hardware, libv4lconvert is doing something wrong that it did correctly in the last kernel. Is anyone using an older USB webcam that can look at this issue? I can't really test it on our RHEL box (well, I suppose I could try) to put i...
2004 Jun 23
0
connecting to Iconnect here using asterisk
...conf [general] static=yes writeprotect=no [globals] ICONNECT1=16463752819 CONSOLE=Console/SIP ;[macro-dialiconnect] ;exten => s,1,SetCallerID(${ICONNECT1}) ;exten => s,2,SetCIDName(${MYNAME}) ;exten => s,3,Dial(SIP/${ARG1}@iconnect,${ARG2}) ;exten => s,4,Playback(new/acnt-or-cir-busy-now) ;exten => s,5,Hangup ;exten => s,104,Playback(new/acnt-or-cir-busy-now) ;exten => s,105,Wait,3 ;exten => s,106,Playtones(congestion) ;exten => s,107,Wait,30 ;exten => s,108,Playback(new/are-you-still-here) ;exten => s,108,Hangup [from-sip] exten =&g...
2006 May 24
6
newbie question: missing template
Hi I''m new to this forum and new to Rails so excuse me if this is a daft question. I''m following the ONLamp.com tuturial and all has been well untill changing the template for the recipes. I have followed the instructions and added this code to the controller: class RecipeController < ApplicationController scaffold :recipe def list @recipes = Recipe.find_all end
2015 Sep 10
3
[PATCH 0/1] efi: DNS resolver
From: Sylvain Gault <sylvain.gault at gmail.com> Despite having native network capabilities, UEFI 2.4 (the most widely deployed at the moment) has no native DNS resolver. I propose here an implementation more or less inspired by the one found in core/legacynet/dnsresolv.c. Since it's non-trivial, I'd like to ask for a deep review of this code. I tried to make it as strong as
2005 Jun 05
1
Unable to create channel of type SIP-please help
...;SIP' Jun 5 10:07:50 VERBOSE[1568]: == Everyone is busy/congested at this time I make the following context in my extensions.conf file exten => s,1,SetCallerID(${T2Y1}) exten => s,2,SetCIDName(${MYNAME}) exten => s,3,Dial(SIP/${ARG1}@t2y,${ARG2}) exten => s,4,Playback(new/acnt-or-cir-busy-now) exten => s,5,Hangup I do have a [t2y] reference in my SIP.conf file [t2y] type=friend secret=PASSWORD username=USERNAME host=budgetphone.nl dtmfmode=rfc2833 fromuser= USERNAME fromdomain=budgetphone.nl username= USERNAME insecure=very nat=yes qualify=no...